Skip to content

[libglx] Don't throw an error for glXMakeContextCurrent(ctx, None, None)

Adam Jackson requested to merge github/fork/nwnk/makecurrent-null-fb into master

GLX_ARB_create_context explicitly allows this for GL 3.0+ contexts, the context is made current but not bound to a default framebuffer.

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

Merge request reports