From 1bf9954bb44e47670c8805078f78b5444e97c18d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 17 Feb 2011 07:29:20 -0700 Subject: docs: updated environment variable list --- docs/envvars.html | 103 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 90 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/envvars.html b/docs/envvars.html index fd1700a02f..c8be843717 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -9,17 +9,38 @@

Environment Variables

-Mesa supports the following environment variables: +Normally, no environment variables need to be set. Most of the environment +variables used by Mesa/Gallium are for debugging purposes, but they can +sometimes be useful for debugging end-user issues.

+ + +

LibGL environment variables

+ + + + + +

Core Mesa environment variables

+ + +

Mesa Xlib driver environment variables

+

-The following are only applicable to the Xlib software driver. +The following are only applicable to the Mesa Xlib software driver. See the Xlib software driver page for details.

-

-These environment variables are for the Intel i945/i965 drivers: -

+

i945/i965 driver environment variables (non-Gallium)

+ -

-These environment variables are for the Radeon R300 driver: -

+

Radeon R300 driver environment variables (non-Gallium)

+ + +

EGL environment variables

+

Mesa EGL supports different sets of environment variables. See the Mesa EGL page for the details.

+ +

Gallium environment variables

+ + + +

Softpipe driver environment variables

+ + + +

LLVMpipe driver environment variables

+ + + +

+Other Gallium drivers have their own environment variables. These may change +frequently so the source code should be consulted for details. +

+ + +
+
+ + -- cgit v1.2.3