summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glcontextmodes.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg2007-11-061-2/+4
| | | | | The __GLXcontextRec struct is internal to the libGL implementation. No point in "deprecating", just get rid of it.
* Move glcontextmodes.c to glx.George Sapountzis2007-04-051-0/+52
It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface.