panvk: Exposes robustBufferAccess2 on v11+

This works out of the box on v11+.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36198>
This commit is contained in:
Mary Guillemard
2025-07-17 13:57:43 +00:00
committed by Marge Bot
parent 621f334a4c
commit cd71f212b0
@@ -440,7 +440,7 @@ panvk_per_arch(get_physical_device_features)(
.pipelineRobustness = true,
/* VK_EXT_robustness2 */
.robustBufferAccess2 = false,
.robustBufferAccess2 = PAN_ARCH >= 11,
.robustImageAccess2 = false,
.nullDescriptor = PAN_ARCH >= 10,