diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/egl.html | 29 | ||||
-rw-r--r-- | docs/relnotes/10.6.0.html | 1 | ||||
-rw-r--r-- | docs/sourcetree.html | 1 |
3 files changed, 4 insertions, 27 deletions
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.</p> </dd> -<dt><code>egl_gallium</code></dt> -<dd> - -<p>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.</p> - -<p>This driver comes with its own hardware drivers -(<code>pipe_<hw></code>) and client API modules -(<code>st_<api></code>).</p> - -</dd> - <h2>Packaging</h2> <p>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, -<code>egl_gallium</code> has its own hardware drivers and client API modules. -They are considered internal to <code>egl_gallium</code> and there is also no -stable ABI between them. These should be kept in mind when packaging for -distribution.</p> - -<p>Generally, <code>egl_dri2</code> is preferred over <code>egl_gallium</code> -when the system already has DRI drivers. As <code>egl_gallium</code> is loaded -before <code>egl_dri2</code> when both are available, <code>egl_gallium</code> -is disabled by default.</p> +there a plan to stabilize it at the moment.</p> <h2>Developers</h2> -<p>The sources of the main library and the classic drivers can be found at -<code>src/egl/</code>. The sources of the <code>egl</code> state tracker can -be found at <code>src/gallium/state_trackers/egl/</code>.</p> +<p>The sources of the main library and drivers can be found at +<code>src/egl/</code>.</p> <h3>Lifetime of Display Resources</h3> 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. <ul> <li>Removed classic Windows software rasterizer.</li> +<li>Removed egl_gallium EGL driver.</li> </ul> </div> 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. <ul> <li><b>clover</b> - OpenCL state tracker <li><b>dri</b> - Meta state tracker for DRI drivers - <li><b>egl</b> - Meta state tracker for EGL drivers <li><b>glx</b> - Meta state tracker for GLX <li><b>vdpau</b> - VDPAU state tracker <li><b>vega</b> - OpenVG 1.x state tracker |