summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Schürmann <daniel@schuermann.dev>2019-10-31 21:39:33 +0100
committerDaniel Schürmann <daniel@schuermann.dev>2019-11-01 15:29:35 +0100
commit090469173cc0168ec41d58f409f7a5af9540eda7 (patch)
treef14d59008ba610aea11aa63a43d634df95e68578 /docs
parent59bc14186ecec006382f09b31eea7d75b0edf7c1 (diff)
downloadmesa-090469173cc0168ec41d58f409f7a5af9540eda7.tar.gz
docs/relnotes/new_features.txt: Add note about ACO
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes/new_features.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index ccaf4960246..5a7964d96a8 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -16,3 +16,5 @@ VK_INTEL_performance_query on Intel.
Meson support for windows using MSVC and MinGW
scons has been deprecated for non windows
Initial Intel gen12 (Tigerlake) support on anvil and iris
+New compiler backend "ACO" for RADV (RADV_PERFTEST=aco)
+VK_EXT_shader_demote_to_helper_invocation on RADV/ACO.