From 9cc639efd9af0d8b16dd7ed3000412d9f45f52ab Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Sun, 14 Sep 2025 16:51:14 +0200 Subject: [PATCH] docs/features: Mark VK_KHR_maintenance9 as done for ANV Seems that it was missing from the initial MR. Also fix ordering of drivers on that line. Signed-off-by: Mary Guillemard Acked-by: Alyssa Rosenzweig Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 65feddc5571..14187e79d87 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -555,7 +555,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_incremental_present DONE (anv, hasvk, hk, lvp, nvk, radv, tu, v3dv, vn) VK_KHR_maintenance7 DONE (anv, hk, lvp, nvk, panvk/v10+, radv, tu, vn) VK_KHR_maintenance8 DONE (anv, hk, lvp, nvk, panvk/v10+, radv, tu) - VK_KHR_maintenance9 DONE (lvp, radv, nvk, panvk) + VK_KHR_maintenance9 DONE (anv, lvp, nvk, panvk, radv) VK_KHR_performance_query DONE (anv, radv/gfx10.3+, tu, v3dv) VK_KHR_pipeline_binary DONE (radv) VK_KHR_pipeline_executable_properties DONE (anv, hk, nvk, panvk, hasvk, radv, tu, v3dv)