aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-02-15 10:55:02 -0800
committerEric Anholt <[email protected]>2012-02-21 11:54:08 -0800
commite9cfaed1a50665690534ef3d89c4ad37a3e34bed (patch)
treec9f95e2dba7f441063f4220fb27f599fe83cf9e4 /src/mesa/drivers/dri/i965/brw_state_upload.c
parent71d71d5e891570e8516c65471939a2ebdc07282a (diff)
i965/gen7: Skip checking if we need a GS program for now.
We always say no. Improves VS state change microbenchmark performance 7.68747% +/- 1.40826% (n=10). Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state_upload.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index f5e6fdc4e16..ea506950c46 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -183,7 +183,6 @@ const struct brw_tracked_state *gen7_atoms[] =
&brw_wm_input_sizes,
&brw_vs_prog,
- &brw_gs_prog,
&brw_wm_prog,
/* Command packets: */