summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa/osmesa.def
Commit message (Collapse)AuthorAgeFilesLines
* osmesa: Export OSMesaCreateContextAttribs.Mathias Fröhlich2016-07-071-0/+1
| | | | | | | | | | | Since the function is exported like any other public api function and put in the header as if you could link against it, export it also from shared objects. Signed-off-by: Mathias Fröhlich <[email protected]> Reviewed-by: Brian Paul <[email protected]> Cc: "11.2 12.0" <[email protected]>
* scons: build osmesa swrast and galliumAndreas Fänger2016-05-301-0/+15
| | | | | | | | | | | | This patch makes it possible to build classic osmesa/swrast on windows again. It was removed in commit 69db422218b0264b5b8eef45bd003a2544e9cbd6. Although there is a gallium version of osmesa now, the swrast version still has more features lacking in llvmpipe, e.g. anisotropic filtering. Tested-by: Brian Paul <[email protected]> Reviewed-by: Brian Paul <[email protected]> [Emil Velikov: remove trailing whitespace] Signed-off-by: Emil Velikov <[email protected]>
* scons: Don't build osmesa.Jose Fonseca2015-03-251-15/+0
| | | | | | | | | There doesn't seem much interest on osmesa on Windows, particularly classic osmesa. If there is indeed interest in osmesa on Windows, we should instead integrate src/gallium/targets/osmesa into SCons. Reviewed-by: Brian Paul <[email protected]>
* osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.Brian Paul2010-02-051-0/+2
| | | | | | | | | Without this patch, the two symbols get an underscore prepended and an "@4" appended when compiling with VC8. Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit e65029e9b32ddabea0ec583c04484345b40f1557)
* assorted fixes for Windows/VC8Karl Schultz2007-04-241-1/+1
|
* main trunk is now 4.1Karl Schultz2001-11-291-1/+1
|
* update to version 4.0Karl Schultz2001-11-291-1/+1
|
* Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz2001-09-211-0/+13
consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent.