summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
2010-09-25r600g: add eg poly mode code.Dave Airlie
2010-09-24r600g: Silence 'control reaches end of non-void function' warning.Vinson Lee
2010-09-24r600g: Remove unused variable.Vinson Lee
2010-09-24r600g: Disable unused variables.Vinson Lee
2010-09-24r600g: Remove unused variable.Vinson Lee
2010-09-24r600g: Remove unnecessary header.Vinson Lee
2010-09-24r600g: bring over fix from old path to new pathJerome Glisse
2010-09-24r600g: fix evergreen new pathJerome Glisse
2010-09-24r600g: fix reg definitionJerome Glisse
2010-09-24r600g: fix evergreen new pathJerome Glisse
2010-09-24r600g: fixup some evergreen register definitionsJerome Glisse
2010-09-24r600g: fix compilation after change to evergreend.hJerome Glisse
2010-09-24r600g: evergreen fix for new designJerome Glisse
2010-09-24r600g: break alu clause earlierAndre Maasikas
2010-09-24r600g: fix polygon modeDave Airlie
2010-09-24r600g: fixup sprite coord enable.Dave Airlie
2010-09-24r600g: fix typo in r700 alu emitDave Airlie
2010-09-24r600g: fixup VP->FP output->input routing.Dave Airlie
2010-09-24r600g: fixup tex wrapping.Dave Airlie
2010-09-24r600g: drop index_offset parameter to index buffer translate.Dave Airlie
2010-09-24r600g: fix draw-elements and draw-elements-base-vertexDave Airlie
2010-09-24r600g: some more vertex formatsDave Airlie
2010-09-24r600g: add some more vertex format support.Dave Airlie
2010-09-24r600g: add vert support for 16/16 and 16/16/16 floats.Dave Airlie
2010-09-23r600g: initial evergreen support in new pathJerome Glisse
2010-09-23r600g: Destroy the blitter.Tilman Sauerbeck
2010-09-23r600g: fix warnings since last commit.Dave Airlie
2010-09-23r600g: use blitter to do db->cb flushing.Dave Airlie
2010-09-23r600g: fix depth readback on rv610 and other quirky variants.Dave Airlie
2010-09-23r600g: use floats instead of hex for blit vboDave Airlie
2010-09-22r600g: fix multiple occlusion query on same idJerome Glisse
2010-09-22r600g: disable shader rebuild optimization & account cb flush packetJerome Glisse
2010-09-22r600g: disable dirty handling on texture from depth code.Dave Airlie
2010-09-22r600g: make stencil readback workDave Airlie
2010-09-22r600g: cleanup some of the DB blit codeDave Airlie
2010-09-22r600g: fix typo in struct member nameDave Airlie
2010-09-21r600g: occlusion query for new designJerome Glisse
2010-09-21r600g: fix multi buffer renderingJerome Glisse
2010-09-21r600g: directly allocate bo for user bufferJerome Glisse
2010-09-21r600g: Removed debug code.Tilman Sauerbeck
2010-09-21r600g: fix eg texture borders.Dave Airlie
2010-09-21r600g: fixup evergreen miptree setup.Dave Airlie
2010-09-21r600g: deal with overflow of VTX/TEX CF clauses.Dave Airlie
2010-09-20r600g: use pipe context for flushing inside mapJerome Glisse
2010-09-20r600g: Implemented the Z and W component write for the SCS opcode.Tilman Sauerbeck
2010-09-20r600g: Honour destination operand's writemask in the SCS implementation.Tilman Sauerbeck
2010-09-20r600g: move chip class to radeon common structureJerome Glisse
2010-09-19r600g: Cleanup viewport floats.Corbin Simpson
2010-09-19r600g: Clean up PS setup.Corbin Simpson
2010-09-20r600g: add missing BC_INST wrapper for evergreenDave Airlie