aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Schürmann <daniel@schuermann.dev>2023-11-09 10:55:41 +0100
committerMarge Bot <emma+marge@anholt.net>2024-02-09 05:32:35 +0000
commit932b9e6a233a2959b72dadc48ba4c0454bd1e2af (patch)
tree8723b4899a37c2e9d90d608d7d96b5b251a0d426 /docs
parent312d0784c515f0f1d9954f050c9f284b4cf92a67 (diff)
downloadmesa3d-932b9e6a233a2959b72dadc48ba4c0454bd1e2af.tar.gz
radv: enable VK_KHR_shader_quad_control
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27277>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt1
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/features.txt b/docs/features.txt
index fc16545ba48..e18beba93ce 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -540,6 +540,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_KHR_shader_maximal_reconvergence DONE (radv)
VK_KHR_shader_subgroup_rotate DONE (anv, radv)
VK_KHR_shader_subgroup_uniform_control_flow DONE (anv, hasvk, radv)
+ VK_KHR_shader_quad_control DONE (radv)
VK_KHR_shared_presentable_image not started
VK_KHR_surface DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
VK_KHR_surface_protected_capabilities DONE (anv, lvp, nvk, radv, v3dv, vn)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 2106475ce89..bd440b42668 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -4,3 +4,4 @@ VK_KHR_line_rasterization on RADV
VK_KHR_index_type_uint8 on RADV
VK_KHR_shader_expect_assume on all Vulkan drivers
VK_KHR_shader_maximal_reconvergence on RADV
+VK_KHR_shader_quad_control on RADV