summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-13r600g: rework bank swizzle codeChristian König1-4/+0
2011-01-12r600g: implement output modifiers and use them to further optimize LRPChristian König1-0/+1
2011-01-07r600g: Store kcache settings as an array.Henri Verbeet1-6/+7
2010-12-06r600g: build fetch shader from vertex elementsJerome Glisse1-0/+8
2010-12-03r600g: dump raw shader output for debuggingJerome Glisse1-0/+1
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse1-0/+1
2010-11-17r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse1-7/+7
2010-10-26r600g: add assembler support for all the kcache fields.Dave Airlie1-0/+5
2010-10-24r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck1-0/+1
2010-10-05r600g: drop use_mem_constant.Dave Airlie1-1/+0
2010-10-01r600g: indentation fixesJerome Glisse1-1/+1
2010-10-01r600g: add assembler support for other vtx fetch fields.Dave Airlie1-0/+5
2010-09-29r600g: more cleanupJerome Glisse1-0/+7
2010-09-19r600g; add uses waterfall to asm cf for r6xx.Dave Airlie1-0/+1
2010-09-15r600g: misc cleanupJohn Doe1-26/+24
2010-09-10r600g: add initial evergreen supportDave Airlie1-0/+1
2010-09-08r600g: add initial bank swizzle support.Dave Airlie1-0/+7
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie1-0/+2
2010-08-30r600g: add initial relative support to assemblerDave Airlie1-0/+2
2010-08-30r600g : add basic loop support.Dave Airlie1-1/+16
2010-08-27r600g: add initial if/else/endif supportDave Airlie1-1/+20
2010-08-19r600g: add a chiprev type for r600/r700/evergreen instead of using familyDave Airlie1-0/+1
2010-08-10r600g: avoid reemiting literal, avoid scheduling empty csJerome Glisse1-0/+1
2010-08-03r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse1-0/+1
2010-07-23r600g: first pass at texture supportJerome Glisse1-0/+29
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse1-0/+112