From: Axel Davy
Date: Thu, 30 Apr 2015 22:06:31 +0000 (+0200)
Subject: doc/egl: Remove depreciated EGL_SOFTWARE
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05ac39ac497ad7835cac7a161491282b5f69d711;p=mesa.git
doc/egl: Remove depreciated EGL_SOFTWARE
EGL_SOFTWARE is not supported anywhere in the code,
whereas LIBGL_ALWAYS_SOFTWARE is.
Reviewed-by: Dave Airlie
Reviewed-by: Daniel Stone
Signed-off-by: Axel Davy
---
diff --git a/docs/egl.html b/docs/egl.html
index d946bb0ae38..3ab1a6018fd 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -183,14 +183,6 @@ probably required only for some of the demos found in mesa/demo repository.
values are: debug
, info
, warning
, and
fatal
.
-
-
-EGL_SOFTWARE
-
-
-For drivers that support both hardware and software rendering, setting this
-variable to true forces the use of software rendering.
-