aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/bitscan.h
Commit message (Expand)AuthorAgeFilesLines
* util: only allow _BitScanReverse64 on 64-bit cpusErik Faye-Lund2019-09-021-2/+2
* util: move bitcount to bitscan.hKevin Strasser2019-08-211-0/+32
* util/u_math: Implement a logbase2 function for unsigned longPierre Moreau2018-05-291-0/+11
* util: Optimize util_is_power_of_two_nonzeroIan Romanick2018-03-291-0/+17
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-291-0/+11
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-0/+12
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-1/+1
* util/bitscan: use correct signature for ffs/ffsllEmil Velikov2017-03-131-4/+4
* radeonsi: make fix_fetch 64-bitMarek Olšák2017-01-161-0/+9
* util: Include string.h in bitscan.h.Vinson Lee2016-10-201-0/+1
* util: Use win32 intrinsics for util_last_bit if present.Mathias Fröhlich2016-08-101-0/+12
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-0/+68
* mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich2016-06-141-0/+153