mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
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 <rafael.antognolli@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
370af9dcc0
commit
f05e0d9c2a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue