Mesa (master): doc/egl: Remove depreciated EGL_SOFTWARE

Axel Davy axeldavy at kemper.freedesktop.org
Mon May 11 17:35:19 UTC 2015


Module: Mesa
Branch: master
Commit: 05ac39ac497ad7835cac7a161491282b5f69d711
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05ac39ac497ad7835cac7a161491282b5f69d711

Author: Axel Davy <axel.davy at ens.fr>
Date:   Fri May  1 00:06:31 2015 +0200

doc/egl: Remove depreciated EGL_SOFTWARE

EGL_SOFTWARE is not supported anywhere in the code,
whereas LIBGL_ALWAYS_SOFTWARE is.

Reviewed-by: Dave Airlie <airlied at redhat.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>

Signed-off-by: Axel Davy <axel.davy at ens.fr>

---

 docs/egl.html |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/docs/egl.html b/docs/egl.html
index d946bb0..3ab1a60 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -184,14 +184,6 @@ values are: <code>debug</code>, <code>info</code>, <code>warning</code>, and
 <code>fatal</code>.</p>
 
 </dd>
-
-<dt><code>EGL_SOFTWARE</code></dt>
-<dd>
-
-<p>For drivers that support both hardware and software rendering, setting this
-variable to true forces the use of software rendering.</p>
-
-</dd>
 </dl>
 
 <h2>EGL Drivers</h2>




More information about the mesa-commit mailing list