summaryrefslogtreecommitdiff
path: root/src/util/hash_table.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-14mesa/util: add a hash table wrapper which support 64-bit keysSamuel Pitoiset1-0/+147
2016-08-22util: add assert that key cannot be NULL on insertionTapani Pälli1-0/+2
2016-02-03util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle1-0/+26
2016-02-02util/hash_table: don't compare deleted entriesConnor Abbott1-1/+2
2015-02-07util/hash_table: Do a full search when adding new itemsJason Ekstrand1-7/+16
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+1
2015-01-15hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand1-2/+2
2015-01-15util/hash_table: Pull the details of the FNV-1a into helpersJason Ekstrand1-13/+4
2014-12-14hash_table: Fix compiler warnings from the renaming.Eric Anholt1-2/+2
2014-12-14util/hash_table: Rework the API to know about hashingJason Ekstrand1-20/+55
2014-11-26util: update hash type commentsTimothy Arceri1-5/+5
2014-08-04util: Gather some common macrosJason Ekstrand1-1/+1
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-0/+440