Skip to content

eglinfo: Handle EGL_EXT_platform_base without a platform ext

The proprietary Mali drivers advertise EGL_EXT_platform_base without advertising a platform extension such as EGL_KHR_platform_gbm.

This allows the eglinfo to fall back the the older code path in this case. Otherwise, eglinfo only prints the client extensions and nothing more.

Merge request reports