diff options
author | Brian Paul <[email protected]> | 2005-11-05 03:12:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-05 03:12:06 +0000 |
commit | 8894a55d5fe9449075e99b6b1f6c19921956b606 (patch) | |
tree | e20835d3e4dbd39694b2d327770ecd21a3539fcb /docs/envvars.html | |
parent | fd4395b8d1d6f8f018e7e7c3dd0c52fe52ab2794 (diff) |
added MESA_GLX_ALPHA_BITS env var
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 60cfd3f0cef..b0c784e924c 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -37,6 +37,7 @@ software driver: "window" to render into a window, or "disable" to disable the Glide driver. <li>MESA_GLX_FORCE_ALPHA - if set, forces RGB windows to have an alpha channel. <li>MESA_GLX_DEPTH_BITS - specifies default number of bits for depth buffer. +<li>MESA_GLX_ALPHA_BITS - specifies default number of bits for alpha channel. </ul> |