Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |