blob: 6402ec507277dd421e86774fbacb07b19fc87f01 [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<TITLE>Environment Variables</TITLE>
4
Brian Paul36da0452005-01-20 03:55:10 +00005<link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
Brian Paul0b27ace2003-03-08 17:38:57 +00008
9<H1>Environment Variables</H1>
10
11<p>
Brian Paul1bf99542011-02-17 07:29:20 -070012Normally, no environment variables need to be set. Most of the environment
13variables used by Mesa/Gallium are for debugging purposes, but they can
14sometimes be useful for debugging end-user issues.
Brian Paul0b27ace2003-03-08 17:38:57 +000015</p>
Brian Paul1bf99542011-02-17 07:29:20 -070016
17
18<H2>LibGL environment variables</H2>
19
20<ul>
21<li>LIBGL_DEBUG - If defined debug information will be printed to stderr.
22 If set to 'verbose' additional information will be printed.
23<li>LIBGL_DRIVERS_PATH - colon-separated list of paths to search for DRI drivers
24<li>LIBGL_ALWAYS_INDIRECT - forces an indirect rendering context/connection.
25<li>LIBGL_ALWAYS_SOFTWARE - if set, always use software rendering
26<li>LIBGL_NO_DRAWARRAYS - if set do not use DrawArrays GLX protocol (for debugging)
27</ul>
28
29
30
31<H2>Core Mesa environment variables</H2>
32
Brian Paul0b27ace2003-03-08 17:38:57 +000033<ul>
Brian Paulb07d6a82004-02-02 22:35:55 +000034<li>MESA_NO_ASM - if set, disables all assembly language optimizations
35<li>MESA_NO_MMX - if set, disables Intel MMX optimizations
36<li>MESA_NO_3DNOW - if set, disables AMD 3DNow! optimizations
37<li>MESA_NO_SSE - if set, disables Intel SSE optimizations
Brian Paul1bf99542011-02-17 07:29:20 -070038<li>MESA_DEBUG - if set, error messages are printed to stderr. For example,
39 if the application generates a GL_INVALID_ENUM error, a corresponding error
40 message indicating where the error occured, and possibly why, will be
41 printed to stderr.<br>
42 If the value of MESA_DEBUG is 'FP' floating point arithmetic errors will
43 generate exceptions.
Brian Paul4d3ab192006-06-01 20:22:30 +000044<li>MESA_TEX_PROG - if set, implement conventional texture env modes with
45fragment programs (intended for developers only)
46<li>MESA_TNL_PROG - if set, implement conventional vertex transformation
47operations with vertex programs (intended for developers only).
48Setting this variable automatically sets the MESA_TEX_PROG variable as well.
Brian Paulcc26e272009-06-08 10:56:51 -060049<li>MESA_EXTENSION_OVERRIDE - can be used to enable/disable extensions.
50A value such as "GL_EXT_foo -GL_EXT_bar" will enable the GL_EXT_foo extension
51and disable the GL_EXT_bar extension.
Brian Paul82dd62f2011-03-24 11:39:21 -060052<li>MESA_EXTENSION_MAX_YEAR - The GL_EXTENSIONS string returned by Mesa is sorted
53by extension year.
54If this variable is set to year X, only extensions defined on or before year
55X will be reported.
56This is to work-around a bug in some games where the extension string is
57copied into a fixed-size buffer without truncating.
58If the extension string is too long, the buffer overrun can cause the game
59to crash.
60This is a work-around for that.
Chad Versace0527c112011-09-26 11:48:46 -070061<li>MESA_GL_VERSION_OVERRIDE - changes the value returned by
62glGetString(GL_VERSION). Valid values are point-separated version numbers,
63such as "3.0". Mesa will not really implement all the features of the given
64version if it's higher than what's normally reported.
Brian Paul1bf99542011-02-17 07:29:20 -070065<li>MESA_GLSL - <a href="shading.html#envvars">shading language compiler options</a>
Brian Paulb07d6a82004-02-02 22:35:55 +000066</ul>
67
Brian Paul1bf99542011-02-17 07:29:20 -070068
69<H2>Mesa Xlib driver environment variables</H2>
70
Brian Paulb07d6a82004-02-02 22:35:55 +000071<p>
Brian Paul1bf99542011-02-17 07:29:20 -070072The following are only applicable to the Mesa Xlib software driver.
Brian Paulb6c41fd2009-01-22 09:58:52 -070073See the <A HREF="xlibdriver.html">Xlib software driver page</A> for details.
Brian Paulb07d6a82004-02-02 22:35:55 +000074</p>
75<ul>
Brian Paul5e9d7312006-01-27 20:12:06 +000076<li>MESA_RGB_VISUAL - specifies the X visual and depth for RGB mode
77<li>MESA_CI_VISUAL - specifies the X visual and depth for CI mode
78<li>MESA_BACK_BUFFER - specifies how to implement the back color buffer,
79 either "pixmap" or "ximage"
80<li>MESA_GAMMA - gamma correction coefficients for red, green, blue channels
81<li>MESA_XSYNC - enable synchronous X behavior (for debugging only)
82<li>MESA_GLX_FORCE_CI - if set, force GLX to treat 8bpp visuals as CI visuals
Brian Paulb07d6a82004-02-02 22:35:55 +000083<li>MESA_GLX_FX - set to either "fullscreen" for full-screen rendering,
84 "window" to render into a window, or "disable" to disable the Glide driver.
Brian Paul4f6b1ad2004-07-23 15:49:12 +000085<li>MESA_GLX_FORCE_ALPHA - if set, forces RGB windows to have an alpha channel.
Brian Pauldfa5c2b2004-07-23 23:32:15 +000086<li>MESA_GLX_DEPTH_BITS - specifies default number of bits for depth buffer.
Brian Paul8894a552005-11-05 03:12:06 +000087<li>MESA_GLX_ALPHA_BITS - specifies default number of bits for alpha channel.
Brian Paul0b27ace2003-03-08 17:38:57 +000088</ul>
89
90
Brian Paul1bf99542011-02-17 07:29:20 -070091<h2>i945/i965 driver environment variables (non-Gallium)</h2>
92
Brian Paul1d8b3082010-01-26 09:12:32 -070093<ul>
94<li>INTEL_STRICT_CONFORMANCE - if set to 1, enable sw fallbacks to improve
95 OpenGL conformance. If set to 2, always use software rendering.
96<li>INTEL_NO_BLIT - if set, disable hardware-accelerated glBitmap,
97 glCopyPixels, glDrawPixels.
98</ul>
99
100
Brian Paul1bf99542011-02-17 07:29:20 -0700101<h2>Radeon R300 driver environment variables (non-Gallium)</h2>
102
Brian Paul1d8b3082010-01-26 09:12:32 -0700103<ul>
104<li>R300_NO_TCL - if set, disable hardware-accelerated Transform/Clip/Lighting.
105</ul>
106
Brian Paul1bf99542011-02-17 07:29:20 -0700107
108<h2>EGL environment variables</h2>
109
Chia-I Wu7fc35812010-02-02 11:05:19 +0800110<p>
111Mesa EGL supports different sets of environment variables. See the
112<a href="egl.html">Mesa EGL</a> page for the details.
113</p>
Brian Paul1d8b3082010-01-26 09:12:32 -0700114
Brian Paul1bf99542011-02-17 07:29:20 -0700115
116<h2>Gallium environment variables</h2>
117
118<ul>
119<li>GALLIUM_PRINT_OPTIONS - if non-zero, print all the Gallium environment
120 variables which are used, and their current values.
121<li>GALLIUM_NOSSE - if non-zero, do not use SSE runtime code generation for
122 shader execution
123<li>GALLIUM_NOPPC - if non-zero, do not use PPC runtime code generation for
124 shader execution
125<li>GALLIUM_DUMP_CPU - if non-zero, print information about the CPU on start-up
126<li>TGSI_PRINT_SANITY - if set, do extra sanity checking on TGSI shaders and
127 print any errors to stderr.
128<LI>DRAW_FSE - ???
129<LI>DRAW_NO_FSE - ???
130<li>DRAW_USE_LLVM - if set to zero, the draw module will not use LLVM to execute
131 shaders, vertex fetch, etc.
132</ul>
133
134<h3>Softpipe driver environment variables</h3>
135<ul>
136<li>SOFTPIPE_DUMP_FS - if set, the softpipe driver will print fragment shaders
137 to stderr
138<li>SOFTPIPE_DUMP_GS - if set, the softpipe driver will print geometry shaders
139 to stderr
140<li>SOFTPIPE_NO_RAST - if set, rasterization is no-op'd. For profiling purposes.
141</ul>
142
143
144<h3>LLVMpipe driver environment variables</h3>
145<ul>
146<li>LP_NO_RAST - if set LLVMpipe will no-op rasterization
147<li>LP_DEBUG - a comma-separated list of debug options is acceptec. See the
148 source code for details.
149<li>LP_PERF - a comma-separated list of options to selectively no-op various
150 parts of the driver. See the source code for details.
151<li>LP_NUM_THREADS - an integer indicating how many threads to use for rendering.
152 Zero turns of threading completely. The default value is the number of CPU
153 cores present.
154</ul>
155
156
157<p>
158Other Gallium drivers have their own environment variables. These may change
159frequently so the source code should be consulted for details.
160</p>
161
162
163<br>
164<br>
165
166
Brian Paul0b27ace2003-03-08 17:38:57 +0000167</BODY>
168</HTML>