summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_propagate_invariant.c
Commit message (Collapse)AuthorAgeFilesLines
* nir: Add a pass for propagating invariant decorationsJason Ekstrand2016-06-201-0/+196
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 <jason@jlekstrand.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Cc: "12.0" <mesa-stable@lists.freedesktop.org>