X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fmangling.html;h=9d92b7d2ff5141f60e42c83c58f89297941d8c18;hb=bc5c299b4f9a20fe0044be040d4959aea71b5d1b;hp=5aafcb2a68f2c81220924ce39b381c7182e4dba7;hpb=0b27aceae2464db3dd149cf4fd667e353a655c5e;p=mesa.git diff --git a/docs/mangling.html b/docs/mangling.html index 5aafcb2a68f..9d92b7d2ff5 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -1,26 +1,37 @@ - + + + + + GL Function Name Mangling + + + -Function Name Mangling +
+

The Mesa 3D Graphics Library

+
- + +
-

Function Name Mangling

+

GL Function Name Mangling

-If you want to use Mesa and native OpenGL in the same application at -the same time you may find it useful to compile Mesa with +If you want to use both Mesa and another OpenGL library in the same +application at the same time you may find it useful to compile Mesa with name mangling. This results in all the Mesa functions being prefixed with mgl instead of gl.

-To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE. -Add the flag to the other compiler flags in Make-config (if using the -old-style build system) or in src/Makefile if using GNU autoconf/ -automake to build Mesa. +This option is supported only with the autoconf build. To use it add +--enable-mangling to your configure line.

+
+./configure --enable-mangling ...
+
- - - +
+ +