From 8574eba804031f6b19713f0b02952280730bf62e Mon Sep 17 00:00:00 2001
From: marha
--enable-openvg
OpenVG must be explicitly enabled by this option.
- -egl_gallium
This driver is based on Gallium3D. It supports all rendering APIs and -hardware supported by Gallium3D. It is the only driver that supports OpenVG. -The supported platforms are X11, DRM, FBDEV, and GDI.
- -This driver comes with its own hardware drivers
-(pipe_<hw>
) and client API modules
-(st_<api>
).
The ABI between the main library and its drivers are not stable. Nor is
-there a plan to stabilize it at the moment. Of the EGL drivers,
-egl_gallium
has its own hardware drivers and client API modules.
-They are considered internal to egl_gallium
and there is also no
-stable ABI between them. These should be kept in mind when packaging for
-distribution.
Generally, egl_dri2
is preferred over egl_gallium
-when the system already has DRI drivers. As egl_gallium
is loaded
-before egl_dri2
when both are available, egl_gallium
-is disabled by default.
The sources of the main library and the classic drivers can be found at
-src/egl/
. The sources of the egl
state tracker can
-be found at src/gallium/state_trackers/egl/
.
The sources of the main library and drivers can be found at
+src/egl/
.