GL: drop symbols mangling support
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 10 Oct 2019 15:26:52 +0000 (16:26 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 10 Oct 2019 20:40:48 +0000 (21:40 +0100)
commita0829cf23b307ca44ab8c4505974fb7c8d71a35a
treec1ae541c091693b03ed4555ca7a850326675c775
parent2026ff5165ad0da1ff7680fdb579702d31097a6a
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@intel.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
17 files changed:
include/GL/gl.h
include/GL/gl_mangle.h [deleted file]
include/GL/glx.h
include/GL/glx_mangle.h [deleted file]
include/HaikuGL/README
include/meson.build
src/gallium/targets/libgl-xlib/xlib.c
src/mapi/glapi/gen/gl_procs.py
src/mapi/glapi/gen/gl_x86-64_asm.py
src/mapi/glapi/gen/gl_x86_asm.py
src/mapi/glapi/glapi.h
src/mapi/glapi/glapi_dispatch.c
src/mapi/glapi/glapi_getproc.c
src/mapi/mapi_abi.py
src/mapi/mapi_glapi.c
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/x11/glxapi.c