| Commit message (Expand) | Author | Age | Files | Lines |
* | util: only allow _BitScanReverse64 on 64-bit cpus | Erik Faye-Lund | 2019-09-02 | 1 | -2/+2 |
* | util: move bitcount to bitscan.h | Kevin Strasser | 2019-08-21 | 1 | -0/+32 |
* | util/u_math: Implement a logbase2 function for unsigned long | Pierre Moreau | 2018-05-29 | 1 | -0/+11 |
* | util: Optimize util_is_power_of_two_nonzero | Ian Romanick | 2018-03-29 | 1 | -0/+17 |
* | util: Add and use util_is_power_of_two_nonzero | Ian Romanick | 2018-03-29 | 1 | -0/+11 |
* | util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t... | Ian Romanick | 2018-03-29 | 1 | -0/+12 |
* | gallium: use "ull" number suffix to keep the QtCreator parser happy | Marek Olšák | 2017-07-10 | 1 | -1/+1 |
* | util/bitscan: use correct signature for ffs/ffsll | Emil Velikov | 2017-03-13 | 1 | -4/+4 |
* | radeonsi: make fix_fetch 64-bit | Marek Olšák | 2017-01-16 | 1 | -0/+9 |
* | util: Include string.h in bitscan.h. | Vinson Lee | 2016-10-20 | 1 | -0/+1 |
* | util: Use win32 intrinsics for util_last_bit if present. | Mathias Fröhlich | 2016-08-10 | 1 | -0/+12 |
* | util: Move _mesa_fsl/util_last_bit into util/bitscan.h | Mathias Fröhlich | 2016-08-09 | 1 | -0/+68 |
* | mesa/gallium: Move u_bit_scan{,64} from gallium to util. | Mathias Fröhlich | 2016-06-14 | 1 | -0/+153 |