X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fenvvars.html;h=31d14a45abb08a3f80592b71875d55d3f2d2c1bc;hb=881c52f13f4a8ca1c80ca1766238d5100ddf283b;hp=67d8e292bb0b1d821a56336fd86236c2f0cb5480;hpb=90fa71b277e9d4be71a1edf5bc2f2caf7eed0b23;p=mesa.git diff --git a/docs/envvars.html b/docs/envvars.html index 67d8e292bb0..31d14a45abb 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -47,7 +47,7 @@ sometimes be useful for debugging end-user issues.
  • MESA_NO_SSE - if set, disables Intel SSE optimizations
  • MESA_DEBUG - if set, error messages are printed to stderr. For example, if the application generates a GL_INVALID_ENUM error, a corresponding error - message indicating where the error occured, and possibly why, will be + message indicating where the error occurred, and possibly why, will be printed to stderr.
    If the value of MESA_DEBUG is 'FP' floating point arithmetic errors will generate exceptions. @@ -121,10 +121,38 @@ See the Xlib software driver page for details.

    i945/i965 driver environment variables (non-Gallium)

    @@ -173,14 +201,14 @@ See src/mesa/state_tracker/st_debug.c for other options. to stderr
  • SOFTPIPE_NO_RAST - if set, rasterization is no-op'd. For profiling purposes.
  • SOFTPIPE_USE_LLVM - if set, the softpipe driver will try to use LLVM JIT for - vertex shading procesing. + vertex shading processing.

    LLVMpipe driver environment variables