From 90fa71b277e9d4be71a1edf5bc2f2caf7eed0b23 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Jun 2013 10:12:28 -0600 Subject: [PATCH] docs: update some environment variable info Drop the GALLIUM_NOSSE/PPC env vars, added ST_DEBUG and some of the VMware SVGA driver env vars. --- docs/envvars.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/envvars.html b/docs/envvars.html index 389da62e6e8..67d8e292bb0 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -153,10 +153,6 @@ Mesa EGL supports different sets of environment variables. See the rather than stderr.
  • GALLIUM_PRINT_OPTIONS - if non-zero, print all the Gallium environment variables which are used, and their current values. -
  • GALLIUM_NOSSE - if non-zero, do not use SSE runtime code generation for - shader execution -
  • GALLIUM_NOPPC - if non-zero, do not use PPC runtime code generation for - shader execution
  • GALLIUM_DUMP_CPU - if non-zero, print information about the CPU on start-up
  • TGSI_PRINT_SANITY - if set, do extra sanity checking on TGSI shaders and print any errors to stderr. @@ -164,6 +160,9 @@ Mesa EGL supports different sets of environment variables. See the
  • DRAW_NO_FSE - ???
  • DRAW_USE_LLVM - if set to zero, the draw module will not use LLVM to execute shaders, vertex fetch, etc. +
  • ST_DEBUG - controls debug output from the Mesa/Gallium state tracker. +Setting to "tgsi", for example, will print all the TGSI shaders. +See src/mesa/state_tracker/st_debug.c for other options.

    Softpipe driver environment variables

    @@ -190,6 +189,16 @@ Mesa EGL supports different sets of environment variables. See the cores present. +

    VMware SVGA driver environment variables

    + +

    Other Gallium drivers have their own environment variables. These may change -- 2.11.0