Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -1/+1 |
| | | | | This trims down and cleans up imports.h and glheader.h quite a bit. | ||||
* | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | Conflicts: progs/trivial/Makefile src/mesa/glapi/glthread.c | ||||
| * | mesa: #include <stdio.h> | Guillaume Melquiond | 2008-09-13 | 1 | -0/+1 |
| | | |||||
* | | tree builds | Alan Hourihane | 2008-09-11 | 1 | -6/+2 |
|/ | |||||
* | Make the shared glapi files not include glheader.h. | Kristian Høgsberg | 2008-05-21 | 1 | -2/+2 |
| | |||||
* | glcore: build from mesa | George Sapountzis | 2008-04-23 | 1 | -0/+4 |
| | |||||
* | Thread safety for Win32. SourceForge bug #1507315. | Brian Paul | 2006-06-16 | 1 | -14/+21 |
| | |||||
* | Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of | Ian Romanick | 2005-08-03 | 1 | -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 Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -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 Paul | 2001-11-12 | 1 | -1/+41 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -12/+12 |
| | |||||
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵ | Brian Paul | 2001-03-07 | 1 | -3/+3 |
| | | | | of potential problems | ||||
* | fixed WIN32_THREADS error | Brian Paul | 2000-02-11 | 1 | -3/+3 |
| | |||||
* | THREADS now defined by glthread.h, added more prototypes | Brian Paul | 2000-02-10 | 1 | -5/+39 |
| | |||||
* | added support for XFree86 threads. misc clean-up | Brian Paul | 2000-02-10 | 1 | -25/+77 |
| | |||||
* | updated comments | Brian Paul | 2000-01-28 | 1 | -2/+5 |
| | |||||
* | don't free thread data in pthread_key_create() | Brian Paul | 1999-12-17 | 1 | -6/+6 |
| | |||||
* | initial rev | Brian Paul | 1999-12-16 | 1 | -0/+243 |