diff options
author | Anuj Phogat <[email protected]> | 2018-02-16 13:44:10 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-03-22 09:56:09 -0700 |
commit | f05e0d9c2a5f5a26e0678b40fff17086098dc405 (patch) | |
tree | 76d7b78828209c5ce61ae3fd0760a7fc09ecc8a0 /src/intel | |
parent | 370af9dcc0c192d2592d22cd6a901c9ee6643b8c (diff) |
intel/common/icl: Disable hiz surface sampling
On gen11+ AUX_HIZ is not a supported value for surfaces being
sampled by the 3D sampler.
Reviewed-by: Rafael Antognolli <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/dev/gen_device_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c index 3365bdd4dd6..9e684b78a09 100644 --- a/src/intel/dev/gen_device_info.c +++ b/src/intel/dev/gen_device_info.c @@ -823,6 +823,7 @@ static const struct gen_device_info gen_device_info_cnl_5x8 = { GEN11_HW_INFO, \ .has_64bit_types = false, \ .has_integer_dword_mul = false, \ + .has_sample_with_hiz = false, \ .gt = _gt, .num_slices = _slices, .l3_banks = _l3, \ .num_subslices = _subslices |