freedreno/ir3: make falsedep use's optional
[mesa.git] / src / freedreno / ir3 / ir3.c
2020-04-13 Rob Clarkfreedreno/ir3: make falsedep use's optional
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-09 Connor Abbottir3: LDC also has a destination
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-04-09 Connor Abbottir3: Add bindless instruction encoding
2020-04-04 Rob Clarkfreedreno/ir3: add a pass to collect SSA uses
2020-03-10 Rob Clarkfreedreno/ir3: add simplified stall estimation
2020-02-28 Rob Clarkfreedreno/ir3: fix assert with getinfo
2020-02-01 Rob Clarkfreedreno/ir3: remove unused tex arg harder
2020-02-01 Rob Clarkfreedreno/ir3: number instructions from one
2020-01-15 Rob Clarkfreedreno/ir3: rename instructions
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-12-13 Rob Clarkfreedreno/ir3: add last-baryf shaderdb stat
2019-11-12 Rob Clarkfreedreno/ir3: re-work shader inputs/outputs
2019-11-12 Rob Clarkfreedreno/ir3: fix valgrind complaint with STLW
2019-11-09 Rob Clarkfreedreno/ir3: also track # of nops for shader-db
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add new synchronization opcodes
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Add register offset for STG/LDG
2019-10-24 Rob Clarkfreedreno/ir3: remove restrictions on const + (abs...
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-16 Eric Anholtfreedreno: Fix invalid read when a block has no instruc...
2019-09-06 Rob Clarkfreedreno/ir3: assert that only single address
2019-07-29 Eric Anholtfreedreno: Fix data races with allocating/freeing struc...
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-25 Rob Clarkfreedreno/ir3: remove bogus assert
2019-04-25 Rob Clarkfreedreno/ir3: more emit-cat5 fixes
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Add workaround for VS samgq
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Don't access beyond available regs
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Fix operand order for DSX/DSY
2019-03-21 Rob Clarkfreedreno/ir3: fix regmask for merged regs
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en encoding
2019-03-03 Rob Clarkfreedreno/ir3: include nopN in expanded instruction...
2019-02-26 Rob Clarkfreedreno/ir3: use nopN encoding when possible
2019-02-20 Rob Clarkfreedreno/ir3: sync instr/disasm and add ldib encoding
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx instruction encoding
2018-11-27 Rob Clarkfreedreno: move ir3 to common location