Mesa (master): GL: drop symbols mangling support

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 10 20:43:44 UTC 2019


Module: Mesa
Branch: master
Commit: a0829cf23b307ca44ab8c4505974fb7c8d71a35a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0829cf23b307ca44ab8c4505974fb7c8d71a35a

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Thu Oct 10 16:26:52 2019 +0100

GL: drop symbols mangling support

SCons and Meson have never supported that feature, and Autotools was
deleted over 6 months ago and no-one complained yet, so it's pretty
obvious nobody cares about it.

Fixes: 95aefc94a941701616fd ("Delete autotools")
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>

---

 include/GL/gl.h                       |   12 -
 include/GL/gl_mangle.h                | 2809 ---------------------------------
 include/GL/glx.h                      |    5 -
 include/GL/glx_mangle.h               |   82 -
 include/HaikuGL/README                |    1 -
 include/meson.build                   |    4 +-
 src/gallium/targets/libgl-xlib/xlib.c |    4 -
 src/mapi/glapi/gen/gl_procs.py        |    9 -
 src/mapi/glapi/gen/gl_x86-64_asm.py   |    5 -
 src/mapi/glapi/gen/gl_x86_asm.py      |    9 -
 src/mapi/glapi/glapi.h                |   10 -
 src/mapi/glapi/glapi_dispatch.c       |    4 -
 src/mapi/glapi/glapi_getproc.c        |    5 -
 src/mapi/mapi_abi.py                  |    5 -
 src/mapi/mapi_glapi.c                 |    5 -
 src/mesa/drivers/osmesa/osmesa.c      |    4 -
 src/mesa/drivers/x11/glxapi.c         |    4 -
 17 files changed, 2 insertions(+), 2975 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=a0829cf23b307ca44ab8c4505974fb7c8d71a35a



More information about the mesa-commit mailing list