Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg | |
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.c | RALOVICH, Kristóf | |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | |
2008-06-10 | copy msaa visuals capability | Roland Scheidegger | |
2008-04-08 | Handle fbconfig comparison correctly for attributes the X server didn't send. | Jie Luo | |
2007-11-25 | libGL: 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-06 | Remove 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-05 | glx: minor cosmetic in glcontextmodes.c | George Sapountzis | |
move memory macros to separate block and unwrap malloc/free for miniglx towards cleaning Mesa core glitches in glx... | |||
2007-04-05 | Move glcontextmodes.c to glx. | George Sapountzis | |
It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface. |