diff options
author | Eric Anholt <[email protected]> | 2012-03-06 11:05:20 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-03-20 15:47:48 -0700 |
commit | d09fce51f0cf91c9c07f69063fe2180cc319d8df (patch) | |
tree | 0bb755f97913dcb4823a9717f45b78db4aa39c83 /src/mesa/drivers/dri/intel/intel_screen.h | |
parent | 447aff5b027dfab3f52d31c0b61030007d139693 (diff) |
i965: Change the hiz-override env var to a driconf option.
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.
v2: Disable separate stencil on gen6 when HIZ is turned off.
(previously, this had to be done manually in addition).
Reviewed-by: Kenneth Graunke <[email protected]> (v1)
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_screen.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_screen.h b/src/mesa/drivers/dri/intel/intel_screen.h index 1998f7eb675..3f03641b7f4 100644 --- a/src/mesa/drivers/dri/intel/intel_screen.h +++ b/src/mesa/drivers/dri/intel/intel_screen.h @@ -111,7 +111,6 @@ struct intel_screen */ bool hw_has_separate_stencil; bool hw_must_use_separate_stencil; - bool hw_has_hiz; enum intel_dri2_has_hiz dri2_has_hiz; bool kernel_has_gen7_sol_reset; |