From 99e0ba6868aef168c1bf11b1db73d3f224b5feb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 25 May 2018 17:37:51 -0400 Subject: [PATCH] radeonsi: record CLIPVERTEX output usage properly for compatibility profiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missed when adding CLIPVERTEX support into GS & tess. Tested-by: Dieter Nützel --- src/gallium/drivers/radeonsi/si_state_shaders.c | 1 - 1 file changed, 1 deletion(-) 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; }