summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.c
AgeCommit message (Expand)Author
2011-01-25r600g: FLT_TO_INT* are vector instructions on Evergreen.Henri Verbeet
2011-01-21r600g: FLT_TO_INT_FLOOR is trans instructionAlex Deucher
2011-01-19r600g: fix reserve_cfile for R700+Christian König
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet
2011-01-16r600g: fix alu inst group merging for relative adressingChristian König
2011-01-16r600d: fix some bugs added reworking literal handlingChristian König
2011-01-14r600g: compiler helper opcode fixes for evergreenAlex Deucher
2011-01-14r600g: pass r600_bc to some addition compiler helper functionsAlex Deucher
2011-01-14r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR case.Vinson Lee
2011-01-14r600g: add more missing instructions to r600_bc_get_num_operandsChristian König
2011-01-13r600g: Move declaration before code in r600_asm.c.Vinson Lee
2011-01-13r600g: rework literal handlingChristian König
2011-01-13r600g: merge alu groupsChristian König
2011-01-13r600g: implement replacing gpr with pv and psChristian König
2011-01-13r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operandsChristian König
2011-01-13r600g: rework bank swizzle codeChristian König
2011-01-13r600g: fix alu slot assignmentChristian König
2011-01-13r600g: optimize away CF ALU instructions even if type doesn't matchChristian König
2011-01-13r600g: Silence uninitialized variable warnings.Vinson Lee
2011-01-12r600g: also look at tex inst when for maximum gpu countChristian König
2011-01-12r600g: implement output modifiers and use them to further optimize LRPChristian König
2011-01-12r600g: optimize away CF_INST_POPChristian König
2011-01-12r600g: fix alu dumpingChristian König
2011-01-12r600g: improve r600_bc_dumpChristian König
2011-01-12r600g: fix tex and vtx joiningChristian König
2011-01-07r600g: Split ALU clauses based on used constant cache lines.Henri Verbeet
2011-01-07r600g: Consistently use the copy of the alu instruction in r600_bc_add_alu_ty...Henri Verbeet
2011-01-07r600g: Store kcache settings as an array.Henri Verbeet
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher
2011-01-04r600g: support up to 64 shader constantsAlex Deucher
2010-12-07r600g: remove dead codeJerome Glisse
2010-12-06r600g: build fetch shader from vertex elementsJerome Glisse
2010-12-03r600g: dump raw shader output for debuggingJerome Glisse
2010-11-22r600g: add support for ontario APUsAlex Deucher
2010-11-19r600g: use meaningful defines for chiprevAlex Deucher
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-11-17r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse
2010-10-27r600g: Silence uninitialized variable warnings.Vinson Lee
2010-10-26r600g: add assembler support for all the kcache fields.Dave Airlie
2010-10-24r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck
2010-10-05r600g: drop use_mem_constant.Dave Airlie
2010-10-01r600g: add assembler support for other vtx fetch fields.Dave Airlie
2010-09-29r600g: delete old pathJerome Glisse
2010-09-24r600g: break alu clause earlierAndre Maasikas
2010-09-21r600g: deal with overflow of VTX/TEX CF clauses.Dave Airlie
2010-09-19r600g: only emit uses waterfall on r6xx hw.Dave Airlie
2010-09-19r600g; add uses waterfall to asm cf for r6xx.Dave Airlie
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