Module: Mesa
Branch: master
Commit: 4469355df277bec4947d859def543a3903c99041
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4469355df277bec4947d859def543a3903c99041

Author: Tom Fogal <[email protected]>
Date:   Mon Jan  5 07:59:41 2009 -0700

glu: Add mangled symbols to export list

This adds all of the `mglu' symbols to the list of symbol exports
for GLU.  Without this patch, mangled GLU symbols are considered
`internal' symbols, and calling any results in undefined references.

---

 src/glu/sgi/glu.exports |   59 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/src/glu/sgi/glu.exports b/src/glu/sgi/glu.exports
index 1d1b6da..aeb7272 100644
--- a/src/glu/sgi/glu.exports
+++ b/src/glu/sgi/glu.exports
@@ -57,3 +57,62 @@
        gluTessVertex
        gluUnProject
        gluUnProject4
+       mgluBeginCurve
+       mgluBeginPolygon
+       mgluBeginSurface
+       mgluBeginTrim
+       mgluBuild1DMipmapLevels
+       mgluBuild1DMipmaps
+       mgluBuild2DMipmapLevels
+       mgluBuild2DMipmaps
+       mgluBuild3DMipmapLevels
+       mgluBuild3DMipmaps
+       mgluCheckExtension
+       mgluCylinder
+       mgluDeleteNurbsRenderer
+       mgluDeleteQuadric
+       mgluDeleteTess
+       mgluDisk
+       mgluEndCurve
+       mgluEndPolygon
+       mgluEndSurface
+       mgluEndTrim
+       mgluErrorString
+       mgluGetNurbsProperty
+       mgluGetString
+       mgluGetTessProperty
+       mgluLoadSamplingMatrices
+       mgluLookAt
+       mgluNewNurbsRenderer
+       mgluNewQuadric
+       mgluNewTess
+       mgluNextContour
+       mgluNurbsCallback
+       mgluNurbsCallbackData
+       mgluNurbsCallbackDataEXT
+       mgluNurbsCurve
+       mgluNurbsProperty
+       mgluNurbsSurface
+       mgluOrtho2D
+       mgluPartialDisk
+       mgluPerspective
+       mgluPickMatrix
+       mgluProject
+       mgluPwlCurve
+       mgluQuadricCallback
+       mgluQuadricDrawStyle
+       mgluQuadricNormals
+       mgluQuadricOrientation
+       mgluQuadricTexture
+       mgluScaleImage
+       mgluSphere
+       mgluTessBeginContour
+       mgluTessBeginPolygon
+       mgluTessCallback
+       mgluTessEndContour
+       mgluTessEndPolygon
+       mgluTessNormal
+       mgluTessProperty
+       mgluTessVertex
+       mgluUnProject
+       mgluUnProject4

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to