aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_linking_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Fix array initializer.Jose Fonseca2018-10-241-1/+1
* nir: add linking helper nir_link_xfb_varyings()Samuel Pitoiset2018-10-241-0/+33
* nir: Expose nir_remove_unused_io_vars().Eric Anholt2018-10-151-8/+24
* nir: Be sure to fix deref modes after demoting shader i/o vars to global.Eric Anholt2018-10-151-0/+3
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Remove deref chain support from remove_unused_varyingsJason Ekstrand2018-06-221-7/+6
* nir: Support deref instructions in remove_unused_varyingsJason Ekstrand2018-06-221-25/+27
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: remove old assertTimothy Arceri2018-02-221-1/+0
* nir/linking: always set the used_across_stages/outputs_read bitsDave Airlie2017-12-191-6/+7
* nir: add varying component packing helpersTimothy Arceri2017-12-041-0/+330
* nir: add tess patch support to nir_remove_unused_varyings()Timothy Arceri2017-11-031-19/+42
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-7/+7
* nir: add component level support to remove_unused_io_vars()Timothy Arceri2017-10-161-16/+21
* nir: add some helpers for doing linkingTimothy Arceri2017-09-261-0/+147