From 3909e9d1ac91158b36f524e1297aad8df58b87ca Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 29 Jul 2020 11:06:15 +0200 Subject: [PATCH] docs/egl: move section around Signed-off-by: Eric Engestrom Reviewed-by: Frank Binns Reviewed-by: Emil Velikov Part-of: --- 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.30.2