Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: use *unsigned* ints for bit operations | Eric Engestrom | 2018-10-23 | 1 | -1/+1 |
* | util/bitset: include util/macro.h | Christian Gmeiner | 2018-06-15 | 1 | -0/+1 |
* | util: Include bitscan.h directly | Ian Romanick | 2018-03-29 | 1 | -1/+1 |
* | util/bitset: Make C++ wrapper trivially constructible. | Francisco Jerez | 2018-02-27 | 1 | -17/+20 |
* | util/bitset: Add C++ wrapper for static-size bitsets. | Francisco Jerez | 2018-02-24 | 1 | -0/+114 |
* | util/bitset: Allow iterating over const bitsets | Jason Ekstrand | 2016-03-24 | 1 | -1/+1 |
* | util/bitset: Add a BITSET_FOREACH_SET macro | Jason Ekstrand | 2015-08-18 | 1 | -0/+36 |
* | util: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -1/+1 |
* | util: Move Mesa's bitset.h to util/. | Eric Anholt | 2015-02-20 | 1 | -0/+99 |