mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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@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:
parent
ab2e59750f
commit
12c941808f
1 changed files with 2 additions and 1 deletions
|
|
@ -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``.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue