From: Brian Paul Date: Wed, 14 Oct 2009 17:28:28 +0000 (-0600) Subject: docs: document more MESA_GLSL env var options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85fb3e402744bbfd67ca9c79c98f54dd8ad169f5;p=mesa.git docs: document more MESA_GLSL env var options --- diff --git a/docs/envvars.html b/docs/envvars.html index 6d7a321da9f..b2c0e01ee32 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -28,6 +28,7 @@ Setting this variable automatically sets the MESA_TEX_PROG variable as well.
  • MESA_EXTENSION_OVERRIDE - can be used to enable/disable extensions. A value such as "GL_EXT_foo -GL_EXT_bar" will enable the GL_EXT_foo extension and disable the GL_EXT_bar extension. +
  • MESA_GLSL - shading language options

    diff --git a/docs/shading.html b/docs/shading.html index 77c86be3aa6..96060f1a752 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -39,7 +39,8 @@ Contents

    The MESA_GLSL environment variable can be set to a comma-separated -list of keywords to control some aspects of the GLSL compiler: +list of keywords to control some aspects of the GLSL compiler and shader +execution. These are generally used for debugging.

    Example: export MESA_GLSL=dump,nopt