hk: advertise sparseResidencyBuffer

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34486>
This commit is contained in:
Alyssa Rosenzweig 2025-04-11 12:00:47 -04:00 committed by Marge Bot
parent 4b119b36c8
commit 0f9b396588

View file

@ -272,11 +272,7 @@ hk_get_device_features(
.sparseResidency8Samples = false,
.sparseResidencyAliased = true,
.sparseResidencyImage2D = true,
/* TODO: We need to implement sparse buffer without soft fault to avoid
* tying our hands later.
*/
.sparseResidencyBuffer = false,
.sparseResidencyBuffer = true,
/* This needs investigation. */
.sparseResidencyImage3D = false,