glsl/linker: Check the invariance of built-in special variables
[mesa.git] / src / compiler / nir / nir_loop_analyze.c
2018-08-29 Timothy Arcerinir: add complex_loop bool to loop info
2018-08-29 Timothy Arcerinir: always attempt to find loop terminators
2018-06-30 Timothy Arcerinir: fix selection of loop terminator when two or more...
2018-06-23 Jason Ekstrandnir: Remove deref chain support from analyze_loops
2018-06-23 Jason Ekstrandnir: Support deref instructions in loop_analyze
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-06-07 Timothy Arcerinir: move ends_in_break() helper to nir_loop_analyze.h
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-02-27 Elie TOURNIERnir: Delete unused arg in get_iteration
2017-01-04 Timothy Arcerinir: fix loop iteration count calculation for floats
2016-12-22 Thomas Hellandnir: Add a loop analysis pass