From: Brian Paul Date: Fri, 23 Jul 2004 15:49:12 +0000 (+0000) Subject: added MESA_GLX_FORCE_ALPHA env var X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f6b1ad95252e77d887729e81f49ca757aedb19c;p=mesa.git added MESA_GLX_FORCE_ALPHA env var --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 40ac33a22c0..a0e4d7dcd31 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1249,6 +1249,7 @@ Mesa Version History (Justin Novosad of Discreet) (see config.h file) - support for AUX buffers in software GLX driver - updated glext.h to version 23 + - new MESA_GLX_FORCE_ALPHA environment variable for x11 driver Changes: - fragment fog interpolation is perspective corrected now - new glTexImage code, much cleaner, may be a bit faster diff --git a/docs/envvars.html b/docs/envvars.html index 39bd7251dec..7cda0e48987 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -31,6 +31,7 @@ software driver:
  • 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. +
  • MESA_GLX_FORCE_ALPHA - if set, forces RGB windows to have an alpha channel.