summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_program.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2015-08-29 00:01:15 -0700
committerKenneth Graunke <kenneth@whitecape.org>2015-09-26 11:59:56 -0700
commit6301af22bb80b2c177539074e3b2c68e65c15d41 (patch)
tree4161b8dab72e1150e3e301b407d478ee328230a3 /src/mesa/drivers/dri/i965/brw_program.h
parent99df02ca26f6127c8fa24d38a8a069ac6159356a (diff)
downloadexternal_mesa3d-6301af22bb80b2c177539074e3b2c68e65c15d41.zip
external_mesa3d-6301af22bb80b2c177539074e3b2c68e65c15d41.tar.gz
external_mesa3d-6301af22bb80b2c177539074e3b2c68e65c15d41.tar.bz2
i965/gs: Remove the dependency on the VS VUE map.
Because we only support geometry shaders in core profile, we can safely ignore any driver-extending of VS outputs. Those are: - Legacy userclipping (doesn't exist in core profile) - Edgeflag copying (Gen4-5 only, no GS support) - Point coord replacement (Gen4-5 only, no GS support) - front/back color hacks (Gen4-5 only, no GS support) v2: Rebase; leave a comment about why SSO works. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.h b/src/mesa/drivers/dri/i965/brw_program.h
index 00e8f3f..72d68d8 100644
--- a/src/mesa/drivers/dri/i965/brw_program.h
+++ b/src/mesa/drivers/dri/i965/brw_program.h
@@ -118,8 +118,6 @@ struct brw_gs_prog_key
{
unsigned program_string_id;
- uint64_t input_varyings;
-
struct brw_sampler_prog_key_data tex;
};