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