From 05ac39ac497ad7835cac7a161491282b5f69d711 Mon Sep 17 00:00:00 2001 From: Axel Davy Date: Fri, 1 May 2015 00:06:31 +0200 Subject: [PATCH] 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 --- 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: 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.

- -

EGL Drivers

-- 2.7.4