The comment here is from the EGL_MESA_configless_context era, and maybe that was true, but EGL_KHR_no_config_context has no such restriction. The only restriction is that both surfaces be compatible with the context, but a no-config context is defined to be compatible with any surface. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18824>