summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_asm.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: Store the chip class directly in r600_bc.Henri Verbeet2011-07-091-44/+4
* r600g: Replace the CHIPREV_* defines with the chip_class enum.Henri Verbeet2011-07-091-68/+68
* r600g: Store the chip class in r600_pipe_context.Henri Verbeet2011-07-091-2/+2
* r600g: eg+ support for FS_COLOR0_WRITES_ALL_CBUFSAlex Deucher2011-06-241-0/+2
* r600g: add TXD support.Dave Airlie2011-06-151-0/+3
* r600g: Put shaders into immutable buffers.Mathias Fröhlich2011-06-131-1/+1
* gallium: s/bool/boolean/Brian Paul2011-06-081-2/+2
* r600g: prepare for passing ctx into _r600_pipe_state_add_regDave Airlie2011-06-021-2/+2
* r600g: add llano supportAlex Deucher2011-05-311-0/+2
* r600g: add initial cayman acceleration support.Dave Airlie2011-05-251-32/+101
* r600g: Unify comment style somewhat.Henri Verbeet2011-04-251-36/+36
* r600g: Cleanup the big endian support a bit.Henri Verbeet2011-04-251-21/+9
* r600g: fix bank swizzle calcs for scalar only operations.Dave Airlie2011-04-241-15/+25
* r600g: PV/PS have cycle restrictions in scalar operationsDave Airlie2011-04-241-2/+6
* 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