aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r700_asm.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: Support emitting scratch opsGlenn Kennard2018-02-091-0/+39
* r600: Emit EOP for more CF instruction typesGert Wollny2017-11-221-1/+2
* r600g: fix abs() support on ALU 3 source operands instructionsXavier Bouchoux2015-02-061-0/+1
* r600g: use tables with ISA info v3Vadim Girlin2013-02-011-6/+9
* r600g: force bank_swizzle if already setVincent Lejeune2012-10-241-0/+2
* radeon/llvm: Emit ISA for ALU instructions in the R600 code emitterMichal Sciubidlo2012-09-191-0/+43
* r600g: Add support for predicatesVincent Lejeune2012-08-151-2/+3
* r600g: cleanup includesMarek Olšák2012-03-051-3/+0
* r600g: fix the representation of control-flow instructionsMarek Olšák2011-11-151-1/+1
* r600g: rename bc -> bytecodeMarek Olšák2011-08-161-2/+2
* r600g: split R600 and R700 CF generation for VTX and TEXChristian König2011-03-091-0/+9
* r600g: rework literal handlingChristian König2011-01-131-10/+0
* r600g: implement output modifiers and use them to further optimize LRPChristian König2011-01-121-0/+1
* r600g: delete old pathJerome Glisse2010-09-291-4/+3
* r600g: fix typo in r700 alu emitDave Airlie2010-09-241-1/+1
* r600g: misc cleanupJohn Doe2010-09-151-1/+2
* r600g: add initial evergreen supportDave Airlie2010-09-101-0/+1
* r600g: add initial bank swizzle support.Dave Airlie2010-09-081-2/+2
* r600g: add error print for no literals for r700s as wellDave Airlie2010-09-061-0/+3
* r600g: fixup r700 assembler for clamp/relative addressingDave Airlie2010-09-061-13/+18
* r600g: Remove unnecessary header.Vinson Lee2010-07-311-1/+0
* r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse2010-07-231-0/+70