summaryrefslogtreecommitdiff
path: root/src/util/hash_table.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-12util: Move hash_table_call_foreach to util hash tableThomas Helland1-0/+13
2016-02-18util: fix new gcc6 warningsRob Clark1-1/+3
2016-02-03util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle1-0/+5
2016-02-03util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle1-0/+2
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