From 47cfc7708518665dc8d830c277c082046c477d0e Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Mon, 4 Nov 2024 14:04:46 +0200 Subject: [PATCH] anv: expose VK_KHR_maintenance8 support Signed-off-by: Lionel Landwerlin Reviewed-by: Ivan Briano Part-of: --- src/intel/vulkan/anv_physical_device.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c index c9d2aa48956..9b16d06c8da 100644 --- a/src/intel/vulkan/anv_physical_device.c +++ b/src/intel/vulkan/anv_physical_device.c @@ -178,6 +178,7 @@ get_device_extensions(const struct anv_physical_device *device, .KHR_maintenance5 = true, .KHR_maintenance6 = true, .KHR_maintenance7 = true, + .KHR_maintenance8 = true, .KHR_map_memory2 = true, .KHR_multiview = true, .KHR_performance_query = @@ -927,6 +928,9 @@ get_features(const struct anv_physical_device *pdevice, /* VK_EXT_shader_image_atomic_int64 */ .shaderImageInt64Atomics = true, .sparseImageInt64Atomics = false, + + /* VK_KHR_maintenance8 */ + .maintenance8 = true, }; /* The new DOOM and Wolfenstein games require depthBounds without