Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't mess with emacs tab width. | Kristian Høgsberg | 2008-11-11 | 1 | -1/+0 |
| | |||||
* | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -312/+306 |
| | |||||
* | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | 2008-10-13 | 1 | -0/+1 |
| | |||||
* | copy msaa visuals capability | Roland Scheidegger | 2008-06-10 | 1 | -1/+4 |
| | |||||
* | Handle fbconfig comparison correctly for attributes the X server didn't send. | Jie Luo | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT. | Michel Dänzer | 2007-11-25 | 1 | -1/+2 |
| | | | | | | | | | 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. | ||||
* | Remove a couple of "deprecated" fields from __GLXcontextRec. | Kristian Høgsberg | 2007-11-06 | 1 | -8/+17 |
| | | | | | The __GLXcontextRec struct is internal to the libGL implementation. No point in "deprecating", just get rid of it. | ||||
* | glx: minor cosmetic in glcontextmodes.c | George Sapountzis | 2007-04-05 | 1 | -10/+14 |
| | | | | | move memory macros to separate block and unwrap malloc/free for miniglx towards cleaning Mesa core glitches in glx... | ||||
* | Move glcontextmodes.c to glx. | George Sapountzis | 2007-04-05 | 1 | -0/+533 |
It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface. |