diff --git a/docs/contents.html b/docs/contents.html index 605f0f581f0..1b1d609f982 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -66,7 +66,6 @@
  • Debugging Tips
  • Performance Tips
  • Mesa Extensions -
  • GL Function Name Mangling
  • Gallium llvmpipe driver
  • VMware SVGA3D guest driver
  • Gallium post-processing diff --git a/docs/mangling.html b/docs/mangling.html deleted file mode 100644 index 9d92b7d2ff5..00000000000 --- a/docs/mangling.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - GL Function Name Mangling - - - - -
    -

    The Mesa 3D Graphics Library

    -
    - - -
    - -

    GL 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. -

    - -

    -This option is supported only with the autoconf build. To use it add ---enable-mangling to your configure line. -

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