Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526
  1. <HTML>
  2. <TITLE>Function Name Mangling</TITLE>
  3. <BODY text="#000000" bgcolor="#55bbff" link="#111188">
  4. <H1>Function Name Mangling</H1>
  5. <p>
  6. If you want to use Mesa and native OpenGL in the same application at
  7. the same time you may find it useful to compile Mesa with
  8. <i>name mangling</i>.
  9. This results in all the Mesa functions being prefixed with
  10. <b>mgl</b> instead of <b>gl</b>.
  11. </p>
  12. <p>
  13. To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE.
  14. Add the flag to the other compiler flags in Make-config (if using the
  15. old-style build system) or in src/Makefile if using GNU autoconf/
  16. automake to build Mesa.
  17. </p>
  18. </BODY>
  19. </HTML>