From e7e92f79543f8390d42543e72918d162cfb0a38e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 8 Nov 2022 11:02:24 +0100 Subject: [PATCH] docs: remove duplicate envvars These envvars are also documented in the "envvars" document, which is more prominent. Let's just drop these duplicate definitions to avoid confusion. Reviewed-by: Yonggang Luo Part-of: --- docs/gallium/debugging.rst | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/docs/gallium/debugging.rst b/docs/gallium/debugging.rst index 801e87f..e3d258a 100644 --- a/docs/gallium/debugging.rst +++ b/docs/gallium/debugging.rst @@ -15,12 +15,6 @@ program from that console. Common """""" -.. envvar:: GALLIUM_PRINT_OPTIONS - - This boolean option controls if the debug variables should be printed to - stderr. This is probably the most useful variable, since it allows you to - find which variables a driver uses. - .. envvar:: GALLIUM_TRACE If set, this variable will cause the :ref:`trace` output to be written to the @@ -41,28 +35,6 @@ Common frame will be recorded into the trace output. Paths may be relative or absolute; relative paths are relative to the working directory. -.. envvar:: GALLIUM_DUMP_CPU - - Enable dumping of information about the current CPU that the driver is running on. - -.. envvar:: TGSI_PRINT_SANITY - - Gallium has a built-in shader sanity checker. This boolean option controls - whether the shader sanity checker prints its warnings and errors to stderr. - -.. envvar:: DRAW_USE_LLVM - - Whether the :ref:`Draw` module will attempt to use LLVM for vertex and geometry shaders. - - -GL State tracker-specific -""""""""""""""""""""""""" - -.. envvar:: ST_DEBUG - - Debug :ref:`flags` for the GL state tracker. - - Driver-specific """"""""""""""" @@ -78,14 +50,6 @@ Driver-specific Dump all commands going to the hardware. -.. envvar:: LP_DEBUG - - Debug :ref:`flags` for the LLVMpipe driver. - -.. envvar:: LP_NUM_THREADS - - Number of threads that the LLVMpipe driver should use. - .. envvar:: FD_MESA_DEBUG Debug :ref:`flags` for the Freedreno driver. -- 2.7.4