summaryrefslogtreecommitdiff
path: root/src/util/set.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-04util: remove unused set_random_entryAntónio Monteiro1-4/+0
2021-04-07util/set: add macro for destructively iterating set entriesMike Blumenkrantz1-0/+11
2021-01-14util/set: split off create() into an init() functionMike Blumenkrantz1-0/+6
2021-01-14util/set: add the found param to search_or_addMike Blumenkrantz1-2/+2
2020-10-07util: add _mesa_set_create_u32_keys where keys are not pointersMarek Olšák1-0/+3
2020-08-14util/set: add _mesa_set_intersectsKarol Herbst1-0/+3
2019-05-31util/set: Use fast modulo computationConnor Abbott1-0/+2
2019-05-31util/set: Add a _mesa_set_search_or_add() functionConnor Abbott1-0/+6
2019-05-13util/set: Add a helper to resize a setJason Ekstrand1-0/+2
2019-05-13util/set: Add a search_and_add functionJason Ekstrand1-0/+6
2019-01-14util: Helper to create sets and hashes with pointer keysCaio Marcelo de Oliveira Filho1-0/+3
2018-10-25util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom1-3/+3
2018-07-12util/set: helper to remove entry by keyCaio Marcelo de Oliveira Filho1-0/+2
2018-07-12util/set: add a clone functionCaio Marcelo de Oliveira Filho1-0/+3
2018-05-04util/set: add a set_clear functionScott D Phillips1-0/+3
2015-01-15util/hash_set: Rework the API to know about hashingJason Ekstrand1-3/+9
2015-01-15util: Move main/set to util/hash_setJason Ekstrand1-0/+94