Re: [Mesa-dev] [PATCH 02/11] nir: Add a pass for propagating invariant decorations

2016-06-17 Thread Kenneth Graunke
On Friday, June 17, 2016 1:53:19 PM PDT Jason Ekstrand wrote: > This pass is similar to propagate_invariance in the GLSL compiler. The > real "output" of this pass is that any algebraic operations which are > eventually consumed by an invariant variable get marked as "exact". > > Signed-off-by:

[Mesa-dev] [PATCH 02/11] nir: Add a pass for propagating invariant decorations

2016-06-17 Thread Jason Ekstrand
This pass is similar to propagate_invariance in the GLSL compiler. The real "output" of this pass is that any algebraic operations which are eventually consumed by an invariant variable get marked as "exact". Signed-off-by: Jason Ekstrand Cc: "12.0"