Re: [Mesa-dev] [PATCH 1/9] i965/nir: Inline remap_vs_attrs

2017-05-05 Thread Alejandro Piñeiro
Reviewed-by: Alejandro Piñeiro On 05/05/17 04:11, Jason Ekstrand wrote: > Now that we have nice block iterators, there's no good reason for this > to be off on it's own. While we're here, we convert to using the NIR > const index getters/setters instead of whacking const_index values > directly.

[Mesa-dev] [PATCH 1/9] i965/nir: Inline remap_vs_attrs

2017-05-04 Thread Jason Ekstrand
Now that we have nice block iterators, there's no good reason for this to be off on it's own. While we're here, we convert to using the NIR const index getters/setters instead of whacking const_index values directly. --- src/intel/compiler/brw_nir.c | 56 --