Re: [Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-09 Thread Mathias Fröhlich
Hi Brian, On Tuesday, 9 August 2016 08:23:41 CEST Brian Paul wrote: > >> As it fixes something independent, should I push that already? > > > > Sure. For 1 & 3, > > Reviewed-by: Brian Paul > > Tested-by: Brian Paul Pushed. > Yes, we need to add one to the index. I'll re-test that patch when y

Re: [Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-09 Thread Brian Paul
On 08/09/2016 07:46 AM, Brian Paul wrote: On 08/09/2016 12:30 AM, Mathias Fröhlich wrote: Hi Brian, > I don't know why my local build is failing while appveyor and our > in-house automated build seem OK. But applying your patch 3 alone fixes > things for me. As it fixes something independ

Re: [Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-09 Thread Brian Paul
On 08/09/2016 12:30 AM, Mathias Fröhlich wrote: Hi Brian, > I don't know why my local build is failing while appveyor and our > in-house automated build seem OK. But applying your patch 3 alone fixes > things for me. As it fixes something independent, should I push that already? Sure. F

Re: [Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-08 Thread Mathias Fröhlich
Hi Brian, > I don't know why my local build is failing while appveyor and our > in-house automated build seem OK. But applying your patch 3 alone fixes > things for me. As it fixes something independent, should I push that already? > Yeah, I applied your whole series and the MSVC build seems O

Re: [Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-08 Thread Brian Paul
On 08/08/2016 08:37 AM, Mathias Fröhlich wrote: Brian, On Monday, 8 August 2016 08:27:40 CEST Brian Paul wrote: > On 08/06/2016 12:42 AM, mathias.froehl...@gmx.net wrote: > > From: Mathias Fröhlich > > > > We need this for 'inline'. > > > > Signed-off-by: Mathias Fröhlich > > ---

Re: [Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-08 Thread Mathias Fröhlich
Brian, On Monday, 8 August 2016 08:27:40 CEST Brian Paul wrote: > On 08/06/2016 12:42 AM, mathias.froehl...@gmx.net wrote: > > From: Mathias Fröhlich > > > > We need this for 'inline'. > > > > Signed-off-by: Mathias Fröhlich > > --- > > src/gallium/auxiliary/util/u_bitcast.h | 2 ++ > > 1 fil

Re: [Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-08 Thread Brian Paul
On 08/06/2016 12:42 AM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich We need this for 'inline'. Signed-off-by: Mathias Fröhlich --- src/gallium/auxiliary/util/u_bitcast.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/util/u_bitcast.h b/src/gallium/

[Mesa-dev] [PATCH 3/3] gallium: Add c99_compat.h to u_bitcast.h

2016-08-05 Thread Mathias . Froehlich
From: Mathias Fröhlich We need this for 'inline'. Signed-off-by: Mathias Fröhlich --- src/gallium/auxiliary/util/u_bitcast.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/util/u_bitcast.h b/src/gallium/auxiliary/util/u_bitcast.h index b1f9938..e8fb0fe 100644 ---