Mesa (master): docs/egl: complete list of dri2 platforms

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


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

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

docs/egl: complete list of dri2 platforms

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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/egl.rst b/docs/egl.rst
index 7916c74decc..ab786cf66f7 100644
--- a/docs/egl.rst
+++ b/docs/egl.rst
@@ -116,8 +116,9 @@ 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
+   This driver supports several platforms: ``android``, ``device``,
+   ``drm, ``surfaceless``, ``wayland`` and ``x11``. 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``.



More information about the mesa-commit mailing list