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:
committed by
Marge Bot
parent
35cd6a1d99
commit
81986a8523
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user