summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2020-07-24 17:11:45 +0100
committerMarge Bot <eric+marge@anholt.net>2020-08-05 09:45:54 +0000
commitda38e99edad6e9ca8ce0a3081f728384cc4e016d (patch)
tree3c5b82a5c45d74cc22381c88a7ea5a7098c46042 /docs
parent389c95a8890ebc6ee0ef174b715142885d848241 (diff)
radv/aco: 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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 6c93106a527..26ee559d4bf 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -24,3 +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.