summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa/osmesa.def
diff options
context:
space:
mode:
authorOlivier Pena <[email protected]>2015-04-22 15:36:28 +0000
committerJose Fonseca <[email protected]>2015-04-27 15:18:36 +0100
commitf9965347dc0cac8822c44faf7bade09093076c74 (patch)
treeee94936826c1ac39b1fefbe23ca740379a071ece /src/gallium/targets/osmesa/osmesa.def
parentdb2415189a04fd64106a739c635b1433192ef969 (diff)
scons: add target osmesa using gallium state tracker.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/targets/osmesa/osmesa.def')
-rw-r--r--src/gallium/targets/osmesa/osmesa.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gallium/targets/osmesa/osmesa.def b/src/gallium/targets/osmesa/osmesa.def
new file mode 100644
index 00000000000..e2a31ab5457
--- /dev/null
+++ b/src/gallium/targets/osmesa/osmesa.def
@@ -0,0 +1,16 @@
+;DESCRIPTION 'Mesa OSMesa lib for Win32'
+VERSION 4.1
+
+EXPORTS
+ OSMesaCreateContext
+ OSMesaCreateContextExt
+ OSMesaDestroyContext
+ OSMesaMakeCurrent
+ OSMesaGetCurrentContext
+ OSMesaPixelStore
+ OSMesaGetIntegerv
+ OSMesaGetDepthBuffer
+ OSMesaGetColorBuffer
+ OSMesaGetProcAddress
+ OSMesaColorClamp
+ OSMesaPostprocess