From aa5ca7fc3cd7aac664726ed5f069045eac0ad3a0 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 3 Nov 2021 19:54:32 -0400 Subject: [PATCH] features: add dynamic render for lavapipe Reviewed-by: Dave Airlie Part-of: --- 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