index
:
platform/upstream/mesa
19.2.8
19.3.0
19.3.0.1
20.1.8
20.3.0
21.0.0
21.0.0_tizen
21.0_rc5
21.2.3
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/coregl
devel/libtpl-egl
devel/x11
lock_surface
pristine-tar
sandbox/akazmin/tizen6_asan
sandbox/baixl/devel
sandbox/denis13/esan
sandbox/gvancuts/x11-vmware
sandbox/jbko/21.2.0-devel
sandbox/jbko/devel
sandbox/jbko/vk_devel
sandbox/jbko/vk_devel2
sandbox/jihochu/5.0
sandbox/jobol/devel
sandbox/leemgs/5.0
sandbox/lstelmach/virgl
sandbox/mbachmann/tizen_eglsoft
sandbox/mmajewski2/gbm_mesa
sandbox/mmajewski2/gbm_mesa_static
sandbox/mmajewski2/virgl-wayland-platform
sandbox/mpikula/riscv64
sandbox/mwereski/mesa
sandbox/nmerinov/llvm
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/playchang/riscv64
sandbox/pwieczorek/mesa
sandbox/vbarinov/asan
sandbox/vbarinov/lto
sandbox/yuanzhaowei/devel
tizen
tizen-19.0.0
tizen_23.1.5
tizen_23.3.3
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
tizen_lz
tizen_real
upstream
v17.1.0
Domain: Graphics System / GL; Licenses: MIT;
Hoyub Lee <hoyub.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
bitscan.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-02
util: remove needless c99_compat.h includes
Erik Faye-Lund
1
-2
/
+0
2021-12-03
util: Add util_widen_mask function.
Timur Kristóf
1
-0
/
+19
2021-11-03
util: add a util_bitcount variant that selects POPCNT through C++ template arg
Marek Olšák
1
-1
/
+23
2021-10-01
util: add util_popcnt_inline_asm
Marek Olšák
1
-0
/
+20
2021-02-24
util/bitscan: add u_foreach_bit macros
Mike Blumenkrantz
1
-0
/
+10
2019-09-02
util: only allow _BitScanReverse64 on 64-bit cpus
Erik Faye-Lund
1
-2
/
+2
2019-08-21
util: move bitcount to bitscan.h
Kevin Strasser
1
-0
/
+32
2018-05-29
util/u_math: Implement a logbase2 function for unsigned long
Pierre Moreau
1
-0
/
+11
2018-03-29
util: Optimize util_is_power_of_two_nonzero
Ian Romanick
1
-0
/
+17
2018-03-29
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
1
-0
/
+11
2018-03-29
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
1
-0
/
+12
2017-07-10
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
1
-1
/
+1
2017-03-13
util/bitscan: use correct signature for ffs/ffsll
Emil Velikov
1
-4
/
+4
2017-01-16
radeonsi: make fix_fetch 64-bit
Marek Olšák
1
-0
/
+9
2016-10-20
util: Include string.h in bitscan.h.
Vinson Lee
1
-0
/
+1
2016-08-10
util: Use win32 intrinsics for util_last_bit if present.
Mathias Fröhlich
1
-0
/
+12
2016-08-09
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
1
-0
/
+68
2016-06-14
mesa/gallium: Move u_bit_scan{,64} from gallium to util.
Mathias Fröhlich
1
-0
/
+153