summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell2002-12-121-1/+2
* Header file clean-up:Brian Paul2002-10-241-7/+2
* doxygen commentsBrian Paul2002-09-161-36/+49
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-7/+10
* init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)Brian Paul2001-11-021-2/+6
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-7/+7
* removed a few const keywords because of mutex callsBrian Paul2000-03-211-3/+3
* added more lockingBrian Paul2000-03-211-4/+12
* added mutexes for thread safetyBrian Paul2000-01-311-1/+13
* prefixed hash functions with _mesa_Brian Paul2000-01-241-22/+22
* start search at 1 in HashFindFreeKeyBlock()Brian Paul2000-01-041-4/+4
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-12/+5
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-8/+7
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-3/+4
* Initial revisionjtg1999-08-191-0/+295