mirror of
https://github.com/brl/mutter.git
synced 2025-03-10 05:15:03 +00:00

If the EGL_KHR_no_config_context extension is supported, pass EGL_NO_CONFIG_KHR to eglCreateContext. This will allow binding the context to surfaces created with different configs. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3139>