Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/set: Use fast modulo computation | Connor Abbott | 2019-05-31 | 1 | -0/+2 |
* | util/set: Add a _mesa_set_search_or_add() function | Connor Abbott | 2019-05-31 | 1 | -0/+6 |
* | util/set: Add a helper to resize a set | Jason Ekstrand | 2019-05-13 | 1 | -0/+2 |
* | util/set: Add a search_and_add function | Jason Ekstrand | 2019-05-13 | 1 | -0/+6 |
* | util: Helper to create sets and hashes with pointer keys | Caio Marcelo de Oliveira Filho | 2019-01-14 | 1 | -0/+3 |
* | util: use C99 declaration in the for-loop set_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -3/+3 |
* | util/set: helper to remove entry by key | Caio Marcelo de Oliveira Filho | 2018-07-12 | 1 | -0/+2 |
* | util/set: add a clone function | Caio Marcelo de Oliveira Filho | 2018-07-12 | 1 | -0/+3 |
* | util/set: add a set_clear function | Scott D Phillips | 2018-05-04 | 1 | -0/+3 |
* | util/hash_set: Rework the API to know about hashing | Jason Ekstrand | 2015-01-15 | 1 | -3/+9 |
* | util: Move main/set to util/hash_set | Jason Ekstrand | 2015-01-15 | 1 | -0/+94 |