From 4adb643a0add642f093163010d63e94ff149e178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 24 Nov 2020 22:24:21 +0100 Subject: [PATCH] docs/features: update list of v3dv supported features We have been implementing some features without updating the file, and we even had some that were supported for a while. Reviewed-by: Iago Toral Quiroga v2: include VK_KHR_wayland_surface as !7303 got merged Part-of: --- docs/features.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index b60010864ab..d9f9a128227 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -434,7 +434,7 @@ Vulkan 1.1 -- all DONE: anv, radv VK_KHR_external_semaphore_capabilities DONE (anv, radv) VK_KHR_get_memory_requirements2 DONE (anv, radv) VK_KHR_get_physical_device_properties2 DONE (anv, radv, v3dv) - VK_KHR_maintenance1 DONE (anv, radv) + VK_KHR_maintenance1 DONE (anv, radv, v3dv) VK_KHR_maintenance2 DONE (anv, radv) VK_KHR_maintenance3 DONE (anv, radv) VK_KHR_multiview DONE (anv, radv) @@ -475,7 +475,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_android_surface not started VK_KHR_copy_commands2 DONE (anv, radv) - VK_KHR_display DONE (anv, radv) + VK_KHR_display DONE (anv, radv, v3dv) VK_KHR_display_swapchain not started VK_KHR_external_fence_fd DONE (anv, radv) VK_KHR_external_fence_win32 not started @@ -494,15 +494,15 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_shader_non_semantic_info DONE (anv, radv) VK_KHR_shader_terminate_invocation DONE (anv, radv) VK_KHR_shared_presentable_image not started - VK_KHR_surface DONE (anv, radv) + VK_KHR_surface DONE (anv, radv, v3dv) VK_KHR_surface_protected_capabilities DONE (anv, radv) - VK_KHR_swapchain DONE (anv, radv) + VK_KHR_swapchain DONE (anv, radv, v3dv) VK_KHR_swapchain_mutable_format DONE (anv, radv) - VK_KHR_wayland_surface DONE (anv, radv) + VK_KHR_wayland_surface DONE (anv, radv, v3dv) VK_KHR_win32_keyed_mutex not started VK_KHR_win32_surface not started - VK_KHR_xcb_surface DONE (anv, radv) - VK_KHR_xlib_surface DONE (anv, radv) + VK_KHR_xcb_surface DONE (anv, radv, v3dv) + VK_KHR_xlib_surface DONE (anv, radv, v3dv) A graphical representation of this information can be found at