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:
Erik Faye-Lund 2024-12-12 13:35:24 +01:00 committed by Marge Bot
parent 1766e676fe
commit cfb5687cb3

View file

@ -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,