From a0c4815433ccd57322f4f7703ca35e9ccfa59250 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 8 Oct 2009 13:15:52 +0000 Subject: Added MesaLib-7.6 --- mesalib/docs/mangling.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mesalib/docs/mangling.html (limited to 'mesalib/docs/mangling.html') diff --git a/mesalib/docs/mangling.html b/mesalib/docs/mangling.html new file mode 100644 index 000000000..55071544f --- /dev/null +++ b/mesalib/docs/mangling.html @@ -0,0 +1,30 @@ + + +Function Name Mangling + + + + + +

Function Name Mangling

+ +

+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 CFLAGS in the configuration file which you want to use. +For example: +

+CFLAGS += -DUSE_MGL_NAMESPACE
+
+

+ + + + -- cgit v1.2.3