diff options
author | David Nusinow <[email protected]> | 2006-09-24 21:21:15 +0000 |
---|---|---|
committer | David Nusinow <[email protected]> | 2006-09-24 21:21:15 +0000 |
commit | 387acaac6925e42f47031f26360e33a3f30e7312 (patch) | |
tree | a4218beb5aa67b58a74299d899dab9f2f44f971e /docs/envvars.html | |
parent | 952b775dbe0fb434310808058d96931b832050da (diff) |
* New upstream version
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 6520befaaab..7b64dc9fefe 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -20,6 +20,11 @@ Mesa supports the following environment variables: If the value of MESA_DEBUG is "FP" floating point arithmetic errors will generate exceptions. <li>MESA_NO_DITHER - if set, disables dithering, overriding glEnable(GL_DITHER) +<li>MESA_TEX_PROG - if set, implement conventional texture env modes with +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. </ul> <p> |