From a6342afe502fe52190be4d97df58eb3406b70246 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 26 Jan 2010 10:54:45 +0800 Subject: 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 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/egl.html') diff --git a/docs/egl.html b/docs/egl.html index 0882598966..305e5f6eab 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -32,7 +32,7 @@ cards.

the Gallium driver for your hardware. For example

-  $ ./configure --with-state-trackers=egl,es,vega --enable-gallium-intel
+  $ ./configure --with-state-trackers=egl,es,vega --enable-gallium-{swrast,intel}
 

The main library will be enabled by default. The egl state @@ -62,6 +62,13 @@ will not be built.

+
  • --with-egl-driver-dir + +

    The directory EGL drivers should be installed to. If not specified, EGL +drivers will be installed to ${libdir}/egl.

    + +
  • +
  • --with-egl-displays

    List the window system(s) to support. It is by default x11, @@ -227,6 +234,7 @@ be found at src/gallium/state_trackers/egl/.

  • Pass the conformance tests
  • Better automatic driver selection: EGL_DISPLAY loads all drivers and might eat too much memory.
  • +
  • Stop using glxinit.c and sources from src/glx/x11/
  • -- cgit v1.2.3