Mesa (master): docs: Update EGL documentation.

Chia-I Wu olv at kemper.freedesktop.org
Tue Jan 26 02:57:41 UTC 2010


Module: Mesa
Branch: master
Commit: a6342afe502fe52190be4d97df58eb3406b70246
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6342afe502fe52190be4d97df58eb3406b70246

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Tue Jan 26 10:54:45 2010 +0800

docs: Update EGL documentation.

Add --enable-gallium-swrast to the example.  Document missing
--with-egl-driver-dir and update TODOs.

---

 docs/egl.html |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/docs/egl.html b/docs/egl.html
index 0882598..305e5f6 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -32,7 +32,7 @@ cards.</p>
 the Gallium driver for your hardware.  For example</p>
 
 <pre>
-  $ ./configure --with-state-trackers=egl,es,vega --enable-gallium-intel
+  $ ./configure --with-state-trackers=egl,es,vega --enable-gallium-{swrast,intel}
 </pre>
 
 <p>The main library will be enabled by default.  The <code>egl</code> state
@@ -62,6 +62,13 @@ will not be built.</p>
 
 </li>
 
+<li><code>--with-egl-driver-dir</code>
+
+<p>The directory EGL drivers should be installed to.  If not specified, EGL
+drivers will be installed to <code>${libdir}/egl</code>.</p>
+
+</li>
+
 <li><code>--with-egl-displays</code>
 
 <p>List the window system(s) to support.  It is by default <code>x11</code>,
@@ -227,6 +234,7 @@ be found at <code>src/gallium/state_trackers/egl/</code>.
 <li>Pass the conformance tests</li>
 <li>Better automatic driver selection: <code>EGL_DISPLAY</code> loads all
 drivers and might eat too much memory.</li>
+<li>Stop using <code>glxinit.c</code> and sources from <code>src/glx/x11/</code></li>
 
 </ul>
 




More information about the mesa-commit mailing list