Mesa (mesa_7_7_branch): osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 5 20:16:00 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: e65029e9b32ddabea0ec583c04484345b40f1557
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e65029e9b32ddabea0ec583c04484345b40f1557

Author: Tom Fogal <tfogal at alumni.unh.edu>
Date:   Fri Feb  5 13:15:33 2010 -0700

osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.

Without this patch, the two symbols get an underscore prepended
and an "@4" appended when compiling with VC8.

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/mesa/drivers/osmesa/osmesa.def |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/osmesa/osmesa.def b/src/mesa/drivers/osmesa/osmesa.def
index 71e9687..06afab7 100644
--- a/src/mesa/drivers/osmesa/osmesa.def
+++ b/src/mesa/drivers/osmesa/osmesa.def
@@ -2,6 +2,7 @@
 VERSION 4.1
 
 EXPORTS
+	OSMesaColorClamp
 	OSMesaCreateContext
 	OSMesaCreateContextExt
 	OSMesaDestroyContext
@@ -11,3 +12,4 @@ EXPORTS
 	OSMesaGetIntegerv
 	OSMesaGetDepthBuffer
 	OSMesaGetColorBuffer
+	OSMesaGetProcAddress




More information about the mesa-commit mailing list