index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
glthread.h
Age
Commit message (
Expand
)
Author
2006-11-03
check for USE_MGL_NAMESPACE
Brian Paul
2006-06-16
Thread safety for Win32. SourceForge bug #1507315.
Brian Paul
2005-08-10
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-03
Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of
Ian Romanick
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-04-14
In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the
Ian Romanick
2005-04-13
Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all
Ian Romanick
2004-11-22
include <X11/Xthreads.h> instead of "Xthreads.h"
Brian Paul
2004-08-14
BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a function
Philippe Houdoin
2004-06-29
First phase of TLS work. At this point SPARC assembly dispatch is
Ian Romanick
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2002-12-12
Add mechanism to destroy mutexes. Important on OS's where mutex initialization
Keith Whitwell
2002-03-07
minor patches from David Dawes
Brian Paul
2001-11-30
Corrected bad line breaks in macro definitions within code compiled
Karl Schultz
2001-11-12
BeOS thread support (Philippe Houdoin)
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2000-11-22
Committing in .
Jouk Jansen
2000-11-17
Committing in .
Jouk Jansen
2000-02-11
fixed WIN32_THREADS error
Brian Paul
2000-02-10
THREADS now defined by glthread.h, added more prototypes
Brian Paul
2000-02-10
added support for XFree86 threads. misc clean-up
Brian Paul
2000-01-31
added Mutex macros
Brian Paul
1999-12-16
initial rev
Brian Paul