Re: [Mesa-dev] [PATCH 5/6] gallium/util: Add an implementation of ffsl

2015-09-14 Thread Jason Ekstrand
On Mon, Sep 14, 2015 at 11:41 AM, Kenneth Graunke wrote: > On Saturday, August 15, 2015 11:31:26 AM Jason Ekstrand wrote: >> --- >> src/gallium/auxiliary/util/u_math.h | 12 >> 1 file changed, 12 insertions(+) >> >> diff --git a/src/gallium/auxiliary/util/u_math.h >> b/src/gallium/a

Re: [Mesa-dev] [PATCH 5/6] gallium/util: Add an implementation of ffsl

2015-09-14 Thread Kenneth Graunke
On Saturday, August 15, 2015 11:31:26 AM Jason Ekstrand wrote: > --- > src/gallium/auxiliary/util/u_math.h | 12 > 1 file changed, 12 insertions(+) > > diff --git a/src/gallium/auxiliary/util/u_math.h > b/src/gallium/auxiliary/util/u_math.h > index 56bd185..5814421 100644 > --- a/sr

Re: [Mesa-dev] [PATCH 5/6] gallium/util: Add an implementation of ffsl

2015-08-15 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Aug 15, 2015 at 8:31 PM, Jason Ekstrand wrote: > --- > src/gallium/auxiliary/util/u_math.h | 12 > 1 file changed, 12 insertions(+) > > diff --git a/src/gallium/auxiliary/util/u_math.h > b/src/gallium/auxiliary/util/u_math.h > index 56bd185.