nvk: Disable sparse buffer binding prior to Maxwell B

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34127>
This commit is contained in:
Faith Ekstrand
2025-03-12 16:17:25 -05:00
committed by Marge Bot
parent 35cd6a1d99
commit 81986a8523
+1 -1
View File
@@ -348,7 +348,7 @@ nvk_get_device_features(const struct nv_device_info *info,
.shaderInt16 = true,
.shaderResourceResidency = info->cls_eng3d >= VOLTA_A,
.shaderResourceMinLod = info->cls_eng3d >= VOLTA_A,
.sparseBinding = true,
.sparseBinding = info->cls_eng3d >= MAXWELL_B,
.sparseResidency2Samples = info->cls_eng3d >= MAXWELL_B,
.sparseResidency4Samples = info->cls_eng3d >= MAXWELL_B,
.sparseResidency8Samples = info->cls_eng3d >= MAXWELL_B,