From a6342afe502fe52190be4d97df58eb3406b70246 Mon Sep 17 00:00:00 2001
From: Chia-I Wu
- $ ./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/