commit | d09fce51f0cf91c9c07f69063fe2180cc319d8df | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Mar 06 11:05:20 2012 -0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Mar 20 15:47:48 2012 -0700 |
tree | 0bb755f97913dcb4823a9717f45b78db4aa39c83 | |
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 <kenneth@whitecape.org> (v1)