Skip to content

glx: Unset the direct_support bit for GLX_EXT_import_context

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

GLX_EXT_import_context operates only on indirect contexts, a direct context cannot possibly support it. Without this change the extension will appear in the combined GLX extension string even if it is missing from the server string, indicating a lack of required server support.

Edited by Adam Jackson

Merge request reports