From: Eric Engestrom Date: Wed, 29 Jul 2020 09:06:15 +0000 (+0200) Subject: docs/egl: move section around X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3909e9d1ac91158b36f524e1297aad8df58b87ca;p=mesa.git docs/egl: move section around Signed-off-by: Eric Engestrom Reviewed-by: Frank Binns Reviewed-by: Emil Velikov Part-of: --- diff --git a/docs/egl.rst b/docs/egl.rst index 3fef05ad0d3..7916c74decc 100644 --- a/docs/egl.rst +++ b/docs/egl.rst @@ -100,16 +100,6 @@ at runtime This changes the log level of the main library and the drivers. The valid values are: ``debug``, ``info``, ``warning``, and ``fatal``. -EGL Drivers ------------ - -``egl_dri2`` - This driver supports both ``x11`` and ``drm`` platforms. It functions - as a DRI driver loader. For ``x11`` support, it talks to the X server - directly using (XCB-)DRI2 protocol. - - This driver can share DRI drivers with ``libGL``. - Packaging --------- @@ -122,6 +112,16 @@ Developers The sources of the main library and drivers can be found at ``src/egl/``. +EGL Drivers +----------- + +``egl_dri2`` + This driver supports both ``x11`` and ``drm`` platforms. It functions + as a DRI driver loader. For ``x11`` support, it talks to the X server + directly using (XCB-)DRI2 protocol. + + This driver can share DRI drivers with ``libGL``. + Lifetime of Display Resources ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~