radv: re-enable sparseResidencyImage3D on POLARIS10+

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7214
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26260>
This commit is contained in:
Samuel Pitoiset
2023-11-17 16:32:10 +01:00
parent e02a1f0a44
commit fc044928b2
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -657,7 +657,7 @@ radv_physical_device_get_features(const struct radv_physical_device *pdevice, st
.sparseBinding = true,
.sparseResidencyBuffer = pdevice->rad_info.family >= CHIP_POLARIS10,
.sparseResidencyImage2D = pdevice->rad_info.family >= CHIP_POLARIS10,
.sparseResidencyImage3D = pdevice->rad_info.gfx_level >= GFX9,
.sparseResidencyImage3D = pdevice->rad_info.family >= CHIP_POLARIS10,
.sparseResidencyAliased = pdevice->rad_info.family >= CHIP_POLARIS10,
.variableMultisampleRate = true,
.shaderResourceMinLod = true,