freedreno/ir3: Add cat4 mediump opcodes
[mesa.git] / src / freedreno / ir3 / ir3_ra.c
2020-02-07 Hyunjun Kofreedreno/ir3: Add cat4 mediump opcodes
2020-02-01 Rob Clarkfreedreno/ir3: add RA sanity check
2020-02-01 Rob Clarkfreedreno/ir3: two pass register allocation
2020-02-01 Rob Clarkfreedreno/ir3: don't precolor unused inputs
2020-02-01 Rob Clarkfreedreno/ir3: post-RA sched pass
2020-02-01 Rob Clarkfreedreno/ir3/ra: make use()/def() functions instead...
2020-02-01 Rob Clarkfreedreno/ir3: a bit more optmsgs debug
2020-02-01 Rob Clarkfreedreno/ir3: fix crash when no non-input instructions
2020-01-10 Kristian H. Kristensenir3: Set up full/half register conflicts correctly
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-11-20 Hyunjun Kofreedreno/ir3: fixup when changing to mad.f16
2019-11-12 Rob Clarkfreedreno/ir3: fix gpu hang with pre-fs-tex-fetch
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: rename fanin/fanout to collect/split
2019-11-09 Rob Clarkfreedreno/ir3/ra: remove ir print after livein/out
2019-11-09 Rob Clarkfreedreno/ir3/ra: move regs_count==0 check
2019-11-09 Rob Clarkfreedreno/ir3: split pre-coloring to it's own function
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Extend RA with mechanism for pre-colorin...
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-08-13 Rob Clarkfreedreno/ir3: drop unneeded ir3_ra() args
2019-06-03 Neil Robertsfreedreno/ir3: Fix up the half reg source even when...
2019-03-21 Rob Clarkfreedreno/ir3/ra: fix half-class conflicts
2019-02-16 Rob Clarkfreedreno/ir3: fix varying packing vs. tex sharp edge
2018-12-22 Rob Clarkfreedreno/ir3: don't treat all inputs/outputs as vec4
2018-12-07 Rob Clarkfreedreno/ir3: don't fetch unused tex components
2018-11-27 Rob Clarkfreedreno: move ir3 to common location