ir3: Plumb through support for a1.x
[mesa.git] / src / freedreno / ir3 / ir3_depth.c
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-03-27 Rob Clarkfreedreno/ir3/ra: pick higher numbered scalars in first...
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-02-28 Rob Clarkfreedreno/ir3: update SFU delay
2020-02-01 Rob Clarkfreedreno/ir3: add is_tex_or_prefetch()
2020-02-01 Rob Clarkfreedreno/ir3: split out delay helpers
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-11-12 Rob Clarkfreedreno/ir3: only tex instructions have wrmask
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: rename fanin/fanout to collect/split
2019-10-18 Rob Clarkfreedreno/ir3: don't DCE ij_pix if used for pre-fs...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add support for CHSH and CHMASK instructions
2019-03-03 Rob Clarkfreedreno/ir3: track register pressure in sched
2018-12-13 Rob Clarkfreedreno/ir3: don't remove unused input components
2018-12-13 Rob Clarkfreedreno/ir3: fix crash
2018-12-07 Rob Clarkfreedreno/ir3: don't fetch unused tex components
2018-11-27 Rob Clarkfreedreno: move ir3 to common location