summaryrefslogtreecommitdiff
path: root/src/util/hash_table.h
AgeCommit message (Expand)AuthorFilesLines
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-0/+19
2014-12-14util/hash_table: Rework the API to know about hashingJason Ekstrand1-4/+15
2014-08-04util: include c99_compat.h in hash_table.h to get 'inline' definitionBrian Paul1-0/+1
2014-08-04util: Gather some common macrosJason Ekstrand1-2/+2
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-0/+106