diff options
-rw-r--r-- | docs/mangling.html | 4 | ||||
-rw-r--r-- | docs/relnotes-6.5.2.html | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/mangling.html b/docs/mangling.html index 3f550ba5ec6..55071544fa6 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -19,6 +19,10 @@ This results in all the Mesa functions being prefixed with <p> 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: +<pre> +CFLAGS += -DUSE_MGL_NAMESPACE +</pre> </p> diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html index 7329a517117..ba99420d7d1 100644 --- a/docs/relnotes-6.5.2.html +++ b/docs/relnotes-6.5.2.html @@ -68,6 +68,7 @@ copy texturing). <li>Implemented glGetUniform[fi]vARB() functions <li>Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044) <li>Fixed some gluBuild2DMipmaps() bugs (Greg McGarragh) +<li>Fixed broken "mgl" name mangling </ul> |