summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa/osmesa.def
AgeCommit message (Collapse)Author
2010-02-05osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.Brian Paul
Without this patch, the two symbols get an underscore prepended and an "@4" appended when compiling with VC8. Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit e65029e9b32ddabea0ec583c04484345b40f1557)
2007-04-24assorted fixes for Windows/VC8Karl Schultz
2001-11-29main trunk is now 4.1Karl Schultz
2001-11-29update to version 4.0Karl Schultz
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent.