Re: [Mesa-dev] [PATCH] nir: put compact into bitfields in nir_variable_data

2017-09-08 Thread Kenneth Graunke
On Tuesday, September 5, 2017 8:19:57 PM PDT Dave Airlie wrote: > From: Dave Airlie > > This being declared bool means it won't get merged with the previous > bitfields, this seems like an oversight rather than deliberate. > > Noticed when running pahole. > > Signed-off-by: Dave Airlie > --- >

Re: [Mesa-dev] [PATCH] nir: put compact into bitfields in nir_variable_data

2017-09-05 Thread Jason Ekstrand
On Tue, Sep 5, 2017 at 8:19 PM, Dave Airlie wrote: > From: Dave Airlie > > This being declared bool means it won't get merged with the previous > bitfields, this seems like an oversight rather than deliberate. > Really? That's silly... This is fine with me. Reviewed-by: Jason Ekstrand > No

[Mesa-dev] [PATCH] nir: put compact into bitfields in nir_variable_data

2017-09-05 Thread Dave Airlie
From: Dave Airlie This being declared bool means it won't get merged with the previous bitfields, this seems like an oversight rather than deliberate. Noticed when running pahole. Signed-off-by: Dave Airlie --- src/compiler/nir/nir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff