Skip to content

Implement GLX_EXT_no_config_context

Adam Jackson requested to merge ajax/mesa:glx-ext-no-config-context into master

This is the GLX counterpart to EGL_KHR_no_config_context. Contexts may now be created without reference to an fbconfig, in which case it is treated as compatible with any fbconfig (and thus any GLX drawable).

This series is atop !1734 (merged)

Merge request reports