diff --git a/docs/egl.html b/docs/egl.html index 08825989669..305e5f6eab7 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/.
EGL_DISPLAY loads all
drivers and might eat too much memory.glxinit.c and sources from src/glx/x11/