diff --git a/docs/egl.html b/docs/egl.html index e77c2359dc1..704cd9a85bc 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -212,38 +212,15 @@ the X server directly using (XCB-)DRI2 protocol.

-
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>).

- -
-

Packaging

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.

+there a plan to stabilize it at the moment.

Developers

-

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/.

Lifetime of Display Resources

diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index bf29ebbad0f..abb50cd4763 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -60,6 +60,7 @@ TBD. diff --git a/docs/sourcetree.html b/docs/sourcetree.html index 4c93f6341e5..a5c50cf43ff 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -133,7 +133,6 @@ each directory.