summaryrefslogtreecommitdiffstats
path: root/src/util/hash_table.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+19
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-4/+15
* util: include c99_compat.h in hash_table.h to get 'inline' definitionBrian Paul2014-08-041-0/+1
* util: Gather some common macrosJason Ekstrand2014-08-041-2/+2
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-0/+106