radeonsi: enable PIPE_CAP_NO_CLIP_ON_COPY_TEX
[mesa.git] / docs / egl.rst
index 2268098fb5ff22ca91db860ff6ae817c6e1f5d4e..06b6f6661688fa9794f79fc5915063720177ceb6 100644 (file)
@@ -128,6 +128,8 @@ succeeded (as per EGL spec).
 
 A driver _could_ implement all the other EGL API functions, but several of
 them are only needed for extensions, like ``eglSwapBuffersWithDamageEXT()``.
+See ``src/egl/main/egldriver.h`` to see which driver hooks are only
+required by extensions.
 
 Bootstrapping
 ~~~~~~~~~~~~~
@@ -159,7 +161,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``.