mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
tu: Expose VK_KHR_surface_protected_capabilities
This is implemented in common code. Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28236>
This commit is contained in:
parent
3bac815c78
commit
05b9e0dfed
2 changed files with 2 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_KHR_shader_quad_control DONE (radv)
|
||||
VK_KHR_shared_presentable_image not started
|
||||
VK_KHR_surface DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_surface_protected_capabilities DONE (anv, lvp, nvk, radv, v3dv, vn)
|
||||
VK_KHR_surface_protected_capabilities DONE (anv, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_swapchain DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_swapchain_mutable_format DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_vertex_attribute_divisor DONE (anv, nvk, radv, tu, v3dv)
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ static const struct vk_instance_extension_table tu_instance_extensions_supported
|
|||
.KHR_get_physical_device_properties2 = true,
|
||||
.KHR_get_surface_capabilities2 = TU_HAS_SURFACE,
|
||||
.KHR_surface = TU_HAS_SURFACE,
|
||||
.KHR_surface_protected_capabilities = TU_HAS_SURFACE,
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
.KHR_wayland_surface = true,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue