summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa/osmesa.def
diff options
context:
space:
mode:
authorAndreas Fänger <[email protected]>2016-03-08 11:04:00 +0000
committerEmil Velikov <[email protected]>2016-05-30 17:53:45 +0100
commit9601815b4be886f4d92bf74916de98f3bdb7275c (patch)
tree07d53ae73b827123a109efdb7800877107bf7904 /src/mesa/drivers/osmesa/osmesa.def
parent3689ef32afdafbb030069e560aac0e563fc29048 (diff)
scons: build osmesa swrast and gallium
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]>
Diffstat (limited to 'src/mesa/drivers/osmesa/osmesa.def')
-rw-r--r--src/mesa/drivers/osmesa/osmesa.def15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mesa/drivers/osmesa/osmesa.def b/src/mesa/drivers/osmesa/osmesa.def
new file mode 100644
index 00000000000..06afab72b0a
--- /dev/null
+++ b/src/mesa/drivers/osmesa/osmesa.def
@@ -0,0 +1,15 @@
+;DESCRIPTION 'Mesa OSMesa lib for Win32'
+VERSION 4.1
+
+EXPORTS
+ OSMesaColorClamp
+ OSMesaCreateContext
+ OSMesaCreateContextExt
+ OSMesaDestroyContext
+ OSMesaMakeCurrent
+ OSMesaGetCurrentContext
+ OSMesaPixelStore
+ OSMesaGetIntegerv
+ OSMesaGetDepthBuffer
+ OSMesaGetColorBuffer
+ OSMesaGetProcAddress