aboutsummaryrefslogtreecommitdiffstats
path: root/docs/egl.rst
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-08-02 02:00:55 +0200
committerEric Engestrom <eric@engestrom.ch>2020-08-27 23:06:55 +0200
commit98222db0da56018f4f61c742d8a7a1b7fb3cd986 (patch)
tree3445ba3d2bb7464467a9390aabe5a9295bf58339 /docs/egl.rst
parentcf663d0d11c669780326e08ab9c49371d0c0afe3 (diff)
downloadexternal_mesa3d-98222db0da56018f4f61c742d8a7a1b7fb3cd986.tar.gz
external_mesa3d-98222db0da56018f4f61c742d8a7a1b7fb3cd986.tar.bz2
external_mesa3d-98222db0da56018f4f61c742d8a7a1b7fb3cd986.zip
egl: document which driver hooks are only required by extensions
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>
Diffstat (limited to 'docs/egl.rst')
-rw-r--r--docs/egl.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/egl.rst b/docs/egl.rst
index abd4b7b85f3..06b6f666168 100644
--- a/docs/egl.rst
+++ b/docs/egl.rst
@@ -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
~~~~~~~~~~~~~