aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Schürmann <[email protected]>2019-09-19 13:43:35 +0200
committerSamuel Pitoiset <[email protected]>2020-06-25 15:16:30 +0200
commit63e1e7209c2bf7d8bbce18380d4f1b2cff4c0bbb (patch)
tree9d90217fe3b79ec43f68478df98c0749e52bb109 /docs
parentdb0afb380077a6e426aaa035a6cce0b42b78e41d (diff)
radv: enable ACO by default
No more dragons have been seen, caution is still required... Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5445>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst2
-rw-r--r--docs/relnotes/new_features.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index bebc1e1a48d..bc431ccf1f1 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -575,8 +575,6 @@ RADV driver environment variables
``RADV_PERFTEST``
a comma-separated list of named flags, which do various things:
- ``aco``
- enable ACO experimental compiler
``bolist``
enable the global BO list
``cswave32``
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index a0f3789877b..4260ad90103 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -12,3 +12,5 @@ VK_GOOGLE_user_type on ANV and RADV.
VK_KHR_shader_subgroup_extended_types on RADV/ACO.
GL_ARB_gl_spirv on nvc0/nir.
GL_ARB_spirv_extensions on nvc0/nir.
+RADV now uses ACO per default as backend
+RADV_DEBUG=llvm option to enable LLVM backend for RADV