name mangling update/fix

This commit is contained in:
Brian Paul 2006-11-18 16:44:30 +00:00
parent bdb1c3882f
commit c478f0d25b
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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>