Mesa (main): features: add dynamic render for lavapipe

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 03:46:49 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Wed Nov  3 19:54:32 2021 -0400

features: add dynamic render for lavapipe

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13627>

---

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

diff --git a/docs/features.txt b/docs/features.txt
index 17c443b2069..b28c6a8ab7c 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -477,6 +477,7 @@ Khronos extensions that are not part of any Vulkan version:
   VK_KHR_deferred_host_operations                       DONE (anv, radv)
   VK_KHR_display                                        DONE (anv, lvp, radv, tu, v3dv)
   VK_KHR_display_swapchain                              not started
+  VK_KHR_dynamic_rendering                              DONE (lvp)
   VK_KHR_external_fence_fd                              DONE (anv, radv, tu, v3dv, vn)
   VK_KHR_external_fence_win32                           not started
   VK_KHR_external_memory_fd                             DONE (anv, lvp, radv, tu, v3dv, vn)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index e69de29bb2d..f65a8940ac2 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -0,0 +1 @@
+lavapipe KHR_dynamic_rendering



More information about the mesa-commit mailing list