summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/hash.h
Commit message (Expand)AuthorAgeFilesLines
* hash: Add _mesa_HashRemoveLocked() function.Matt Turner2016-05-201-0/+2
* mesa/main: Remove _mesa_HashClone()Juha-Pekka Heikkila2015-06-111-3/+0
* mesa: Add functions for doing unlocked hash table lookupsFredrik Höglund2014-05-021-0/+9
* mesa: Add a clone function to mesa hashTimothy Arceri2013-09-041-0/+3
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Convert the hash table for GL object ids to the open-addressing hash.Eric Anholt2012-11-121-4/+0
* mesa: add _mesa_HashNumEntries() functionBrian Paul2012-01-111-0/+3
* mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul2010-02-161-1/+1
* Added _mesa_HashDeleteAll() to delete all entries in a hash table with aBrian Paul2006-06-301-2/+12
* Added _mesa_HashNextEntry() function to allow walking over all entriesBrian Paul2005-01-241-9/+6
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+4
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* doxygen commentsBrian Paul2002-09-161-3/+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
* prefixed hash functions with _mesa_Brian Paul2000-01-241-10/+10
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-6/+3
* Initial revisionjtg1999-08-191-0/+59