1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8">
5 <title>GL Function Name Mangling
</title>
6 <link rel=
"stylesheet" type=
"text/css" href=
"mesa.css">
11 <h1>The Mesa
3D Graphics Library
</h1>
14 <iframe src=
"contents.html"></iframe>
17 <h1>GL Function Name Mangling
</h1>
20 If you want to use both Mesa and another OpenGL library in the same
21 application at the same time you may find it useful to compile Mesa with
23 This results in all the Mesa functions being prefixed with
24 <b>mgl
</b> instead of
<b>gl
</b>.
28 This option is supported only with the autoconf build. To use it add
29 --enable-mangling to your configure line.
32 <code>./configure --enable-mangling ...
</code>