Mesa (master): docs/egl: correct/update DRI2 mention with the shiny new DRI3

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


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

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Sat Aug  1 22:27:46 2020 +0200

docs/egl: correct/update DRI2 mention with the shiny new DRI3

That initial sentence must have been written ages ago ^^'

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

diff --git a/docs/egl.rst b/docs/egl.rst
index 2268098fb5f..abd4b7b85f3 100644
--- a/docs/egl.rst
+++ b/docs/egl.rst
@@ -159,7 +159,8 @@ EGL Drivers
    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.
+   directly using (XCB-)DRI3 protocol when available, and falls back to
+   DRI2 if necessary (can be forced with ``LIBGL_DRI3_DISABLE``).
 
    This driver can share DRI drivers with ``libGL``.
 



More information about the mesa-commit mailing list