X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fenvvars.html;h=9e2f8163644fe5cac341f04c9572bceaa0c4d027;hb=293b3e0a3f73ef85b446259dc9422932e0b8ff49;hp=e075c20536a386d609a7245c532ca20e23f581a2;hpb=620f12a53f9de09fa122912c8bb07e82332b565d;p=mesa.git diff --git a/docs/envvars.html b/docs/envvars.html index e075c20536a..9e2f8163644 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -200,10 +200,10 @@ See the Xlib software driver page for details.
  • tes - dump shader assembly for tessellation evaluation shaders
  • tex - emit messages about textures.
  • urb - emit messages about URB setup
  • -
  • vec4 - force vec4 mode in vertex shader
  • vert - emit messages about vertex assembly
  • vs - dump shader assembly for vertex shaders
  • +
  • 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.
  • @@ -304,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.