v3dv: enable VK_KHR_surface_protected_capabilities
authorElla-0 <estanforth@igalia.com>
Sun, 10 Oct 2021 14:42:30 +0000 (14:42 +0000)
committerMarge Bot <eric+marge@anholt.net>
Tue, 12 Oct 2021 22:12:46 +0000 (22:12 +0000)
Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13298>

docs/features.txt
src/broadcom/vulkan/v3dv_device.c

index fbeb0e1..8e20f1a 100644 (file)
@@ -497,7 +497,7 @@ Khronos extensions that are not part of any Vulkan version:
   VK_KHR_shader_terminate_invocation                    DONE (anv, radv, tu)
   VK_KHR_shared_presentable_image                       not started
   VK_KHR_surface                                        DONE (anv, lvp, radv, tu, v3dv, vn)
-  VK_KHR_surface_protected_capabilities                 DONE (anv, lvp, radv, vn)
+  VK_KHR_surface_protected_capabilities                 DONE (anv, lvp, radv, v3dv, vn)
   VK_KHR_swapchain                                      DONE (anv, lvp, radv, tu, v3dv, vn)
   VK_KHR_swapchain_mutable_format                       DONE (anv, radv, vn)
   VK_KHR_wayland_surface                                DONE (anv, lvp, radv, tu, v3dv, vn)
index 36b723a..586c223 100644 (file)
@@ -94,6 +94,7 @@ static const struct vk_instance_extension_table instance_extensions = {
 #ifdef V3DV_HAS_SURFACE
    .KHR_get_surface_capabilities2       = true,
    .KHR_surface                         = true,
+   .KHR_surface_protected_capabilities  = true,
 #endif
 #ifdef VK_USE_PLATFORM_WAYLAND_KHR
    .KHR_wayland_surface                 = true,