diff options
author | Olivier Pena <[email protected]> | 2015-04-22 15:36:28 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-04-27 15:18:36 +0100 |
commit | f9965347dc0cac8822c44faf7bade09093076c74 (patch) | |
tree | ee94936826c1ac39b1fefbe23ca740379a071ece /src/gallium/targets/osmesa/osmesa.mingw.def | |
parent | db2415189a04fd64106a739c635b1433192ef969 (diff) |
scons: add target osmesa using gallium state tracker.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/targets/osmesa/osmesa.mingw.def')
-rw-r--r-- | src/gallium/targets/osmesa/osmesa.mingw.def | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/targets/osmesa/osmesa.mingw.def b/src/gallium/targets/osmesa/osmesa.mingw.def new file mode 100644 index 00000000000..874ac544084 --- /dev/null +++ b/src/gallium/targets/osmesa/osmesa.mingw.def @@ -0,0 +1,13 @@ +EXPORTS + OSMesaCreateContext = OSMesaCreateContext@8 + OSMesaCreateContextExt = OSMesaCreateContextExt@20 + OSMesaDestroyContext = OSMesaDestroyContext@4 + OSMesaMakeCurrent = OSMesaMakeCurrent@20 + OSMesaGetCurrentContext = OSMesaGetCurrentContext@0 + OSMesaPixelStore = OSMesaPixelStore@8 + OSMesaGetIntegerv = OSMesaGetIntegerv@8 + OSMesaGetDepthBuffer = OSMesaGetDepthBuffer@20 + OSMesaGetColorBuffer = OSMesaGetColorBuffer@20 + OSMesaGetProcAddress = OSMesaGetProcAddress@4 + OSMesaColorClamp = OSMesaColorClamp@4 + OSMesaPostprocess = OSMesaPostprocess@12 |