From 3c967a920718c2a74996ac23b8c1964915db88c2 Mon Sep 17 00:00:00 2001
From: Chia-I Wu
- $ ./configure --with-state-trackers=egl_g3d,es,vega --enable-gallium-intel + $ ./configure --with-state-trackers=egl,es,vega --enable-gallium-intel-
The main library will be enabled by default. The egl_g3d
state
+
The main library will be enabled by default. The egl
state
tracker is needed by a number of EGL drivers. EGL drivers will be covered
later. The es state tracker provides OpenGL ES 1.x
and 2.x and the vega state tracker provides OpenVG
@@ -77,9 +77,8 @@ bare KMS (kernel modesetting).
The argument is a comma separated string. It is usually used to specify the
rendering APIs, like OpenGL ES or OpenVG, to build. But it should be noted
-that a number of EGL drivers depend on the egl_g3d
state tracker.
-They will not be built without the egl_g3d
state
-tracker.
egl
state tracker.
+They will not be built without the egl
state tracker.
@@ -160,7 +159,7 @@ variable to true forces the use of software rendering.
Gallium EGL drivers supports all rendering APIs specified in EGL 1.4. The
support for optional EGL functions and EGL extensions is usually more complete
-than the classic ones. These drivers depend on the egl_g3d
state
+than the classic ones. These drivers depend on the egl
state
tracker to build. The available drivers are
src/egl/
. The sources of the egl_g3d
state tracker
-can be found at src/gallium/state_trackers/egl_g3d/
.
+src/egl/
. The sources of the egl
state tracker can
+be found at src/gallium/state_trackers/egl/
.
configure
with --with-state-trackers=egl_g3d,es
and enable the Gallium driver for your hardware.configure
with --with-state-trackers=egl,es
and enable the Gallium driver for your hardware.- $ ./configure --with-state-trackers=egl_g3d,vega --enable-gallium-intel + $ ./configure --with-state-trackers=egl,vega --enable-gallium-intel $ make $ make install-- cgit v1.2.3