summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r700_asm.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09r600g: Support emitting scratch opsGlenn Kennard1-0/+39
2017-11-22r600: Emit EOP for more CF instruction typesGert Wollny1-1/+2
2015-02-06r600g: fix abs() support on ALU 3 source operands instructionsXavier Bouchoux1-0/+1
2013-02-01r600g: use tables with ISA info v3Vadim Girlin1-6/+9
2012-10-24r600g: force bank_swizzle if already setVincent Lejeune1-0/+2
2012-09-19radeon/llvm: Emit ISA for ALU instructions in the R600 code emitterMichal Sciubidlo1-0/+43
2012-08-15r600g: Add support for predicatesVincent Lejeune1-2/+3
2012-03-05r600g: cleanup includesMarek Olšák1-3/+0
2011-11-15r600g: fix the representation of control-flow instructionsMarek Olšák1-1/+1
2011-08-16r600g: rename bc -> bytecodeMarek Olšák1-2/+2
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König1-0/+9
2011-01-13r600g: rework literal handlingChristian König1-10/+0
2011-01-12r600g: implement output modifiers and use them to further optimize LRPChristian König1-0/+1
2010-09-29r600g: delete old pathJerome Glisse1-4/+3
2010-09-24r600g: fix typo in r700 alu emitDave Airlie1-1/+1
2010-09-15r600g: misc cleanupJohn Doe1-1/+2
2010-09-10r600g: add initial evergreen supportDave Airlie1-0/+1
2010-09-08r600g: add initial bank swizzle support.Dave Airlie1-2/+2
2010-09-06r600g: add error print for no literals for r700s as wellDave Airlie1-0/+3
2010-09-06r600g: fixup r700 assembler for clamp/relative addressingDave Airlie1-13/+18
2010-07-31r600g: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse1-0/+70