On 03/06/2012 02:57 PM, Eric Anholt wrote: > The force-enable option is dropped, now that the hardware we were > concerned about has HiZ on by default. Now, instead of doing > INTEL_HIZ=0 to test disabling hiz, you can set hiz=false. > --- > src/mesa/drivers/dri/intel/intel_context.c | 5 +++- > src/mesa/drivers/dri/intel/intel_screen.c | 31 ++++----------------------- > src/mesa/drivers/dri/intel/intel_screen.h | 1 - > 3 files changed, 9 insertions(+), 28 deletions(-)
On gen6, if we set intel_context::has_hiz = false, then we need to set has_separate_stencil = false too, just to be safe. Fixing this also affects patch 5/7. ---- Chad Versace chad.vers...@linux.intel.com _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev