mesa/src/mapi
Jesse Natalie c47fd3dc00 windows: Use TLS context/dispatch with shared-glapi
However they have to be called via _glapi_get_dispatch/context. This
would be safe to do on any platform, but the extra indirection is only
necessary on Windows since TLS vars can't be exported from a DLL.

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13634>
2021-12-02 03:03:14 +00:00
..
es1api Adjust dylib compatibility versions to match what was set by mesa-18.3's autotools-based builds 2021-02-22 21:27:19 +00:00
es2api Adjust dylib compatibility versions to match what was set by mesa-18.3's autotools-based builds 2021-02-22 21:27:19 +00:00
glapi windows: Use TLS context/dispatch with shared-glapi 2021-12-02 03:03:14 +00:00
new python: explicitly require python3 2021-08-14 21:44:31 +00:00
shared-glapi meson: use gtest protocol for gtest based tests when possible 2021-10-16 03:22:24 +00:00
entry.c Use initial-exec TLS for glibc only, enable TLS elsewhere 2021-11-20 11:56:34 -05:00
entry.h
entry_ppc64le_tls.h mapi: Enable assembly language API acceleration for PPC64LE (V2) 2017-06-28 08:20:45 +01:00
entry_ppc64le_tsd.h mapi: Enable assembly language API acceleration for PPC64LE (V2) 2017-06-28 08:20:45 +01:00
entry_x86-64_tls.h x86: Add ENDBR at function entries 2020-03-26 16:38:46 -07:00
entry_x86_tls.h x86: Add ENDBR at function entries 2020-03-26 16:38:46 -07:00
entry_x86_tsd.h mapi: x86: Fix dynamic entries in x86 tsd stubs. 2020-06-26 18:28:01 +00:00
mapi_abi.py python: drop python2 support 2021-08-14 21:44:32 +00:00
mapi_glapi.c mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
mapi_tmp.h
meson.build meson: fix logic for generating .pc files with old glvnd 2019-09-25 23:25:27 +00:00
stub.c mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
stub.h
table.c mapi: Respect MESA_DEBUG=silent for no-op debug output. 2021-04-19 20:53:27 +00:00
table.h
u_current.c util: Add a helper macro for defining initial-exec variables. 2021-06-02 03:10:49 +00:00
u_current.h mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
u_execmem.c add execmem build option 2021-06-09 21:28:17 +00:00
u_execmem.h