util: Move _mesa_fsl/util_last_bit into util/bitscan.h
authorMathias Fröhlich <mathias.froehlich@web.de>
Tue, 2 Aug 2016 06:46:04 +0000 (08:46 +0200)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Tue, 9 Aug 2016 19:20:46 +0000 (21:20 +0200)
commit027cbf00f248bda325521db8f56a3718898da46b
tree5e5cce2c268223053e4504f921c5143277f51b3c
parente4cb3af524cb02ec7cd23a64da033cfb7193a3cb
util: Move _mesa_fsl/util_last_bit into util/bitscan.h

As requested with the initial creation of util/bitscan.h
now move other bitscan related functions into util.

v2: Split into two patches.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
12 files changed:
src/compiler/glsl/glsl_to_nir.cpp
src/gallium/auxiliary/util/u_math.h
src/mesa/drivers/dri/i965/brw_cs.c
src/mesa/drivers/dri/i965/brw_draw.c
src/mesa/drivers/dri/i965/brw_fs_nir.cpp
src/mesa/drivers/dri/i965/brw_program.c
src/mesa/drivers/dri/i965/brw_shader.cpp
src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp
src/mesa/drivers/dri/i965/brw_wm_surface_state.c
src/mesa/main/imports.h
src/mesa/program/prog_to_nir.c
src/util/bitscan.h