summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-04 08:43:11 -0700
committerBrian Paul <brianp@vmware.com>2009-02-04 16:33:25 -0700
commit79e3441f6679c31532cd737129ec472b29d4d9c8 (patch)
tree51bd0afc4104f6c23500c8b1bc591c932bbf12ed /docs
parentc35a5aeb706d33b9c09b5a12bbbeae0f109885c9 (diff)
Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver"
This reverts commit 2f51be75c55f69dc3e09036d6fd12f808f5a5028.
Diffstat (limited to 'docs')
-rw-r--r--docs/xlibdriver.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html
index 029e2b1514..d95f4d579c 100644
--- a/docs/xlibdriver.html
+++ b/docs/xlibdriver.html
@@ -169,20 +169,6 @@ the Gamma FAQ</a>
</p>
-<H2>Direct Rendering Flag</H2>
-<p>
-Some applications won't run with indirect rendering contexts (which is
-what the Xlib driver supports).
-To force the glXIsDirect() query to return True, set the MESA_GLX_FORCE_DIRECT
-environment variable.
-For example:
-</p>
-<pre>
- $ export MESA_GLX_FORCE_DIRECT=1
-</pre>
-
-
-
<H2>Overlay Planes</H2>
<p>
Hardware overlay planes are supported by the Xlib driver. To
@@ -282,8 +268,6 @@ This extension was added in Mesa 2.6
MESA_BACK_BUFFER - specifies how to implement the back color buffer (X only)
MESA_PRIVATE_CMAP - force aux/tk libraries to use private colormaps (X only)
MESA_GAMMA - gamma correction coefficients (X only)
- MESA_GLX_FORCE_DIRECT - report that the driver is direct rendering, even
- though it's not.
</pre>