summaryrefslogtreecommitdiff
path: root/src/mesa/main/hash.h
AgeCommit message (Collapse)Author
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul
Remove const qualifier from _mesa_HashLookup() table parameter to avoid LOCK/UNLOCK warnings in the function body. Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit 3094adb3caeb90124359db2356df3bf8ee94800a)
2006-06-30Added _mesa_HashDeleteAll() to delete all entries in a hash table with aBrian Paul
callback function. Added _mesa_HashWalk() to walk over all entries in a hash table with callback.
2005-01-24Added _mesa_HashNextEntry() function to allow walking over all entriesBrian Paul
in a hash table. Added _mesa_test_hash_functions() for unit testing. Updated comments, etc.
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-09-16doxygen commentsBrian 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-01-24prefixed hash functions with _mesa_Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg