summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/icd
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-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
This may break the SUNOS4 build, but it's no longer relevant.
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2009-09-19windows: replace old ColorTable, Convolution functions with newBrian Paul
2009-09-19windows: replace old TexCopy functions w/ newBrian Paul
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
Updated all drivers that used the old _ac_ functions to use the new _vbo_ functions. I know this fixed the fbdev driver, it looks like it might fix some other drivers too.
2005-06-13mingw changes (Nolan Leake)Brian Paul
2004-08-25ICD update from Gregor AnichBrian Paul
2004-08-25Windows ICD driver code (patch 1014800)Brian Paul