diff --git a/docs/egl.html b/docs/egl.html index a6cd111f875..47582672944 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -139,6 +139,10 @@ binaries.
specified EGL driver to be loaded. It comes in handy when one wants to test a specific driver. This variable is ignored for setuid/setgid binaries. +egl_gallium dynamically loads hardware drivers and client API
+modules found in EGL_DRIVERS_PATH. Thus, specifying this variable
+alone is not sufficient for egl_gallium for uninstalled build.
EGL_PLATFORM
@@ -291,8 +295,12 @@ should as well lock the display before using it.
EGL_PLATFORM loads all
-drivers and might eat too much memory.libGL.so, libGLESv1_CM.so, and
+libGLESv2.so should an application link to? Bad things may happen
+when, say, an application is linked to libGLESv2.so and
+libcairo, which is linked to libGL.so instead.