docs: Update VK_EXT_legacy_vertex_attributes entries

VK_EXT_legacy_vertex_attributes was enabled for both Anv and Turnip
but this never fully made its way to the docs.

Fixes: 8c1cc405d3 ("anv: VK_EXT_legacy_vertex_attributes")
Fixes: 660a47ecbf ("tu: support VK_EXT_legacy_vertex_attributes")

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29176>
This commit is contained in:
Valentine Burley
2024-05-13 17:55:58 +00:00
committed by Marge Bot
parent 3d5ad071bf
commit 04f945d6c3
2 changed files with 2 additions and 2 deletions

View File

@@ -594,7 +594,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_image_sliced_view_of_3d DONE (anv, nvk, radv/gfx10+)
VK_EXT_image_view_min_lod DONE (anv, hasvk, nvk, radv, tu, vn)
VK_EXT_index_type_uint8 DONE (anv, hasvk, nvk, lvp, panvk, pvr, radv/gfx8+, tu, v3dv, vn)
VK_EXT_legacy_vertex_attributes DONE (anv, lvp, radv)
VK_EXT_legacy_vertex_attributes DONE (anv, lvp, radv, tu)
VK_EXT_line_rasterization DONE (anv, hasvk, nvk, lvp, radv, tu, v3dv, vn)
VK_EXT_load_store_op_none DONE (anv, nvk, radv, tu, v3dv, vn)
VK_EXT_memory_budget DONE (anv, hasvk, lvp, nvk, pvr, radv, tu, v3dv, vn)

View File

@@ -1,2 +1,2 @@
VK_KHR_dynamic_rendering_local_read on RADV
VK_EXT_legacy_vertex_attributes on lavapipe and RADV
VK_EXT_legacy_vertex_attributes on lavapipe, ANV, Turnip and RADV