Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -28/+65 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | Add mechanism to destroy mutexes. Important on OS's where mutex initialization | Keith Whitwell | 2002-12-12 | 1 | -1/+2 |
| | | | | allocates memory (like FreeBSD). | ||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -7/+2 |
| | | | | | | | | 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. | ||||
* | doxygen comments | Brian Paul | 2002-09-16 | 1 | -36/+49 |
| | |||||
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -7/+10 |
| | | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | ||||
* | init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun) | Brian Paul | 2001-11-02 | 1 | -2/+6 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -7/+7 |
| | |||||
* | removed a few const keywords because of mutex calls | Brian Paul | 2000-03-21 | 1 | -3/+3 |
| | |||||
* | added more locking | Brian Paul | 2000-03-21 | 1 | -4/+12 |
| | |||||
* | added mutexes for thread safety | Brian Paul | 2000-01-31 | 1 | -1/+13 |
| | |||||
* | prefixed hash functions with _mesa_ | Brian Paul | 2000-01-24 | 1 | -22/+22 |
| | |||||
* | start search at 1 in HashFindFreeKeyBlock() | Brian Paul | 2000-01-04 | 1 | -4/+4 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -12/+5 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -8/+7 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -3/+4 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+295 |