[Mesa-dev] [PATCH 2/6] i965/gen7: Skip checking if we need a GS program for now.
Eric Anholt
eric at anholt.net
Wed Feb 15 15:23:33 PST 2012
We always say no. Improves VS state change microbenchmark performance
7.68747% +/- 1.40826% (n=10).
---
src/mesa/drivers/dri/i965/brw_state_upload.c | 1 -
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 f5e6fdc..ea50695 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: */
--
1.7.9
More information about the mesa-dev
mailing list