summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glthread.c
AgeCommit message (Expand)Author
2009-09-12glapi: Prefix includes with glapi.Chia-I Wu
2009-07-27glapi: remove XTHREADS supportRALOVICH, Kristóf
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-13mesa: #include <stdio.h>Guillaume Melquiond
2008-09-11tree buildsAlan Hourihane
2008-05-21Make the shared glapi files not include glheader.h.Kristian Høgsberg
2008-04-23glcore: build from mesaGeorge Sapountzis
2006-06-16Thread safety for Win32. SourceForge bug #1507315.Brian Paul
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-24Header file clean-up:Brian Paul
2001-11-12BeOS thread support (Philippe Houdoin)Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2000-02-11fixed WIN32_THREADS errorBrian Paul
2000-02-10THREADS now defined by glthread.h, added more prototypesBrian Paul
2000-02-10added support for XFree86 threads. misc clean-upBrian Paul
2000-01-28updated commentsBrian Paul
1999-12-17don't free thread data in pthread_key_create()Brian Paul
1999-12-16initial revBrian Paul