diff options
author | Guillem Jover <[email protected]> | 2011-10-04 08:46:34 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-04 07:48:50 -0600 |
commit | 963727aec7cb19a101fbae8f71d11876724f07ac (patch) | |
tree | 3c261b0819e5a7f65f89134084773ab7889017f5 /docs | |
parent | 0060551856ba7275ed783143282a572d7b0e5089 (diff) |
Remove remnants of legacy glide support
Signed-off-by: Guillem Jover <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 2 | ||||
-rw-r--r-- | docs/install.html | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 8c5c6abf74c..4b5e89926b0 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -84,8 +84,6 @@ See the <A HREF="xlibdriver.html">Xlib software driver page</A> for details. <li>MESA_GAMMA - gamma correction coefficients for red, green, blue channels <li>MESA_XSYNC - enable synchronous X behavior (for debugging only) <li>MESA_GLX_FORCE_CI - if set, force GLX to treat 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. <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. diff --git a/docs/install.html b/docs/install.html index 85047913d1e..92622b1bded 100644 --- a/docs/install.html +++ b/docs/install.html @@ -305,7 +305,6 @@ Documentation for other environments (some may be very out of date): <UL> <li><A HREF="README.VMS">README.VMS</A> - VMS <LI><A HREF="README.GGI">README.GGI</A> - GGI -<LI><A HREF="README.3DFX">README.3DFX</A> - 3Dfx/Glide driver <LI><A HREF="README.AMIWIN">README.AMIWIN</A> - Amiga Amiwin <LI><A HREF="README.D3D">README.D3D</A> - Direct3D driver <LI><A HREF="README.DJ">README.DJ</A> - DJGPP |