mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 23:30:10 +01:00
panvk: disable imageCubeArray on bifrost
We haven't wired this up correctly on Bifrost, so let's make this V10
only for now.
Fixes: 605c173fbd ("panvk: update feature support")
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32610>
This commit is contained in:
parent
1766e676fe
commit
cfb5687cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ get_features(const struct panvk_physical_device *device,
|
|||
.depthBiasClamp = true,
|
||||
.robustBufferAccess = true,
|
||||
.fullDrawIndexUint32 = true,
|
||||
.imageCubeArray = true,
|
||||
.imageCubeArray = arch >= 10,
|
||||
.independentBlend = true,
|
||||
.sampleRateShading = true,
|
||||
.logicOp = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue