diff options
author | Friedrich Vock <friedrich.vock@gmx.de> | 2023-06-12 19:50:55 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-06-13 19:38:27 +0000 |
commit | 374bd4e1bef25ba2aeef6016ac35b41df07f3a99 (patch) | |
tree | c0b718eb268e801aeb7e3b786be4fa4f594c0624 /docs/relnotes | |
parent | fa7c7791ee52d81fc874cbf4e91615290a5e3d28 (diff) | |
download | mesa-374bd4e1bef25ba2aeef6016ac35b41df07f3a99.tar.gz mesa-374bd4e1bef25ba2aeef6016ac35b41df07f3a99.tar.bz2 mesa-374bd4e1bef25ba2aeef6016ac35b41df07f3a99.zip |
radv: Enable ray tracing pipelines by default
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23603>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 0d53cfde1d2..67a03bf651d 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -5,3 +5,4 @@ VK_EXT_mesh_shader on lavapipe OpenGL 3.1 on Asahi OpenGL ES 3.0 on Asahi VK_KHR_fragment_shader_barycentric on RADV/GFX10.3+ +VK_KHR_ray_tracing_pipeline on RADV/GFX10.3+ |