Mesa (main): v3dv: Enable VK_EXT_debug_utils

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 6 01:42:28 UTC 2022


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

Author: Jason Ekstrand <jason.ekstrand at collabora.com>
Date:   Thu Mar 24 11:32:01 2022 -0500

v3dv: Enable VK_EXT_debug_utils

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

Acked-by: Emma Anholt <emma at anholt.net>
Acked-by: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15560>

---

 src/broadcom/vulkan/v3dv_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/broadcom/vulkan/v3dv_device.c b/src/broadcom/vulkan/v3dv_device.c
index 52b4fa535c1..e92b53fc1de 100644
--- a/src/broadcom/vulkan/v3dv_device.c
+++ b/src/broadcom/vulkan/v3dv_device.c
@@ -109,6 +109,7 @@ static const struct vk_instance_extension_table instance_extensions = {
    .KHR_xlib_surface                    = true,
 #endif
    .EXT_debug_report                    = true,
+   .EXT_debug_utils                     = true,
 };
 
 static void



More information about the mesa-commit mailing list