projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a57a7
)
radeonsi: record CLIPVERTEX output usage properly for compatibility profiles
author
Marek Olšák
<marek.olsak@amd.com>
Fri, 25 May 2018 21:37:51 +0000
(17:37 -0400)
committer
Marek Olšák
<marek.olsak@amd.com>
Thu, 14 Jun 2018 02:00:20 +0000
(22:00 -0400)
This was missed when adding CLIPVERTEX support into GS & tess.
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
src/gallium/drivers/radeonsi/si_state_shaders.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeonsi/si_state_shaders.c
b/src/gallium/drivers/radeonsi/si_state_shaders.c
index 707bb4187ef2476c8389aef38c68e7f74fcd39b1..74fe2c1ffc99f7f592f376acd688189514f63e52 100644
(file)
--- 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;
}