summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Fix races during _mesa_HashWalk().Steinar H. Gunderson2016-11-241-11/+7
* mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner2016-05-201-4/+0
* hash: Add _mesa_HashRemoveLocked() function.Matt Turner2016-05-201-4/+15
* util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle2016-02-031-3/+1
* mesa/main: Remove _mesa_HashClone()Juha-Pekka Heikkila2015-06-111-28/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-5/+5
* hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand2015-01-151-1/+1
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-5/+12
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* mesa: add missing null check in _mesa_NewHashTable()Juha-Pekka Heikkila2014-05-301-0/+10
* mesa: Add functions for doing unlocked hash table lookupsFredrik Höglund2014-05-021-9/+80
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+0
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-22/+22
* mesa: Add a clone function to mesa hashTimothy Arceri2013-09-041-0/+28
* 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: NULL check the pointer before trying to dereference itIan Romanick2013-04-121-2/+2
* mesa: Convert the hash table for GL object ids to the open-addressing hash.Eric Anholt2012-11-121-258/+113
* mesa: add _mesa_HashNumEntries() functionBrian Paul2012-01-111-0/+20
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: move/update hash function commentsBrian Paul2010-03-271-6/+11
* mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Brian Paul2010-03-271-6/+13
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-4/+4
* mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul2010-02-161-2/+5
* mesa: Test for failed malloc in _mesa_HashInsert.Brian Paul2010-02-161-4/+6
* mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul2009-04-091-4/+14
* mesa: Fix typo.José Fonseca2009-03-061-1/+1
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-1/+1
* disable a new mem leak check until we're sure it's validBrian Paul2006-07-031-0/+2
* clean-upsBrian Paul2006-06-301-23/+26
* Added _mesa_HashDeleteAll() to delete all entries in a hash table with aBrian Paul2006-06-301-10/+74
* don't compile debug code (bug 4242: rand undefined)Brian Paul2005-08-251-1/+5
* set table size to 1023 and use new HASH_FUNC() macroBrian Paul2005-04-101-5/+8
* Bug #2945: Fix math error that left half the hash buckets empty.Adam Jackson2005-04-091-1/+1
* Added _mesa_HashNextEntry() function to allow walking over all entriesBrian Paul2005-01-241-37/+121
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-28/+65
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* 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