turnip: implement sampler state
[mesa.git] / src / freedreno / ir3 / ir3.c
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