Module: Mesa
Branch: main
Commit: 77ffa61a14f9d51b5381a36633d17b82c196b8e5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=77ffa61a14f9d51b5381a36633d17b82c196b8e5

Author: Jason Ekstrand <[email protected]>
Date:   Thu Mar 24 11:32:46 2022 -0500

lavapipe: Enable VK_EXT_debug_utils

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

Acked-by: Emma Anholt <[email protected]>
Acked-by: Mike Blumenkrantz <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15560>

---

 src/gallium/frontends/lavapipe/lvp_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/frontends/lavapipe/lvp_device.c 
b/src/gallium/frontends/lavapipe/lvp_device.c
index 6b90aa85bb5..f6464819444 100644
--- a/src/gallium/frontends/lavapipe/lvp_device.c
+++ b/src/gallium/frontends/lavapipe/lvp_device.c
@@ -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,

Reply via email to