projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
370af9d
)
intel/common/icl: Disable hiz surface sampling
author
Anuj Phogat
<anuj.phogat@gmail.com>
Fri, 16 Feb 2018 21:44:10 +0000
(13:44 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Thu, 22 Mar 2018 16:56:09 +0000
(09:56 -0700)
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>
src/intel/dev/gen_device_info.c
patch
|
blob
|
history
diff --git
a/src/intel/dev/gen_device_info.c
b/src/intel/dev/gen_device_info.c
index 3365bdd4dd6a25fbe41f1fcecae53b0172bde17c..9e684b78a09fc9eb1671994d335caf7d6f8b5b03 100644
(file)
--- 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