summaryrefslogtreecommitdiff
path: root/src/glx/x11/glcontextmodes.c
AgeCommit message (Collapse)Author
2007-11-25libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT.Michel Dänzer
If the server didn't send a value, assume it's not supported. A more generic solution might be better for this kind of problem, but an attempt for this failed (see https://bugs.freedesktop.org/show_bug.cgi?id=9264) and this allows compiz to work with drivers that support GL_EXT_framebuffer_object.
2007-11-06Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg
The __GLXcontextRec struct is internal to the libGL implementation. No point in "deprecating", just get rid of it.
2007-04-05glx: minor cosmetic in glcontextmodes.cGeorge Sapountzis
move memory macros to separate block and unwrap malloc/free for miniglx towards cleaning Mesa core glitches in glx...
2007-04-05Move glcontextmodes.c to glx.George Sapountzis
It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface.