Mesa (main): v3dv: document two supported extensions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 10 13:16:21 UTC 2021


Module: Mesa
Branch: main
Commit: 674b0af3b343acd546d64d118af56de2b9f5b77f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=674b0af3b343acd546d64d118af56de2b9f5b77f

Author: Charlie Birks <charlie at daftgames.net>
Date:   Wed Jun  9 14:57:51 2021 +0000

v3dv: document two supported extensions

Reviewed-by: Alejandro Piñeiro <apinheiro at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11268>

---

 docs/features.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features.txt b/docs/features.txt
index 295c5638a83..312f7fc58a1 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -487,7 +487,7 @@ Khronos extensions that are not part of any Vulkan version:
   VK_KHR_external_semaphore_win32                       not started
   VK_KHR_fragment_shading_rate                          not started
   VK_KHR_get_display_properties2                        DONE (anv, lvp, radv, tu, v3dv)
-  VK_KHR_get_surface_capabilities2                      DONE (anv, lvp, radv, tu, vn)
+  VK_KHR_get_surface_capabilities2                      DONE (anv, lvp, radv, tu, v3dv, vn)
   VK_KHR_incremental_present                            DONE (anv, lvp, radv, tu)
   VK_KHR_performance_query                              DONE (anv/gen8+, tu)
   VK_KHR_pipeline_executable_properties                 DONE (anv, radv, tu)
@@ -520,7 +520,7 @@ Khronos extensions that are not part of any Vulkan version:
   VK_EXT_display_control                                DONE (anv, radv, tu)
   VK_EXT_extended_dynamic_state                         DONE (anv, lvp, radv, tu)
   VK_EXT_extended_dynamic_state2                        DONE (anv, radv)
-  VK_EXT_external_memory_dma_buf                        DONE (anv, radv, tu)
+  VK_EXT_external_memory_dma_buf                        DONE (anv, radv, tu, v3dv)
   VK_EXT_external_memory_host                           DONE (anv, radv)
   VK_EXT_filter_cubic                                   DONE (tu/a650)
   VK_EXT_fragment_shader_interlock                      DONE (anv/gen9+)



More information about the mesa-commit mailing list