mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
added MESA_GLX_FORCE_ALPHA env var
This commit is contained in:
parent
a13331d59b
commit
4f6b1ad952
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ software driver:
|
|||
<li>MESA_GLX_FORCE_CI - if set, force GLX to treak 8bpp visuals as CI visuals
|
||||
<li>MESA_GLX_FX - set to either "fullscreen" for full-screen rendering,
|
||||
"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.
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue