summaryrefslogtreecommitdiffstats
path: root/src/mapi/u_thread.h
Commit message (Expand)AuthorAgeFilesLines
* mapi: actually remove unused u_thread.hBrian Paul2015-03-051-126/+0
* mapi: THREADS was always defined, remove itBrian Paul2015-03-051-6/+0
* mapi: rewrite u_current_init() function without u_thread_self()Brian Paul2015-03-051-24/+0
* mapi: remove u_compiler.hBrian Paul2015-03-041-1/+1
* mapi: replace INLINE with inlineBrian Paul2015-03-041-5/+5
* glapi: use 'Mesa' in error messagesBrian Paul2014-03-071-3/+3
* glapi: remove u_mutex wrapper code, use c99 thread mutexes directlyBrian Paul2014-03-061-10/+0
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-051-2/+2
* mapi/u_thread: Use GetCurrentThreadIdJosé Fonseca2014-03-041-0/+18
* mapi: Prevent cast from pointer to integer of different size.José Fonseca2014-01-231-1/+1
* mapi: Use C11 thread abstractions.José Fonseca2014-01-231-152/+13
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* build: Move src/mapi/mapi/* to src/mapi/Matt Turner2013-04-151-0/+287