From bf58cfdc4831e3661b6df98123290c95f135eeb4 Mon Sep 17 00:00:00 2001 From: Mel Henning Date: Fri, 10 Oct 2025 20:27:20 -0400 Subject: [PATCH] docs/envvars: Remove references to nine nine is gone, so no need to document its env vars. Reviewed-by: Emma Anholt Reviewed-by: David Heidelberg Part-of: --- docs/envvars.rst | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 377d667f0a2..ad37e191579 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -1265,32 +1265,6 @@ clc environment variables - ``dump_spirv`` Dumps all compiled, linked and specialized SPIR-Vs - ``verbose`` Enable debug logging of clc code -Nine frontend environment variables ------------------------------------ - -.. envvar:: D3D_ALWAYS_SOFTWARE - - an integer, which forces Nine to use the CPU instead of GPU acceleration. - -.. envvar:: NINE_DEBUG - - a comma-separated list of named flags that do debugging things. - Use ``NINE_DEBUG=help`` to print a list of available options. - -.. envvar:: NINE_FF_DUMP - - a boolean, which dumps shaders generated by a fixed function (FF). - -.. envvar:: NINE_SHADER - - a comma-separated list of named flags, which do alternate shader handling. - Use ``NINE_SHADER=help`` to print a list of available options. - -.. envvar:: NINE_QUIRKS - - a comma-separated list of named flags that do various things. - Use ``NINE_DEBUG=help`` to print a list of available options. - Softpipe driver environment variables -------------------------------------