summaryrefslogtreecommitdiff
path: root/src/mapi/u_current.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02util: Add a helper macro for defining initial-exec variables.Emma Anholt1-10/+2
2021-03-11util: Extract thread-id helpers from u_currentRob Clark1-40/+5
2021-02-24glapi: keep declspec(thread) msvc-specificMichel Zou1-1/+1
2021-02-23glapi: Support "ELF" TLS on WindowsJesse Natalie1-0/+6
2020-10-26mapi: do not return thread-specific data for wrong threadErik Faye-Lund1-2/+9
2019-08-03mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen1-8/+8
2017-05-04mapi: replace mapi_table abstractionEmil Velikov1-10/+10
2015-03-05mapi: remove u_thread.hBrian Paul1-14/+14
2015-03-05mapi: THREADS was always defined, remove itBrian Paul1-16/+6
2015-03-05mapi: rewrite u_current_init() function without u_thread_self()Brian Paul1-3/+40
2015-03-05mapi: fix preprocessor check in u_current_destroy()Brian Paul1-1/+1
2014-03-06glapi: remove u_mutex wrapper code, use c99 thread mutexes directlyBrian Paul1-3/+3
2014-03-06glapi: rename u_current dispatch table functionsBrian Paul1-3/+3
2014-03-06glapi: replace 'user' with 'context' in u_current.[ch] codeBrian Paul1-16/+16
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner1-0/+266