summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
2011-02-01r600g: Actually use the info from the flushed depth texture when creating a s...Henri Verbeet
2011-01-31r600g: fix invalid ref count handling in r600_set_constant_bufferChristian König
2011-01-31r600g: fix OQ on evergreenAlex Deucher
2011-01-31r600g: fix occlusion query results.Dave Airlie
2011-01-30r600g: remove some non-existent evergreen reg fieldsAlex Deucher
2011-01-31r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie
2011-01-31r600g: handle the write all cbufs property.Dave Airlie
2011-01-30r600g: Update the flushed depth texture after drawing to the corresponding te...Henri Verbeet
2011-01-30r600g: Fix void pointer arithmetic.Vinson Lee
2011-01-30r600g: fixes a segfault in the piglit fbo-genmipmap-formats test.Dave Airlie
2011-01-30r600g: upload translated indices via the uploaderMarek Olšák
2011-01-30r600g: rework vertex format fallbackMarek Olšák
2011-01-30r600g: fix vertex format fallbackMarek Olšák
2011-01-30r600g: rework vertex buffer uploadsMarek Olšák
2011-01-30r600g: consolidate set_constant_buffer functionsMarek Olšák
2011-01-30r600g: consolidate vertex_buffer_update functionsMarek Olšák
2011-01-30r600g: consolidate draw_vbo functions (v2)Marek Olšák
2011-01-30r600g: make r600_drawl inherit pipe_draw_infoMarek Olšák
2011-01-30r600g: add back u_upload_mgr integrationMarek Olšák
2011-01-28r600g: handle PIPE_CAP_ARRAY_TEXTURESMarek Olšák
2011-01-25r600g: Implement timer queries.Mathias Fröhlich
2011-01-25r600g: FLT_TO_INT* are vector instructions on Evergreen.Henri Verbeet
2011-01-21r600g: check if hardware blits are possible bevore enabling tillingChristian König
2011-01-21r600g: FLT_TO_INT_FLOOR is trans instructionAlex Deucher
2011-01-19r600g: fix segfault if texture operand is a literalChristian König
2011-01-19r600g: fix reserve_cfile for R700+Christian König
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet
2011-01-18r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.Henri Verbeet
2011-01-18r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().Henri Verbeet
2011-01-16r600g: fix PIPE_CAP_INSTANCED_DRAWING warningChristian König
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-15r600g: Fix some register value name typos.Henri Verbeet
2011-01-15r600g: Get rid of r600_translate_vertex_data_type().Henri Verbeet
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: use special constants for 0, 1, -1, 1.0f, 0.5f etcChristian König