ir3: Plumb through bindless support
[mesa.git] / src / freedreno / ir3 / ir3_cp.c
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-09 Connor Abbottir3: Also don't propagate immediate offset with LDC
2020-04-03 Brian Hoir3: Disable copy prop for immediate ldlw offsets
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-02-07 Hyunjun Kofreedreno/ir3: Fold const only when the type is float
2020-02-07 Hyunjun Kofreedreno/ir3: put the conversion back for half const...
2020-02-07 Rob Clarkfreedreno/ir3: fold const conversion into consumer
2020-02-01 Rob Clarkfreedreno/ir3: remove unused tex arg harder
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: rename fanin/fanout to collect/split
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Add register offset for STG/LDG
2019-10-24 Rob Clarkfreedreno/ir3: handle the progress case
2019-10-24 Rob Clarkfreedreno/ir3: remove restrictions on const + (abs...
2019-10-24 Rob Clarkfreedreno/ir3: allow copy-propagate out of fanout
2019-10-18 Rob Clarkfreedreno/ir3: optimize immed 2nd src to mad
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add new LDLW/STLW instructions
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Use third register for offset for LDL...
2019-09-06 Rob Clarkfreedreno/ir3: allow copy propagation for relative
2019-09-06 Rob Clarkfreedreno/ir3: fix cp cmps.s opt
2019-09-06 Rob Clarkfreedreno/ir3: fix mad copy propagation special case
2019-06-03 Hyunjun Kofreedreno/ir3: convert back to 32-bit values for half...
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: move immediates to const_state
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-03-21 Rob Clarkfreedreno/ir3: optimize sam.s2en to sam
2019-03-15 Rob Clarkfreedreno/ir3/cp: fix ldib bug
2019-02-16 Rob Clarkfreedreno/ir3: HIGH reg w/a for a6xx
2018-11-27 Rob Clarkfreedreno: move ir3 to common location