X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fenvvars.html;h=9e2f8163644fe5cac341f04c9572bceaa0c4d027;hb=6335652899de57aacef2da50b93752cd99705b65;hp=aa56cd1a9f4e638501bce36116ac63fe14c92589;hpb=ee8d2e280445b3f732e010bc6e2507483213a51a;p=mesa.git diff --git a/docs/envvars.html b/docs/envvars.html index aa56cd1a9f4..9e2f8163644 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -46,6 +46,9 @@ sometimes be useful for debugging end-user issues.
  • MESA_NO_MMX - if set, disables Intel MMX optimizations
  • MESA_NO_3DNOW - if set, disables AMD 3DNow! optimizations
  • MESA_NO_SSE - if set, disables Intel SSE optimizations +
  • MESA_NO_ERROR - if set error checking is disabled as per KHR_no_error. + This will result in undefined behaviour for invalid use of the api, but + can reduce CPU use for apps that are known to be error free.
  • 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 occurred, and possibly why, will be @@ -160,47 +163,47 @@ See the Xlib software driver page for details. This is useful for debugging hangs, etc.
  • INTEL_DEBUG - a comma-separated list of named flags, which do various things: +
  • INTEL_SCALAR_VS (or TCS, TES, GS) - force scalar/vec4 mode for a shader stage (Gen8-9 only)
  • INTEL_PRECISE_TRIG - if set to 1, true or yes, then the driver prefers accuracy over performance in trig functions.
  • @@ -301,6 +304,8 @@ See src/mesa/state_tracker/st_debug.c for other options. (will often result in incorrect rendering).
  • SVGA_DEBUG - for dumping shaders, constant buffers, etc. See the code for details. +
  • SVGA_EXTRA_LOGGING - if set, enables extra logging to the vmware.log file, +such as the OpenGL program's name and command line arguments.
  • See the driver code for other, lesser-used variables.