From: Brian Paul
Date: Mon, 2 Feb 2004 22:35:55 +0000 (+0000)
Subject: updated list of env vars
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b07d6a8158ea5b367289cb63f698e8bfead3e7e4;p=mesa.git
updated list of env vars
---
diff --git a/docs/envvars.html b/docs/envvars.html
index 38b212fc020..39bd7251dec 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -10,14 +10,27 @@
Mesa supports the following environment variables:
-- MESA_DEBUG - if defined, error messages are printed to stderr
-
- MESA_NO_DITHER - disable dithering, overriding glEnable(GL_DITHER)
+
- MESA_NO_ASM - if set, disables all assembly language optimizations
+
- MESA_NO_MMX - if set, disables Intel MMX optimizations
+
- MESA_NO_3DNOW - if set, disables AMD 3DNow! optimizations
+
- MESA_NO_SSE - if set, disables Intel SSE optimizations
+
- MESA_DEBUG - if set, error messages are printed to stderr
+
- MESA_NO_DITHER - if set, disables dithering, overriding glEnable(GL_DITHER)
+
+
+
+The following environment variables are only applicable to the Xlib/X11
+software driver:
+
+
- MESA_RGB_VISUAL - specifies the X visual and depth for RGB mode (X only)
- MESA_CI_VISUAL - specifies the X visual and depth for CI mode (X only)
- MESA_BACK_BUFFER - specifies how to implement the back color buffer (X only)
-
- MESA_PRIVATE_CMAP - force aux/tk libraries to use private colormaps (X only)
- MESA_GAMMA - gamma correction coefficients (X only)
- MESA_XSYNC - enable synchronous X behavior (for X debugging only)
+
- MESA_GLX_FORCE_CI - if set, force GLX to treak 8bpp visuals as CI visuals
+
- MESA_GLX_FX - set to either "fullscreen" for full-screen rendering,
+ "window" to render into a window, or "disable" to disable the Glide driver.