Mesa (master): radeonsi: record CLIPVERTEX output usage properly for compatibility profiles

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 14 02:02:06 UTC 2018


Module: Mesa
Branch: master
Commit: 99e0ba6868aef168c1bf11b1db73d3f224b5feb2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=99e0ba6868aef168c1bf11b1db73d3f224b5feb2

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Fri May 25 17:37:51 2018 -0400

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 at nuetzel-hh.de>

---

 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 707bb4187e..74fe2c1ffc 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;
 			}




More information about the mesa-commit mailing list