Skip to content

glx: Require screens match for share contexts for classic CreateContext

Adam Jackson requested to merge ajax/xserver:glx-validate-share-contexts into master

The GLX_ARB_create_context path (with which this should all get unified, someday, sigh) already enforces this, but the classic path does not. It's effectively assumed by the implementation anyway, so let's enforce it rather than do crashy things.

Signed-off-by: Adam Jackson ajax@redhat.com

Merge request reports