summaryrefslogtreecommitdiff
path: root/src/mesa/main/hash.h
AgeCommit message (Expand)Author
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul
2006-06-30Added _mesa_HashDeleteAll() to delete all entries in a hash table with aBrian Paul
2005-01-24Added _mesa_HashNextEntry() function to allow walking over all entriesBrian Paul
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