Skip to content

egl: fix _EGL_NATIVE_PLATFORM fallback

Eric Engestrom requested to merge eric/mesa:egl-native-platform into master

When the X11 or Haiku platforms were compiled in, they would bypass the _EGL_NATIVE_PLATFORM fallback by always returning themselves instead.

Merge request reports