radeonsi: record CLIPVERTEX output usage properly for compatibility profiles

This was missed when adding CLIPVERTEX support into GS & tess.

Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
This commit is contained in:
Marek Olšák 2018-05-25 17:37:51 -04:00
parent 47a57a709d
commit 99e0ba6868
1 changed files with 0 additions and 1 deletions

View File

@ -2106,7 +2106,6 @@ static void *si_create_shader_selector(struct pipe_context *ctx,
sel->outputs_written_before_ps |=
1ull << si_shader_io_get_unique_index(name, index, true);
break;
case TGSI_SEMANTIC_CLIPVERTEX: /* ignore these */
case TGSI_SEMANTIC_EDGEFLAG:
break;
}