summaryrefslogtreecommitdiff
path: root/src/mesa/main/hash.c
AgeCommit message (Expand)Author
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell
2002-10-24Header file clean-up:Brian Paul
2002-09-16doxygen commentsBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2001-11-02init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2000-03-21removed a few const keywords because of mutex callsBrian Paul
2000-03-21added more lockingBrian Paul
2000-01-31added mutexes for thread safetyBrian Paul
2000-01-24prefixed hash functions with _mesa_Brian Paul
2000-01-04start search at 1 in HashFindFreeKeyBlock()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg