lavapipe: Enable VK_EXT_debug_utils
authorJason Ekstrand <jason.ekstrand@collabora.com>
Thu, 24 Mar 2022 16:32:46 +0000 (11:32 -0500)
committerMarge Bot <emma+marge@anholt.net>
Wed, 6 Apr 2022 01:18:23 +0000 (01:18 +0000)
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>

src/gallium/frontends/lavapipe/lvp_device.c

index 6b90aa8..f646481 100644 (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,