Mesa (master): docs/features: update list of v3dv supported features

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 26 11:06:05 UTC 2020


Module: Mesa
Branch: master
Commit: 4adb643a0add642f093163010d63e94ff149e178
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4adb643a0add642f093163010d63e94ff149e178

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Tue Nov 24 22:24:21 2020 +0100

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 at igalia.com>

v2: include VK_KHR_wayland_surface as !7303 got merged

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7758>

---

 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



More information about the mesa-commit mailing list