projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ceabf
)
osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.
author
Brian Paul
<brianp@vmware.com>
Fri, 5 Feb 2010 20:18:18 +0000
(13:18 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 5 Feb 2010 20:18:18 +0000
(13:18 -0700)
Without this patch, the two symbols get an underscore prepended
and an "@4" appended when compiling with VC8.
Signed-off-by: Brian Paul <brianp@vmware.com>
(cherry picked from commit
e65029e9b32ddabea0ec583c04484345b40f1557
)
src/mesa/drivers/osmesa/osmesa.def
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/osmesa/osmesa.def
b/src/mesa/drivers/osmesa/osmesa.def
index 71e96873d81235a1af196ef27d634e54723be432..06afab72b0a5ace1181b4ccb9fca1f36e9a46df3 100644
(file)
--- 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