summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
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
2011-01-12r600g: optimize temp register handling for LRPChristian König
2011-01-12r600g: optimize away CF_INST_POPChristian König
2011-01-12r600g: make dumping of shaders an optionChristian König
2011-01-12r600g: fix alu dumpingChristian König
2011-01-12r600g: improve r600_bc_dumpChristian König
2011-01-12r600g: texture instructions also work fine with TGSI_FILE_INPUTChristian König
2011-01-12r600g: DP4 also supports writemaskingChristian König
2011-01-12r600g: Why all this fiddling with tgsi_helper_copy?Christian König
2011-01-12r600g: fix tex and vtx joiningChristian König
2011-01-11r600g: Fixed SIN/COS/SCS for the case where the operand is a literal.Tilman Sauerbeck
2011-01-11r600g: move user fence into base radeon structureJerome Glisse
2011-01-07r600g: Also set const_offset if the buffer is not a user buffer in r600_uploa...Henri Verbeet
2011-01-07r600g: Update some comments for Evergreen.Henri Verbeet
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-07r600g: allow constant buffers to be user buffers.Dave Airlie
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher
2011-01-04r600g: support up to 64 shader constantsAlex Deucher
2010-12-24r600g: r600_blit_uncompress_depth() can't fail.Henri Verbeet
2010-12-24r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet
2010-12-24r600g: hack around property unknown issues.Dave Airlie
2010-12-23r600g: Rearrange print order of outputs of R600_ERR.Vinson Lee
2010-12-22r600g: Remove the unused "pframebuffer" field from r600_pipe_context.Henri Verbeet
2010-12-22r600g: drop unused code in evergreen.Dave Airlie
2010-12-22r600g: fix evergreen segfaults.Dave Airlie
2010-12-21r600g: avoid segfaultJerome Glisse
2010-12-20r600g: properly unset vertex bufferJerome Glisse
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-15r600g: fix pow(0, 0) evaluating to NaNFredrik Höglund
2010-12-15r600g: need to reference upload buffer as the might still live accross flushJerome Glisse
2010-12-14r600g: fix segfault when translating vertex bufferJerome Glisse
2010-12-12r600g: fix rendering with a vertex attrib having a zero strideAlex Deucher
2010-12-09r600g: Fix SCons build.Vinson Lee
2010-12-09r600g: indentation cleanupJerome Glisse
2010-12-09r600g: specialized upload managerJerome Glisse
2010-12-07r600g: remove dead codeJerome Glisse
2010-12-06r600g: avoid useless shader rebuild at draw callJerome Glisse