nir/algebraic: Make algebraic_parser_test.sh executable.
[mesa.git] / src / compiler / nir / nir_linking_helpers.c
2018-11-12 Timothy Arcerinir: don't pack varyings ints with floats unless flat
2018-11-10 Timothy Arcerinir: add new linking opt nir_link_constant_varyings()
2018-10-24 Jose Fonsecanir: Fix array initializer.
2018-10-23 Samuel Pitoisetnir: add linking helper nir_link_xfb_varyings()
2018-10-16 Eric Anholtnir: Expose nir_remove_unused_io_vars().
2018-10-16 Eric Anholtnir: Be sure to fix deref modes after demoting shader...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from remove_unused_varyings
2018-06-23 Jason Ekstrandnir: Support deref instructions in remove_unused_varyings
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-02-21 Timothy Arcerinir: remove old assert
2017-12-18 Dave Airlienir/linking: always set the used_across_stages/outputs_...
2017-12-03 Timothy Arcerinir: add varying component packing helpers
2017-11-02 Timothy Arcerinir: add tess patch support to nir_remove_unused_varyings()
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-15 Timothy Arcerinir: add component level support to remove_unused_io_vars()
2017-09-26 Timothy Arcerinir: add some helpers for doing linking