summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2022-02-28 11:43:41 +0100
committerMarge Bot <emma+marge@anholt.net>2022-03-28 16:50:12 +0000
commit1b2ccea63fcf8e430993ee24ac87132e76a0d5a7 (patch)
tree3a186fdb2cdec9e087725d14e6a22dd827aad24e /docs
parent43e83949dc6964d2870c52c8dc8112a94124e72e (diff)
radv: advertise VK_EXT_depth_clip_control
Gitlab: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6070 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15192>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/new_features.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt
index b9976c09a2b..5710d026a37 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -537,7 +537,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_custom_border_color DONE (anv, lvp, radv, tu, v3dv)
VK_EXT_debug_marker DONE (radv)
VK_EXT_depth_clip_enable DONE (anv, lvp, radv, tu)
- VK_EXT_depth_clip_control DONE (lvp, tu)
+ VK_EXT_depth_clip_control DONE (lvp, radv, tu)
VK_EXT_depth_range_unrestricted DONE (radv)
VK_EXT_discard_rectangles DONE (radv)
VK_EXT_display_control DONE (anv, tu)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index b65de707fca..0b33bc01a4d 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,3 +1,4 @@
d3d12 GL4.2
GL_NV_pack_subimage
-lavapipe VK_EXT_depth_clip_control, Vulkan 1.3 support
+VK_EXT_depth_clip_control on lavapipe and RADV
+Vulkan 1.3 support on lavapipe