i915: Add an option for testing the effect of early Z in classic mode.
authorEric Anholt <eric@anholt.net>
Tue, 9 Jun 2009 23:12:43 +0000 (16:12 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 9 Jun 2009 23:12:43 +0000 (16:12 -0700)
commitb30dc2c66aeaad6661eef515a08a3da89aa07cb2
treedf79cf877c4c707967b8d4acc163a8d1205ee9d3
parent38eddf04ed04966db09b67de4cdabef681dc2696
i915: Add an option for testing the effect of early Z in classic mode.

The early Z stuff is supposed to be unsafe without some more work in the
enable/disable path (in particular, how do we want to get it disabled on
the way out to the X Server?), but at the moment is 6% in OA.
src/mesa/drivers/dri/i915/i915_reg.h
src/mesa/drivers/dri/i915/i915_vtbl.c
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_screen.c