summaryrefslogtreecommitdiff
path: root/src/glx/glcontextmodes.c
AgeCommit message (Collapse)Author
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
This may break the SUNOS4 build, but it's no longer relevant.
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg