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 <itoral@igalia.com>

v2: include VK_KHR_wayland_surface as !7303 got merged

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7758>
This commit is contained in:
Alejandro Piñeiro 2020-11-24 22:24:21 +01:00 committed by Marge Bot
parent e5ff2a357e
commit 4adb643a0a

View file

@ -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