summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.c
AgeCommit message (Expand)Author
2011-03-15r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...Henri Verbeet
2011-03-14r600g: Move fetch shader register setup to r600_state.c / evergreen_state.c.Henri Verbeet
2011-03-09r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König
2011-03-09r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König
2011-03-06r600g: use long long integers for instance addr calculationChristian König
2011-03-05r600g: simplify instance addr calculationChristian König
2011-03-05r600g: fix fragment shader size calculationChristian König
2011-03-03r600g: correct mega_fetch_count in fetch shaderChristian König
2011-02-28r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher
2011-02-28r600g: indentation fixesJerome Glisse
2011-02-28r600g: implement instanced drawing supportChristian König
2011-02-18r600g: Start a new TEX clause if the texture lookup address was fetched in th...Fabian Bieler
2011-02-18r600g: Add support to dump vertex- and texture-fetch clausesFabian Bieler
2011-02-07r600g: Set the fetch type in r600_bc_vtx_build().Henri Verbeet
2011-02-07r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands().Henri Verbeet
2011-02-07r600g: Split r600_bc_alu_src.Henri Verbeet
2011-02-07r600g: use the new vertex buffer managerMarek Olšák
2011-02-03r600g: Make some more things static.Henri Verbeet
2011-02-03r600g: Get rid of the unused r600_cf_vtx_tc() function.Henri Verbeet
2011-02-02r600g: use burst exports in shadersChristian König
2011-01-31r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie
2011-01-30r600g: fix vertex format fallbackMarek Olšák
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