Mesa (main): docs: add llvmpipe host memory extensions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 11 00:37:07 UTC 2021


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Aug 11 10:06:22 2021 +1000

docs: add llvmpipe host memory extensions

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

---

 docs/features.txt              | 2 +-
 docs/relnotes/new_features.txt | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index beee347574a..c7e4608b92e 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -520,7 +520,7 @@ Khronos extensions that are not part of any Vulkan version:
   VK_EXT_extended_dynamic_state                         DONE (anv, lvp, radv, tu)
   VK_EXT_extended_dynamic_state2                        DONE (anv, lvp, radv)
   VK_EXT_external_memory_dma_buf                        DONE (anv, radv, tu, v3dv)
-  VK_EXT_external_memory_host                           DONE (anv, radv)
+  VK_EXT_external_memory_host                           DONE (anv, lvp, radv)
   VK_EXT_filter_cubic                                   DONE (tu/a650)
   VK_EXT_fragment_shader_interlock                      DONE (anv/gen9+)
   VK_EXT_global_priority                                DONE (anv, radv)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 5d38e11e20c..ea51716924d 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -3,3 +3,5 @@ GL_ARB_texture_filter_anisotropic in llvmpipe
 Anisotropic texture filtering in lavapipe
 VK_EXT_shader_atomic_float2 on Intel and RADV.
 VK_KHR_timeline_semaphore on lavapipe
+VK_EXT_external_memory_host on lavapipe
+GL_AMD_pinned_memory on llvmpipe



More information about the mesa-commit mailing list