summaryrefslogtreecommitdiffstats
path: root/docs/egl.html
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-07-10 00:16:21 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-08-01 15:40:44 +0100
commitb0a929960384ffebf3b4f693fa0db4231ed897d4 (patch)
treec1d92a75bfd1ed08ee9bcb437b61dd45ba2ca732 /docs/egl.html
parent5d29eaef85c15663cde317c2df58ea81637c53f9 (diff)
downloadexternal_mesa3d-b0a929960384ffebf3b4f693fa0db4231ed897d4.zip
external_mesa3d-b0a929960384ffebf3b4f693fa0db4231ed897d4.tar.gz
external_mesa3d-b0a929960384ffebf3b4f693fa0db4231ed897d4.tar.bz2
configure.ac: null,android,gdi are not valid egl-platforms
... and update the documentation to reflect reality. null and gdi are gone, and surfaceless is a recent addition. v2: s/platforms/platform/ (spotted by Thomas) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Diffstat (limited to 'docs/egl.html')
-rw-r--r--docs/egl.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/egl.html b/docs/egl.html
index 3ab1a60..bc21c6c 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -88,10 +88,10 @@ types such as <code>EGLNativeDisplayType</code> or
<code>EGLNativeWindowType</code> defined for.</p>
<p>The available platforms are <code>x11</code>, <code>drm</code>,
-<code>wayland</code>, <code>null</code>, <code>android</code>,
-<code>haiku</code>, and <code>gdi</code>. The <code>android</code> platform
+<code>wayland</code>, <code>surfaceless</code>, <code>android</code>,
+and <code>haiku</code>. The <code>android</code> platform
can only be built as a system component, part of AOSP, while the
-<code>haiku</code> and <code>gdi</code> platforms can only be built with SCons.
+<code>haiku</code> platform can only be built with SCons.
Unless for special needs, the build system should
select the right platforms automatically.</p>