nir: Add a ptr_as_array deref type
[mesa.git] / src / compiler / nir / nir_linking_helpers.c
2019-01-03 Timothy Arcerinir: simplify does_varying_match()
2019-01-03 Timothy Arcerinir: make use of does_varying_match() helper
2019-01-02 Timothy Arcerinir: link time opt duplicate varyings
2019-01-02 Timothy Arcerinir: rework nir_link_opt_varyings()
2019-01-02 Timothy Arcerinir: add can_replace_varying() helper
2019-01-02 Timothy Arcerinir: rename nir_link_constant_varyings() nir_link_opt_v...
2018-12-18 Jason Ekstrandnir/linking_helpers: Look at derefs for modes
2018-12-11 Rob Clarknir: fix spelling typo
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