summaryrefslogtreecommitdiff
path: root/src/util/bitset.h
Commit message (Expand)AuthorAgeFilesLines
* util/bitset: fix bitset range mask calculations.Dave Airlie2019-05-031-2/+2
* util/bitset: Return an actual bool from test macrosJason Ekstrand2019-05-021-2/+2
* util: use *unsigned* ints for bit operationsEric Engestrom2018-10-231-1/+1
* util/bitset: include util/macro.hChristian Gmeiner2018-06-151-0/+1
* util: Include bitscan.h directlyIan Romanick2018-03-291-1/+1
* util/bitset: Make C++ wrapper trivially constructible.Francisco Jerez2018-02-271-17/+20
* util/bitset: Add C++ wrapper for static-size bitsets.Francisco Jerez2018-02-241-0/+114
* util/bitset: Allow iterating over const bitsetsJason Ekstrand2016-03-241-1/+1
* util/bitset: Add a BITSET_FOREACH_SET macroJason Ekstrand2015-08-181-0/+36
* util: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-201-0/+99