summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glcontextmodes.c
Commit message (Collapse)AuthorAgeFilesLines
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
|
* copy msaa visuals capabilityRoland Scheidegger2008-06-101-1/+4
|
* Handle fbconfig comparison correctly for attributes the X server didn't send.Jie Luo2008-04-081-1/+1
|
* libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT.Michel Dänzer2007-11-251-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øgsberg2007-11-061-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.cGeorge Sapountzis2007-04-051-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 Sapountzis2007-04-051-0/+533
It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface.