diff options
| author | Mel Henning <mhenning@darkrefraction.com> | 2025-10-10 20:27:20 -0400 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-29 20:08:39 +0000 |
| commit | bf58cfdc4831e3661b6df98123290c95f135eeb4 (patch) | |
| tree | b661cbca93ceed1aa3868b885d3efaffbb3c2cc0 /docs | |
| parent | 93d51a423acebf76b851d3b45092f9f17b054778 (diff) | |
docs/envvars: Remove references to nine
nine is gone, so no need to document its env vars.
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37828>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/envvars.rst | 26 |
1 files changed, 0 insertions, 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 ------------------------------------- |