Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-12 | Add mechanism to destroy mutexes. Important on OS's where mutex initialization | Keith Whitwell | |
allocates memory (like FreeBSD). | |||
2002-10-24 | Header file clean-up: | Brian Paul | |
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. | |||
2002-09-16 | doxygen comments | Brian Paul | |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2001-11-02 | init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun) | Brian Paul | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2000-03-21 | removed a few const keywords because of mutex calls | Brian Paul | |
2000-03-21 | added more locking | Brian Paul | |
2000-01-31 | added mutexes for thread safety | Brian Paul | |
2000-01-24 | prefixed hash functions with _mesa_ | Brian Paul | |
2000-01-04 | start search at 1 in HashFindFreeKeyBlock() | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-10-13 | removed GL_ prefix from memory macros | Brian Paul | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |