diff options
author | Brian Paul <[email protected]> | 2012-06-25 11:44:44 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-25 16:10:01 -0600 |
commit | 75e62024c32b6a670da767536b756e2247d1880c (patch) | |
tree | d107c4911c7090b6402b19d55c56caca6b0434a2 /docs/envvars.html | |
parent | 9ccf5bffe360def72c8f96340a524fdd672354ec (diff) |
docs: document the GALLIUM_LOG_FILE env var
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 102ea287eb8..89f71739ce8 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -121,6 +121,8 @@ Mesa EGL supports different sets of environment variables. See the <h2>Gallium environment variables</h2> <ul> +<li>GALLIUM_LOG_FILE - specifies a file for logging all errors, warnings, etc. + rather than stderr. <li>GALLIUM_PRINT_OPTIONS - if non-zero, print all the Gallium environment variables which are used, and their current values. <li>GALLIUM_NOSSE - if non-zero, do not use SSE runtime code generation for |