Re: [Mesa-dev] [PATCH 03/10] nir: add how_declared to nir_variable.data

2018-08-12 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 09/08/18 23:43, Alejandro Piñeiro wrote: Equivalent to the already existing how_declared at GLSL IR. The only difference is that we are not adding all the declaration_type available on GLSL, only the one that we will use on the short term. We would add more mode i

[Mesa-dev] [PATCH 03/10] nir: add how_declared to nir_variable.data

2018-08-09 Thread Alejandro Piñeiro
Equivalent to the already existing how_declared at GLSL IR. The only difference is that we are not adding all the declaration_type available on GLSL, only the one that we will use on the short term. We would add more mode if needed on the future. --- src/compiler/nir/nir.c |