From 8c7b8fcd0c68a48f425d273c010658dddb6dcf74 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 24 Apr 2019 12:39:30 +0100 Subject: [PATCH] docs: remove unsupported GL function name mangling This was only supported in autotools, which has since been deleted. Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- docs/contents.html | 1 - docs/mangling.html | 37 ------------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 docs/mangling.html diff --git a/docs/contents.html b/docs/contents.html index 605f0f5..1b1d609 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 9d92b7d..0000000 --- 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 ...
    -
    - -
    - - -- 2.7.4