anv: expose VK_KHR_maintenance8 support

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33138>
This commit is contained in:
Lionel Landwerlin 2024-11-04 14:04:46 +02:00 committed by Marge Bot
parent 7fca7cc721
commit 47cfc77085

View file

@ -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