summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2021-06-21 16:54:56 +0100
committerMarge Bot <eric+marge@anholt.net>2021-07-01 10:01:52 +0000
commited123a03be185af28d563f640a7ab9a1093af1a8 (patch)
treeb4b478609492402e585a3731feba74d532f0291e /docs
parenta9c4a31d8d8a955711d6f49869090caf87846f1b (diff)
radv: enable VK_KHR_shader_subgroup_uniform_control_flow
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11626>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt1
-rw-r--r--docs/relnotes/new_features.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index f3004f61fd8..460cdb801ba 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -494,6 +494,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_KHR_push_descriptor DONE (anv, lvp, radv, tu)
VK_KHR_shader_clock DONE (anv, radv)
VK_KHR_shader_non_semantic_info DONE (anv, radv)
+ VK_KHR_shader_subgroup_uniform_control_flow DONE (anv, radv)
VK_KHR_shader_terminate_invocation DONE (anv, radv, tu)
VK_KHR_shared_presentable_image not started
VK_KHR_surface DONE (anv, lvp, radv, tu, v3dv, vn)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 2ea846ac586..303fb23e573 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -3,7 +3,7 @@ VK_EXT_provoking_vertex on RADV.
VK_EXT_extended_dynamic_state2 on RADV.
VK_EXT_global_priority_query on RADV.
VK_EXT_physical_device_drm on RADV.
-VK_KHR_shader_subgroup_uniform_control_flow on Intel.
+VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
32-bit x86 builds now default disable x87 math and use sse2.
GL ES 3.1 on GT21x hardware.
VK_EXT_acquire_drm_display on RADV.