From 5c6afd0f349b17aaa0b2e06ccee44fa709d6285c Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Tue, 5 May 2020 17:31:26 +0100 Subject: [PATCH] docs/envvars: document ACO_DEBUG Signed-off-by: Rhys Perry Reviewed-by: Erik Faye-Lund Reviewed-by: Samuel Pitoiset Part-of: --- docs/envvars.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/envvars.html b/docs/envvars.html index 4a90185e297..9c38bbb495e 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -642,6 +642,17 @@ Mesa EGL supports different sets of environment variables. See the
force anisotropy filter (up to 16)
RADV_TRACE_FILE
generate cmdbuffer tracefiles when a GPU hang is detected
+
ACO_DEBUG
+
a comma-separated list of named flags, which do various things: +
+
validateir
+
validate the ACO IR at various points of compilation (enabled by default for debug/debugoptimized builds)
+
validatera
+
validate register assignment of ACO IR and catches many RA bugs
+
perfwarn
+
abort on some suboptimal code generation
+
+

radeonsi driver environment variables

-- 2.30.2