Re: [Mesa-dev] [PATCH 1/5] gallium/util: add util_last_bit64

2015-05-24 Thread Ilia Mirkin
On Sun, May 24, 2015 at 5:47 AM, Marek Olšák wrote: > From: Marek Olšák > > This will be needed by radeonsi. Then it should probably be included in a patch series that touches radeonsi... Reviewed-by: Ilia Mirkin but I'd prefer it if you could push this along with radeonsi changes, not just t

[Mesa-dev] [PATCH 1/5] gallium/util: add util_last_bit64

2015-05-24 Thread Marek Olšák
From: Marek Olšák This will be needed by radeonsi. --- These 5 patches are picked from my tessellation branch. src/gallium/auxiliary/util/u_math.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h