util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_two_or_zero
[mesa.git] / src / util / bitscan.h
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2017-07-10 Marek Olšákgallium: use "ull" number suffix to keep the QtCreator...
2017-03-13 Emil Velikovutil/bitscan: use correct signature for ffs/ffsll
2017-01-16 Marek Olšákradeonsi: make fix_fetch 64-bit
2016-10-20 Vinson Leeutil: Include string.h in bitscan.h.
2016-08-10 Mathias Fröhlichutil: Use win32 intrinsics for util_last_bit if present.
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...