summaryrefslogtreecommitdiff
path: root/docs/envvars.html
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-02 22:35:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-02 22:35:55 +0000
commitb07d6a8158ea5b367289cb63f698e8bfead3e7e4 (patch)
tree0d7bf3ee46036b186b0e3270be37f7ee58a73890 /docs/envvars.html
parentcc5d04574406a86d9a4d7991370359dc3c94f9a7 (diff)
updated list of env vars
Diffstat (limited to 'docs/envvars.html')
-rw-r--r--docs/envvars.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index 38b212fc02..39bd7251de 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -10,14 +10,27 @@
Mesa supports the following environment variables:
</p>
<ul>
-<li>MESA_DEBUG - if defined, error messages are printed to stderr
-<li>MESA_NO_DITHER - disable dithering, overriding glEnable(GL_DITHER)
+<li>MESA_NO_ASM - if set, disables all assembly language optimizations
+<li>MESA_NO_MMX - if set, disables Intel MMX optimizations
+<li>MESA_NO_3DNOW - if set, disables AMD 3DNow! optimizations
+<li>MESA_NO_SSE - if set, disables Intel SSE optimizations
+<li>MESA_DEBUG - if set, error messages are printed to stderr
+<li>MESA_NO_DITHER - if set, disables dithering, overriding glEnable(GL_DITHER)
+</ul>
+
+<p>
+The following environment variables are only applicable to the Xlib/X11
+software driver:
+</p>
+<ul>
<li>MESA_RGB_VISUAL - specifies the X visual and depth for RGB mode (X only)
<li>MESA_CI_VISUAL - specifies the X visual and depth for CI mode (X only)
<li>MESA_BACK_BUFFER - specifies how to implement the back color buffer (X only)
-<li>MESA_PRIVATE_CMAP - force aux/tk libraries to use private colormaps (X only)
<li>MESA_GAMMA - gamma correction coefficients (X only)
<li>MESA_XSYNC - enable synchronous X behavior (for X debugging only)
+<li>MESA_GLX_FORCE_CI - if set, force GLX to treak 8bpp visuals as CI visuals
+<li>MESA_GLX_FX - set to either "fullscreen" for full-screen rendering,
+ "window" to render into a window, or "disable" to disable the Glide driver.
</ul>