docs/egl: move section around
authorEric Engestrom <eric@engestrom.ch>
Wed, 29 Jul 2020 09:06:15 +0000 (11:06 +0200)
committerEric Engestrom <eric@engestrom.ch>
Thu, 27 Aug 2020 18:41:04 +0000 (20:41 +0200)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6130>

docs/egl.rst

index 3fef05ad0d3843d9ce8d6efeb049006b2a6b2364..7916c74decc97d7314e401ac95c554ef17b9837d 100644 (file)
@@ -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``.
 
    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
 ---------
 
 Packaging
 ---------
 
@@ -122,6 +112,16 @@ Developers
 The sources of the main library and drivers can be found at
 ``src/egl/``.
 
 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Lifetime of Display Resources
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~