summaryrefslogtreecommitdiff
path: root/src/util/set.h
Commit message (Expand)AuthorAgeFilesLines
* util/set: Use fast modulo computationConnor Abbott2019-05-311-0/+2
* util/set: Add a _mesa_set_search_or_add() functionConnor Abbott2019-05-311-0/+6
* util/set: Add a helper to resize a setJason Ekstrand2019-05-131-0/+2
* util/set: Add a search_and_add functionJason Ekstrand2019-05-131-0/+6
* util: Helper to create sets and hashes with pointer keysCaio Marcelo de Oliveira Filho2019-01-141-0/+3
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-3/+3
* util/set: helper to remove entry by keyCaio Marcelo de Oliveira Filho2018-07-121-0/+2
* util/set: add a clone functionCaio Marcelo de Oliveira Filho2018-07-121-0/+3
* util/set: add a set_clear functionScott D Phillips2018-05-041-0/+3
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-151-3/+9
* util: Move main/set to util/hash_setJason Ekstrand2015-01-151-0/+94