diff options
author | Brian Paul <[email protected]> | 2009-06-08 10:56:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-08 10:56:51 -0600 |
commit | cc26e2774615d5e18a0e19270a40b7dd1e4e99df (patch) | |
tree | e0e3f8e60f7df645bfd88ca51527f527f7f93f34 /docs | |
parent | f9c0ce0e073cd60f632de3a0588a111b92a602dd (diff) |
docs: document MESA_EXTENSION_OVERRIDE env var
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 7fd9fe7c0a8..6d7a321da9f 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -25,6 +25,9 @@ fragment programs (intended for developers only) <li>MESA_TNL_PROG - if set, implement conventional vertex transformation operations with vertex programs (intended for developers only). 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. </ul> <p> |