About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
bitset.h
Age
Commit message (
Expand
)
Author
2025-11-06
util/bitset: Wrap __size in braces
Natalie Vock
2025-11-05
util: add BITSET_RZALLOC
Alyssa Rosenzweig
2025-11-05
util: add BITSET_BYTES helper
Alyssa Rosenzweig
2025-10-09
util: add BITSET_CALLOC helper
Alyssa Rosenzweig
2025-08-23
util: Fix `BITSET_EXTRACT` out-of-bounds read
Josh Simmons
2025-07-29
util: remove recursion from bitset helpers
Timothy Arceri
2025-04-17
util: Add BITSET_EXTRACT
Konstantin Seurer
2024-12-04
util/bitset: add BITSET_GET_RANGE_INSIDE_WORD
Marek Olšák
2024-11-21
util: add BITSET_LAST_BIT_BEFORE
Georg Lehmann
2024-05-14
util: shift the mask in BITSET_TEST_RANGE_INSIDE_WORD to be relative to b
Marek Olšák
2023-12-09
util: make BITSET_TEST_RANGE_INSIDE_WORD take a value to compare with
Marek Olšák
2023-07-03
util/bitset: Add some extra functions
Connor Abbott
2023-05-23
util/bitset: ensure the sets compared have the same size at compile time
Eric Engestrom
2022-11-22
util: Remove EXPLICIT_CONVERSION macro and use c++11 explicit directly
Yonggang Luo
2022-07-19
util: Constify __bitset_test_range
Jason Ekstrand
2022-07-14
util/bitset: add BITSET_SIZE()
Brian Paul
2022-05-10
util/bitset: Support larger ranges in BITSET_TEST/CLEAR_RANGE
Jason Ekstrand
2022-03-10
util/bitset: Fix off-by-one in __bitset_set_range
Connor Abbott
2021-09-21
util/bitset: add BITSET_SET_RANGE(..)
Christian Gmeiner
2021-09-21
util/bitset: s/BITSET_SET_RANGE/BITSET_SET_RANGE_INSIDE_WORD
Christian Gmeiner
2021-09-21
util/bitset: add left shift
Christian Gmeiner
2021-09-21
util/bitset: add right shift
Christian Gmeiner
2021-09-21
util/bitset: add bitwise AND, OR and NOT
Christian Gmeiner
2021-05-02
util/bitset: Add BITSET_COUNT helper
Alyssa Rosenzweig
2021-04-13
nir: add many passes that lower and optimize 16-bit input/outputs and samplers
Marek Olšák
2021-04-07
util/bitset: Avoid out-of-bounds reads
Connor Abbott
2021-03-10
util/bitset: add a new last bit api
Dave Airlie
2021-03-10
util/panfrost/glsl: rename BITSET_LAST_BIT to BITSET_LAST_BIT_SIZED
Dave Airlie
2021-01-25
util/bitset: Avoid dereferencing the bitset for size == 0.
Eric Anholt
2020-11-03
util/bitset: Add a range iterator helper
Connor Abbott
2020-06-03
util: add BITSET_LAST_BIT() helper
Timothy Arceri
2020-01-23
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
util: Explain BITSET_FOREACH_SET params
Matt Turner
2019-05-03
util/bitset: fix bitset range mask calculations.
Dave Airlie
2019-05-02
util/bitset: Return an actual bool from test macros
Jason Ekstrand
2018-10-23
util: use *unsigned* ints for bit operations
Eric Engestrom
2018-06-15
util/bitset: include util/macro.h
Christian Gmeiner
2018-03-29
util: Include bitscan.h directly
Ian Romanick
2018-02-27
util/bitset: Make C++ wrapper trivially constructible.
Francisco Jerez
2018-02-24
util/bitset: Add C++ wrapper for static-size bitsets.
Francisco Jerez
2016-03-24
util/bitset: Allow iterating over const bitsets
Jason Ekstrand
2015-08-18
util/bitset: Add a BITSET_FOREACH_SET macro
Jason Ekstrand
2015-03-02
util: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-02-20
util: Move Mesa's bitset.h to util/.
Eric Anholt