egl: document which driver hooks are only required by extensions
[mesa.git] / docs / egl.rst
index abd4b7b85f3a12cca1aae2f655b6ce9852e751fb..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
 ~~~~~~~~~~~~~