summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2020-07-30 11:07:22 +0100
committerMarge Bot <eric+marge@anholt.net>2020-08-05 09:45:54 +0000
commit6e2e77557ee377506c6d9ce6a47a1a6046ebe35a (patch)
tree15eb204289d253c5e0320a28b91134a7e2c06307 /docs
parent4f3630b36ab6f7d433eabf20e2a04a764463e904 (diff)
radv/llvm: enable VK_KHR_memory_model
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6063>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes/new_features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 26ee559d4bf..49e9fedede8 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -24,4 +24,4 @@ RADV_DEBUG=llvm option to enable LLVM backend for RADV
VK_EXT_image_robustness for ANV
VK_EXT_shader_atomic_float on ANV
VK_EXT_4444_formats on ANV and RADV.
-VK_KHR_memory_model on RADV/ACO.
+VK_KHR_memory_model on RADV.