Mesa (master): docs/egl: move section around

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 27 21:38:58 UTC 2020


Module: Mesa
Branch: master
Commit: 3909e9d1ac91158b36f524e1297aad8df58b87ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3909e9d1ac91158b36f524e1297aad8df58b87ca

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Wed Jul 29 11:06:15 2020 +0200

docs/egl: move section around

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Frank Binns <frank.binns at imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6130>

---

 docs/egl.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 



More information about the mesa-commit mailing list