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