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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user