mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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.
This commit is contained in:
parent
724ed5b84b
commit
4469355df2
1 changed files with 59 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue