Module: Mesa Branch: master Commit: f89c8ba4101fb6a74ec61a43d1def8973e9f0849 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f89c8ba4101fb6a74ec61a43d1def8973e9f0849
Author: Dave Airlie <[email protected]> Date: Thu Apr 8 06:24:19 2021 +1000 docs: update lavapipe bits for 1.1 Reviewed-By: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10086> --- docs/features.txt | 2 +- docs/relnotes/new_features.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 90afec621bd..6e603c1f0ce 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -419,7 +419,7 @@ we DO NOT WANT implementations of these extensions for Mesa. Vulkan 1.0 -- all DONE: anv, lvp, radv, tu, v3dv -Vulkan 1.1 -- all DONE: anv, radv +Vulkan 1.1 -- all DONE: anv, lvp, radv VK_KHR_16bit_storage DONE (anv/gen8+, lvp, radv, tu/a650) VK_KHR_bind_memory2 DONE (anv, lvp, radv, tu) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 9423a95df31..de628d6a71d 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -7,3 +7,4 @@ GL_EXT_texture_filter_minmax on nvc0 (gm200+) GL_ARB_texture_filter_minmax on nvc0 (gm200+) GL_ARB_post_depth_coverage on zink VK_KHR_copy_commands2 on lavapipe +lavapipe exposes Vulkan 1.1 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
