summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2022-11-02 15:09:38 +0000
committerMarge Bot <emma+marge@anholt.net>2022-11-02 15:20:52 +0000
commit5ca344252c9b564d54b37a14ba8b6bfab7797f6e (patch)
treeeef202f9cbc3f0a6c425ba463098fb146e67397c /docs
parentfe6a84729d485072898b112899e5f9fa57766853 (diff)
downloadmesa-5ca344252c9b564d54b37a14ba8b6bfab7797f6e.tar.gz
mesa-5ca344252c9b564d54b37a14ba8b6bfab7797f6e.tar.bz2
mesa-5ca344252c9b564d54b37a14ba8b6bfab7797f6e.zip
docs: update new_features.txt for non-extension additions to RADV
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/19469>
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 83c18c86e7c..abadd244511 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -14,3 +14,8 @@ VK_EXT_extended_dynamic_state3 on lavapipe
VK_EXT_extended_dynamic_state3 on RADV
VK_EXT_pipeline_robustness on v3dv
Mali T620 on panfrost
+support for R8G8B8, B8G8R8, R16G16B16 and 64-bit vertex buffer formats on RADV
+initial GFX11/RDNA3 support on RADV
+various ray tracing optimizations on RADV
+extendedDynamicState2PatchControlPoints on RADV (VK_EXT_extended_dynamic_state2 feature)
+Radeon Raytracing Analyzer integration (using RADV_RRA_* environment variables)