summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2023-01-10 14:01:25 +0100
committerMarge Bot <emma+marge@anholt.net>2023-01-11 08:52:26 +0000
commit9ff54a52ec7fd400b928e5cb5b9e5250aaaab7c2 (patch)
tree42f77b4c2824699753ac04d40d9234964bf81766 /docs
parentbed18ab3e2f3fb7f84568a7965becebbbcee9afb (diff)
docs: update new_features.txt for additional work with RADV
This release (23.0) contains less features than usual but the last branchpoint was delayed and we had end of year holidays. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20609>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes/new_features.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index e67cfce4b1b..15f8a864627 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,3 +1,8 @@
VK_EXT_descriptor_buffer on RADV
VK_AMD_shader_early_and_late_fragment_tests on RADV
VK_AMD_shader_explicit_vertex_parameter on RADV/RDNA3
+VK_EXT_swapchain_colorspace on RADV
+Enabled VK_EXT_mesh_shader by default on RADV/RDNA2
+Implemented more VK_EXT_dynamic_state3 features on RADV
+Various raytracing, graphics pipeline library and RDNA3 improvements on RADV
+Radeon Memory Visualizer support with RADV.