summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glthread.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: fixes for building on HaikuTomas Wilhelmsson2009-02-231-0/+12
* mesa: Fix windows build.José Fonseca2009-02-231-3/+3
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-141-0/+4
|\
| * __builtin_expect is a gcc 3.x feature. define it out for gcc 2.95.Matthieu Herrb2009-01-111-0/+4
* | tree buildsAlan Hourihane2008-09-111-3/+3
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+41
|\ \ | |/ |/|
| * mesa: Replace abort by asserts.José Fonseca2008-06-241-5/+5
| * mesa: Pulled in glthread from i915texJakob Bornecrantz2008-04-071-4/+44
| * gallium: s/GLuint/unsigned/ to work with gallium when THREADS not definedBrian2008-01-261-3/+3
* | Make the shared glapi files not include glheader.h.Kristian Høgsberg2008-05-211-3/+3
|/
* check for USE_MGL_NAMESPACEBrian Paul2006-11-031-1/+7
* Thread safety for Win32. SourceForge bug #1507315.Brian Paul2006-06-161-8/+7
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-17/+2
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-031-3/+3
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-8/+8
* In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick2005-04-141-3/+4
* Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick2005-04-131-1/+8
* include <X11/Xthreads.h> instead of "Xthreads.h"Brian Paul2004-11-221-4/+3
* BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a functionPhilippe Houdoin2004-08-141-6/+9
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-2/+23
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-271-0/+3
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell2002-12-121-1/+11
* minor patches from David DawesBrian Paul2002-03-071-1/+6
* Corrected bad line breaks in macro definitions within code compiledKarl Schultz2001-11-301-7/+4
* BeOS thread support (Philippe Houdoin)Brian Paul2001-11-121-1/+34
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+3
* Committing in .Jouk Jansen2000-11-221-16/+10
* Committing in .Jouk Jansen2000-11-171-2/+9
* fixed WIN32_THREADS errorBrian Paul2000-02-111-3/+3
* THREADS now defined by glthread.h, added more prototypesBrian Paul2000-02-101-16/+11
* added support for XFree86 threads. misc clean-upBrian Paul2000-02-101-18/+74
* added Mutex macrosBrian Paul2000-01-311-5/+60
* initial revBrian Paul1999-12-161-0/+145