summaryrefslogtreecommitdiffstats
path: root/docs/egl.html
diff options
context:
space:
mode:
authorAxel Davy <axel.davy@ens.fr>2015-05-01 00:06:31 +0200
committerAxel Davy <axel.davy@ens.fr>2015-05-11 19:31:44 +0200
commit05ac39ac497ad7835cac7a161491282b5f69d711 (patch)
tree21af0692b1e14426f80a8e156f9a42659c88f24c /docs/egl.html
parent6aaf09b93b668a24b557e05195b9897e8cee8559 (diff)
downloadexternal_mesa3d-05ac39ac497ad7835cac7a161491282b5f69d711.zip
external_mesa3d-05ac39ac497ad7835cac7a161491282b5f69d711.tar.gz
external_mesa3d-05ac39ac497ad7835cac7a161491282b5f69d711.tar.bz2
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@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Axel Davy <axel.davy@ens.fr>
Diffstat (limited to 'docs/egl.html')
-rw-r--r--docs/egl.html8
1 files changed, 0 insertions, 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>