Fix crashes when some GLX API entrypoints are called with no current context.
authorMichel Dänzer <daenzer@vmware.com>
Tue, 7 Sep 2010 17:49:06 +0000 (19:49 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 7 Sep 2010 17:54:16 +0000 (19:54 +0200)
commit6a6e6d7b0a84e20f9754af02a575ae34081d310c
tree4d8e2fec5f27b8833b710f1e380bd36b85d44e0e
parent5afdfa222fa9ec8c54e7d6957d2680c37a9eb715
Fix crashes when some GLX API entrypoints are called with no current context.

I was hitting this with gliv.

The GLX spec explicitly mentions that glXWaitX, glXWaitGL and glXUseXFont calls
are ignored when there's no current context. Not sure what if anything the
GLX_EXT_texture_from_pixmap spec says about this, but I think ignoring the
calls makes more sense than crashing there as well. :)
src/glx/glxcmds.c