i965: Disable unused pipeline stages once at startup on Gen7+.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 8 Jun 2013 16:57:54 +0000 (09:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Jun 2013 17:58:46 +0000 (10:58 -0700)
commit6c966ccf07bcaf64fba1a9b699440c30dc96e732
tree672eccbcce981fb065047940f8621697d39d803c
parentb607d57630daa7d92a84c41abfd45cacbe63f3d2
i965: Disable unused pipeline stages once at startup on Gen7+.

This removes a tiny bit of code from our drawing loop.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/dri/i965/gen7_disable.c