docs/egl: move section around

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>
This commit is contained in:
Eric Engestrom 2020-07-29 11:06:15 +02:00
parent 3704b0250c
commit 3909e9d1ac
1 changed files with 10 additions and 10 deletions

View 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``.
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~