summaryrefslogtreecommitdiffstats
path: root/src/util/hash_table.h
Commit message (Expand)AuthorAgeFilesLines
* util: Move hash_table_call_foreach to util hash tableThomas Helland2016-09-121-0/+13
* util: fix new gcc6 warningsRob Clark2016-02-181-1/+3
* util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle2016-02-031-0/+5
* util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle2016-02-031-0/+2
* 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