summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glthread.c
Commit message (Collapse)AuthorAgeFilesLines
* glapi: minor cosmeticGeorge Sapountzis2010-03-031-3/+3
|
* glapi: drop SOLARIS_THREADSGeorge Sapountzis2010-03-011-68/+0
| | | | It seems that SOLARIS_THREADS is not used and does not work.
* glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-10/+13
| | | | | | | | - move out of of the dispatch/context block to after corresponding init functions - use more consistent naming with corresponding init functions - XXX use _glthread_InitTSD() vs (void)_glthread_GetTSD() in _glapi_check_multithread() XXX
* glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis2010-02-251-1/+3
|
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-5/+5
|\ | | | | | | | | Conflicts: src/mesa/main/dd.h
| * Export a few glapi functions used by gallium and r300Kristian Høgsberg2010-01-031-5/+5
| | | | | | | | Fixes breakage from -fvisibility-hidden commit.
* | glapi: Include headers with directory prefixes.Chia-I Wu2009-11-051-1/+1
|/ | | | | | This allows different sets of generated sources and headers to be used. Signed-off-by: Chia-I Wu <[email protected]>
* glapi: remove XTHREADS supportRALOVICH, Kristóf2009-07-271-51/+0
|
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-1/+1
| | | | This trims down and cleans up imports.h and glheader.h quite a bit.
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-0/+3
|\ | | | | | | | | | | | | Conflicts: progs/trivial/Makefile src/mesa/glapi/glthread.c
| * mesa: #include <stdio.h>Guillaume Melquiond2008-09-131-0/+1
| |
* | tree buildsAlan Hourihane2008-09-111-6/+2
|/
* Make the shared glapi files not include glheader.h.Kristian Høgsberg2008-05-211-2/+2
|
* glcore: build from mesaGeorge Sapountzis2008-04-231-0/+4
|
* Thread safety for Win32. SourceForge bug #1507315.Brian Paul2006-06-161-14/+21
|
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-031-1/+1
| | | | | serveral things that are broken when building on a system with X.org 7.0rc0 installed.
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Header file clean-up:Brian Paul2002-10-241-7/+3
| | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
* BeOS thread support (Philippe Houdoin)Brian Paul2001-11-121-1/+41
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-12/+12
|
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵Brian Paul2001-03-071-3/+3
| | | | of potential problems
* fixed WIN32_THREADS errorBrian Paul2000-02-111-3/+3
|
* THREADS now defined by glthread.h, added more prototypesBrian Paul2000-02-101-5/+39
|
* added support for XFree86 threads. misc clean-upBrian Paul2000-02-101-25/+77
|
* updated commentsBrian Paul2000-01-281-2/+5
|
* don't free thread data in pthread_key_create()Brian Paul1999-12-171-6/+6
|
* initial revBrian Paul1999-12-161-0/+243