From: Brian Paul Date: Sat, 18 Nov 2006 16:44:30 +0000 (+0000) Subject: name mangling update/fix X-Git-Tag: 062012170305~20115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c478f0d25b96fc8992e6de3d6df27783a9418523;p=profile%2Fivi%2Fmesa.git name mangling update/fix --- diff --git a/docs/mangling.html b/docs/mangling.html index 3f550ba..5507154 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -19,6 +19,10 @@ This results in all the Mesa functions being prefixed with

To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE. Add the flag to CFLAGS in the configuration file which you want to use. +For example: +

+CFLAGS += -DUSE_MGL_NAMESPACE
+

diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html index 7329a51..ba99420 100644 --- a/docs/relnotes-6.5.2.html +++ b/docs/relnotes-6.5.2.html @@ -68,6 +68,7 @@ copy texturing).
  • Implemented glGetUniform[fi]vARB() functions
  • Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
  • Fixed some gluBuild2DMipmaps() bugs (Greg McGarragh) +
  • Fixed broken "mgl" name mangling