Module: Mesa Branch: staging/19.1 Commit: 96a8ef9ce8e18391a7db9904b20668f1634d1c28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96a8ef9ce8e18391a7db9904b20668f1634d1c28
Author: Andres Gomez <[email protected]> Date: Wed Sep 18 15:34:33 2019 +0300 docs/features: Update VK_KHR_display_swapchain status It was set as done by mistake. Fixes: bc15d74529e ("docs/features: Mark some Vulkan extensions as done") Signed-off-by: Andres Gomez <[email protected]> Acked-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> (cherry picked from commit bcd9224728dcb8d8fe4bcddc4bd9b2c36fcfe9dd) [Juan A. Suarez: resolve trivial conflicts] Signed-off-by: Juan A. Suarez Romero <[email protected]> Conflicts: docs/features.txt --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 1b8c9a830c6..9c2180caa01 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -445,7 +445,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_android_surface not started VK_KHR_create_renderpass2 DONE (anv, radv) VK_KHR_display DONE (anv, radv) - VK_KHR_display_swapchain DONE (anv, radv) + VK_KHR_display_swapchain not started VK_KHR_draw_indirect_count DONE (radv) VK_KHR_external_fence_fd DONE (anv, radv) VK_KHR_external_fence_win32 not started _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
