Re: [Mesa-dev] [PATCH 0/2] Move u_bit_scan from gallium to util.

2016-06-13 Thread Mathias Fröhlich
Hi Brian, On Friday, June 10, 2016 12:41:29 Brian Paul wrote: > Long term, I'd like to get away from imports.h defining or including a > bunch of stuff that a lot of .c files don't need. So I'd prefer to > include bitscan.h where needed, but I agree with your concerns. In that case, ideally we

Re: [Mesa-dev] [PATCH 0/2] Move u_bit_scan from gallium to util.

2016-06-10 Thread Brian Paul
On 06/09/2016 11:02 PM, Mathias Fröhlich wrote: Hi, On Thursday, June 09, 2016 12:35:52 Brian Paul wrote: > On 06/09/2016 12:10 PM, Brian Paul wrote: > > On 06/09/2016 09:35 AM, Brian Paul wrote: > >> On 06/08/2016 11:03 PM, mathias.froehl...@gmx.net wrote: > >>> From: Mathias Fröhlich

Re: [Mesa-dev] [PATCH 0/2] Move u_bit_scan from gallium to util.

2016-06-09 Thread Mathias Fröhlich
Hi, On Thursday, June 09, 2016 12:35:52 Brian Paul wrote: > On 06/09/2016 12:10 PM, Brian Paul wrote: > > On 06/09/2016 09:35 AM, Brian Paul wrote: > >> On 06/08/2016 11:03 PM, mathias.froehl...@gmx.net wrote: > >>> From: Mathias Fröhlich > >>> > >>> Hi all, > >>> > >>> I just put the two leading

Re: [Mesa-dev] [PATCH 0/2] Move u_bit_scan from gallium to util.

2016-06-09 Thread Brian Paul
On 06/09/2016 12:10 PM, Brian Paul wrote: On 06/09/2016 09:35 AM, Brian Paul wrote: On 06/08/2016 11:03 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Hi all, I just put the two leading patches to move u_bit_scan from gallium to util. The architecture handling of ffs{,ll} is mer

Re: [Mesa-dev] [PATCH 0/2] Move u_bit_scan from gallium to util.

2016-06-09 Thread Brian Paul
On 06/09/2016 09:35 AM, Brian Paul wrote: On 06/08/2016 11:03 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Hi all, I just put the two leading patches to move u_bit_scan from gallium to util. The architecture handling of ffs{,ll} is merged with what is available in the mesa/util

Re: [Mesa-dev] [PATCH 0/2] Move u_bit_scan from gallium to util.

2016-06-09 Thread Brian Paul
On 06/08/2016 11:03 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Hi all, I just put the two leading patches to move u_bit_scan from gallium to util. The architecture handling of ffs{,ll} is merged with what is available in the mesa/util directory. It compiles and works here and

[Mesa-dev] [PATCH 0/2] Move u_bit_scan from gallium to util.

2016-06-08 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi all, I just put the two leading patches to move u_bit_scan from gallium to util. The architecture handling of ffs{,ll} is merged with what is available in the mesa/util directory. It compiles and works here and we should get slightly better intrinsic coverage on win32.