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:
committed by
Marge Bot
parent
1766e676fe
commit
cfb5687cb3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user