From: Eric Engestrom Date: Wed, 24 Apr 2019 11:39:30 +0000 (+0100) Subject: docs: remove unsupported GL function name mangling X-Git-Tag: upstream/19.3.0~6824 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c7b8fcd0c68a48f425d273c010658dddb6dcf74;p=platform%2Fupstream%2Fmesa.git 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 --- 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 ...
    -
    - -
    - -