summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-05-25 17:37:51 -0400
committerMarek Olšák <[email protected]>2018-06-13 22:00:20 -0400
commit99e0ba6868aef168c1bf11b1db73d3f224b5feb2 (patch)
tree5b854ba13c5e5320f6f64e8fdb3a9437f85621b2 /src
parent47a57a709d5f74feb0495cd49524a4907bd773ae (diff)
radeonsi: record CLIPVERTEX output usage properly for compatibility profiles
This was missed when adding CLIPVERTEX support into GS & tess. Tested-by: Dieter Nützel <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/radeonsi/si_state_shaders.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state_shaders.c b/src/gallium/drivers/radeonsi/si_state_shaders.c
index 707bb4187ef..74fe2c1ffc9 100644
--- a/src/gallium/drivers/radeonsi/si_state_shaders.c
+++ b/src/gallium/drivers/radeonsi/si_state_shaders.c
@@ -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;
}