From 1a1412e66e000dfb9de7de72607d14d9b837cc92 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 6 Mar 2025 13:47:20 +0100 Subject: [PATCH] docs/features: add missing panvk feature I forgot to document this feature when I added it, whoops! Fixes: ac05c2a2b8f ("panvk: expose subgroup operations") Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 18b04b24578..54162f578a8 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -522,7 +522,7 @@ Vulkan 1.4 -- all DONE: anv, lvp, nvk, radv/gfx8+, tu/a7xx+, vn VK_KHR_push_descriptor DONE (anv, hasvk, lvp, nvk, panvk, radv, tu, vn) VK_KHR_shader_expect_assume DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_shader_float_controls2 DONE (anv, lvp, nvk, radv, tu, vn) - VK_KHR_shader_subgroup_rotate DONE (anv, lvp, nvk, radv, tu, vn) + VK_KHR_shader_subgroup_rotate DONE (anv, lvp, nvk, panvk, radv, tu, vn) VK_KHR_vertex_attribute_divisor DONE (anv, lvp, nvk, panvk, radv, tu, v3dv, vn) VK_EXT_host_image_copy DONE (anv, lvp, nvk/Turing+, tu, vn) VK_EXT_pipeline_protected_access DONE (anv/gfx12+, vn)