summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_asm.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: add big endian support for r6xx/r7xxCédric Cano2011-04-191-4/+29
* r600g: Check for relative addressing in destination register when trying to m...Fabian Bieler2011-03-221-1/+8
* r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...Henri Verbeet2011-03-151-3/+6
* r600g: Move fetch shader register setup to r600_state.c / evergreen_state.c.Henri Verbeet2011-03-141-18/+2
* r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König2011-03-091-25/+1
* r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König2011-03-091-2/+20
* r600g: split R600 and R700 CF generation for VTX and TEXChristian König2011-03-091-4/+12
* r600g: use long long integers for instance addr calculationChristian König2011-03-061-1/+1
* r600g: simplify instance addr calculationChristian König2011-03-051-47/+4
* r600g: fix fragment shader size calculationChristian König2011-03-051-8/+9
* r600g: correct mega_fetch_count in fetch shaderChristian König2011-03-031-1/+1
* r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher2011-02-281-0/+1
* r600g: indentation fixesJerome Glisse2011-02-281-24/+24
* r600g: implement instanced drawing supportChristian König2011-02-281-75/+155
* r600g: Start a new TEX clause if the texture lookup address was fetched in th...Fabian Bieler2011-02-181-0/+12
* r600g: Add support to dump vertex- and texture-fetch clausesFabian Bieler2011-02-181-1/+56
* r600g: Set the fetch type in r600_bc_vtx_build().Henri Verbeet2011-02-071-0/+1
* r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands().Henri Verbeet2011-02-071-0/+2
* r600g: Split r600_bc_alu_src.Henri Verbeet2011-02-071-4/+3
* r600g: use the new vertex buffer managerMarek Olšák2011-02-071-3/+3
* r600g: Make some more things static.Henri Verbeet2011-02-031-3/+3
* r600g: Get rid of the unused r600_cf_vtx_tc() function.Henri Verbeet2011-02-031-36/+0
* r600g: use burst exports in shadersChristian König2011-02-021-2/+34
* r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie2011-01-311-1/+16
* r600g: fix vertex format fallbackMarek Olšák2011-01-301-7/+1
* r600g: FLT_TO_INT* are vector instructions on Evergreen.Henri Verbeet2011-01-251-2/+2
* r600g: FLT_TO_INT_FLOOR is trans instructionAlex Deucher2011-01-211-0/+1
* r600g: fix reserve_cfile for R700+Christian König2011-01-191-19/+17
* r600g: Kill trailing whitespace.Henri Verbeet2011-01-181-16/+16
* r600g: fix alu inst group merging for relative adressingChristian König2011-01-161-1/+13
* r600d: fix some bugs added reworking literal handlingChristian König2011-01-161-20/+31
* r600g: compiler helper opcode fixes for evergreenAlex Deucher2011-01-141-120/+265
* r600g: pass r600_bc to some addition compiler helper functionsAlex Deucher2011-01-141-55/+62
* r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR case.Vinson Lee2011-01-141-0/+2
* r600g: add more missing instructions to r600_bc_get_num_operandsChristian König2011-01-141-1/+5
* r600g: Move declaration before code in r600_asm.c.Vinson Lee2011-01-131-1/+3
* r600g: rework literal handlingChristian König2011-01-131-72/+117
* r600g: merge alu groupsChristian König2011-01-131-37/+149
* r600g: implement replacing gpr with pv and psChristian König2011-01-131-4/+60
* r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operandsChristian König2011-01-131-0/+1
* r600g: rework bank swizzle codeChristian König2011-01-131-179/+174
* r600g: fix alu slot assignmentChristian König2011-01-131-15/+167
* r600g: optimize away CF ALU instructions even if type doesn't matchChristian König2011-01-131-3/+16
* r600g: Silence uninitialized variable warnings.Vinson Lee2011-01-131-4/+4
* r600g: also look at tex inst when for maximum gpu countChristian König2011-01-121-1/+7
* r600g: implement output modifiers and use them to further optimize LRPChristian König2011-01-121-0/+2
* r600g: optimize away CF_INST_POPChristian König2011-01-121-0/+8
* r600g: fix alu dumpingChristian König2011-01-121-19/+13
* r600g: improve r600_bc_dumpChristian König2011-01-121-28/+131
* r600g: fix tex and vtx joiningChristian König2011-01-121-2/+2