Re: [Mesa-dev] [PATCH 3/9] squash: Increase nir_variable_data::mode to 5 bits

2016-03-15 Thread Jason Ekstrand
Thanks for catching this! It came up before when I reworked function calls but, thanks to the order in which things got merged, it had to be done in your series. On Mon, Mar 14, 2016 at 11:56 PM, Jordan Justen wrote: > Prevents: > > ../../../../../src/compiler/nir/nir.h:176:30: warning: > 'nir_

[Mesa-dev] [PATCH 3/9] squash: Increase nir_variable_data::mode to 5 bits

2016-03-14 Thread Jordan Justen
Prevents: ../../../../../src/compiler/nir/nir.h:176:30: warning: 'nir_variable::nir_variable_data::mode' is too small to hold all values of 'enum nir_variable_mode' nir_variable_mode mode:4; Signed-off-by: Jordan Justen --- src/compiler/nir/nir.h | 2 +- 1 file changed, 1 insertion(+),