summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.c
AgeCommit message (Expand)Author
2010-09-15r600g: misc cleanupJohn Doe
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-10r600g: fix warning in r600 pipe driverDave Airlie
2010-09-10r600g: add initial evergreen supportDave Airlie
2010-09-08r600g: add initial bank swizzle support.Dave Airlie
2010-09-08r600g: split opcodes out and add wrapper around usage.Dave Airlie
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie
2010-09-06r600g: add missing printf operandDave Airlie
2010-08-31r600g: add missing literalsDave Airlie
2010-08-30r600g: add initial relative support to assemblerDave Airlie
2010-08-30r600g: fix SSG and op3 neg writingDave Airlie
2010-08-30r600g : add basic loop support.Dave Airlie
2010-08-27r600g: add initial if/else/endif supportDave Airlie
2010-08-19r600g: add a chiprev type for r600/r700/evergreen instead of using familyDave Airlie
2010-08-11r600g: accept empty frag prog shaderJerome Glisse
2010-08-10r600g: avoid reemiting literal, avoid scheduling empty csJerome Glisse
2010-08-09r600g: fix some warningsMarek Olšák
2010-08-03r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse
2010-08-02r600g: split alu block to conform to limit + RCP opcodeJerome Glisse
2010-07-29r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse
2010-07-23r600g: first pass at texture supportJerome Glisse
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse