doc/egl: Remove depreciated EGL_SOFTWARE
authorAxel Davy <axel.davy@ens.fr>
Thu, 30 Apr 2015 22:06:31 +0000 (00:06 +0200)
committerAxel Davy <axel.davy@ens.fr>
Mon, 11 May 2015 17:31:44 +0000 (19:31 +0200)
EGL_SOFTWARE is not supported anywhere in the code,
whereas LIBGL_ALWAYS_SOFTWARE is.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Axel Davy <axel.davy@ens.fr>
docs/egl.html

index d946bb0ae38d87b0e78b9e141a0446d0f7f8c0d4..3ab1a6018fd6b9d13ac6f07f0d340c136daac0d2 100644 (file)
@@ -183,14 +183,6 @@ probably required only for some of the demos found in mesa/demo repository.</p>
 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>