[Mesa-dev] [PATCH 5/7] docs: update the egl_platforms list

Emil Velikov emil.l.velikov at gmail.com
Sat Mar 14 15:36:29 PDT 2015


Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 docs/egl.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/egl.html b/docs/egl.html
index d46181e..d946bb0 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -88,8 +88,11 @@ types such as <code>EGLNativeDisplayType</code> or
 <code>EGLNativeWindowType</code> defined for.</p>
 
 <p>The available platforms are <code>x11</code>, <code>drm</code>,
-and <code>gdi</code>.  The <code>gdi</code> platform can
-only be built with SCons.  Unless for special needs, the build system should
+<code>wayland</code>, <code>null</code>, <code>android</code>,
+<code>haiku</code>, and <code>gdi</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.
+Unless for special needs, the build system should
 select the right platforms automatically.</p>
 
 </dd>
-- 
2.3.1



More information about the mesa-dev mailing list