lavapipe: Enable VK_EXT_debug_utils

It's implemented in common code as long as you use vk_command_buffer.

Acked-by: Emma Anholt <emma@anholt.net>
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15560>
This commit is contained in:
Jason Ekstrand
2022-03-24 11:32:46 -05:00
committed by Marge Bot
parent bdf52654ac
commit 77ffa61a14

View File

@@ -63,6 +63,7 @@ static const struct vk_instance_extension_table lvp_instance_extensions_supporte
.KHR_external_semaphore_capabilities = true,
.KHR_get_physical_device_properties2 = true,
.EXT_debug_report = true,
.EXT_debug_utils = true,
#ifdef LVP_USE_WSI_PLATFORM
.KHR_get_surface_capabilities2 = true,
.KHR_surface = true,