aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_asm.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: Silence uninitialized variable warnings.Vinson Lee2010-10-271-4/+4
* r600g: add assembler support for all the kcache fields.Dave Airlie2010-10-261-1/+6
* r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck2010-10-241-0/+36
* r600g: drop use_mem_constant.Dave Airlie2010-10-051-2/+1
* r600g: add assembler support for other vtx fetch fields.Dave Airlie2010-10-011-1/+5
* r600g: delete old pathJerome Glisse2010-09-291-4/+3
* r600g: break alu clause earlierAndre Maasikas2010-09-241-2/+3
* r600g: deal with overflow of VTX/TEX CF clauses.Dave Airlie2010-09-211-2/+8
* r600g: only emit uses waterfall on r6xx hw.Dave Airlie2010-09-191-1/+1
* r600g; add uses waterfall to asm cf for r6xx.Dave Airlie2010-09-191-0/+1
* r600g: misc cleanupJohn Doe2010-09-151-2/+2
* r600g: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+1
* r600g: fix warning in r600 pipe driverDave Airlie2010-09-101-12/+13
* r600g: add initial evergreen supportDave Airlie2010-09-101-2/+31
* r600g: add initial bank swizzle support.Dave Airlie2010-09-081-2/+274
* r600g: split opcodes out and add wrapper around usage.Dave Airlie2010-09-081-0/+1
* r600g: add support for constants in memory buffers.Dave Airlie2010-09-081-1/+7
* r600g: add missing printf operandDave Airlie2010-09-061-1/+1
* r600g: add missing literalsDave Airlie2010-08-311-0/+3
* r600g: add initial relative support to assemblerDave Airlie2010-08-301-0/+5
* r600g: fix SSG and op3 neg writingDave Airlie2010-08-301-12/+8
* r600g : add basic loop support.Dave Airlie2010-08-301-2/+19
* r600g: add initial if/else/endif supportDave Airlie2010-08-271-6/+52
* r600g: add a chiprev type for r600/r700/evergreen instead of using familyDave Airlie2010-08-191-13/+24
* r600g: accept empty frag prog shaderJerome Glisse2010-08-111-2/+1
* r600g: avoid reemiting literal, avoid scheduling empty csJerome Glisse2010-08-101-1/+2
* r600g: fix some warningsMarek Olšák2010-08-091-2/+2
* r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse2010-08-031-1/+5
* r600g: split alu block to conform to limit + RCP opcodeJerome Glisse2010-08-021-1/+3
* r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse2010-07-291-0/+2
* r600g: first pass at texture supportJerome Glisse2010-07-231-4/+87
* r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse2010-07-231-0/+385