summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/icd
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick2011-08-263-785/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-3/+0
|
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+0
| | | | This may break the SUNOS4 build, but it's no longer relevant.
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+0
| | | | This may break the SUNOS4 build, but it's no longer relevant.
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-1/+0
|
* windows: replace old ColorTable, Convolution functions with newBrian Paul2009-09-191-4/+4
|
* windows: replace old TexCopy functions w/ newBrian Paul2009-09-191-5/+5
|
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-161-3/+3
| | | | | | 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.
* mingw changes (Nolan Leake)Brian Paul2005-06-132-3/+1
|
* ICD update from Gregor AnichBrian Paul2004-08-252-441/+457
|
* Windows ICD driver code (patch 1014800)Brian Paul2004-08-253-0/+777