diff options
author | Jose Fonseca <[email protected]> | 2015-03-24 20:30:03 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-03-25 10:42:38 +0000 |
commit | 69db422218b0264b5b8eef45bd003a2544e9cbd6 (patch) | |
tree | 9aabfd931ed31fd182f0b947323933c04b10a783 /src/mesa/drivers/osmesa/osmesa.def | |
parent | 47870d658b777722d48d6b9084d66e270a04e52e (diff) |
scons: Don't build osmesa.
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]>
Diffstat (limited to 'src/mesa/drivers/osmesa/osmesa.def')
-rw-r--r-- | src/mesa/drivers/osmesa/osmesa.def | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mesa/drivers/osmesa/osmesa.def b/src/mesa/drivers/osmesa/osmesa.def deleted file mode 100644 index 06afab72b0a..00000000000 --- a/src/mesa/drivers/osmesa/osmesa.def +++ /dev/null @@ -1,15 +0,0 @@ -;DESCRIPTION 'Mesa OSMesa lib for Win32' -VERSION 4.1 - -EXPORTS - OSMesaColorClamp - OSMesaCreateContext - OSMesaCreateContextExt - OSMesaDestroyContext - OSMesaMakeCurrent - OSMesaGetCurrentContext - OSMesaPixelStore - OSMesaGetIntegerv - OSMesaGetDepthBuffer - OSMesaGetColorBuffer - OSMesaGetProcAddress |