summaryrefslogtreecommitdiffstats
path: root/src/util/hash_table.c
Commit message (Expand)AuthorAgeFilesLines
* util: add assert that key cannot be NULL on insertionTapani Pälli2016-08-221-0/+2
* util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle2016-02-031-0/+26
* util/hash_table: don't compare deleted entriesConnor Abbott2016-02-021-1/+2
* util/hash_table: Do a full search when adding new itemsJason Ekstrand2015-02-071-7/+16
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand2015-01-151-2/+2
* util/hash_table: Pull the details of the FNV-1a into helpersJason Ekstrand2015-01-151-13/+4
* hash_table: Fix compiler warnings from the renaming.Eric Anholt2014-12-141-2/+2
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-20/+55
* util: update hash type commentsTimothy Arceri2014-11-261-5/+5
* util: Gather some common macrosJason Ekstrand2014-08-041-1/+1
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-0/+440