diff options
author | Brian Paul <[email protected]> | 2009-10-14 11:28:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-14 19:09:08 -0600 |
commit | 85fb3e402744bbfd67ca9c79c98f54dd8ad169f5 (patch) | |
tree | 12a644b24704bffba076178d4ee710b18fe51ae2 /docs/envvars.html | |
parent | 24e2f61469a4915ca4aba431cbe4634293cbe92e (diff) |
docs: document more MESA_GLSL env var options
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 1 |
1 files changed, 1 insertions, 0 deletions
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. <li>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. +<li>MESA_GLSL - <a href="shading.html#envvars">shading language options</a> </ul> <p> |