Perhaps there should be a comment about --[dis|en]able-gallium-egl. If you enable gallium egl, the default for EGL_DRIVER is egl_gallium and optionally, EGL_SOFTWARE=1 can be set to use software rendering. EGL_DRIVER is egl_dri2 by default when built without egl gallium. You can still set EGL_DRIVER=egl_dri2 when --enable-gallium-egl is used.<br>