summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-09-25llvmpipe: handle up to 8 planes in triangle binnerKeith Whitwell
2010-09-25llvmpipe: handle FACING interpolants in line and point setupKeith Whitwell
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-24r300g: Silence uninitialized variable warning.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-24llvmpipe: make texture border_color dynamic stateBrian Paul
2010-09-24llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul
2010-09-24r600g: fix compilation after change to evergreend.hJerome Glisse
2010-09-24r600g: evergreen fix for new designJerome Glisse
2010-09-24nvfx: add RGB framebuffer format support in addition to BGRLuca Barbieri
2010-09-24nvfx: allow setting NULL constant buffersLuca Barbieri
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-24r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8Marek Olšák
2010-09-24r300g: fix a copy-paste typo for loggingMarek Olšák
2010-09-23r300g: Always try to build libr300compiler.aTom Stellard
2010-09-24r300g: fix point sprite coord.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-22rbug: fix rbug when contexts are being destroyedZack Rusin
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-22llvmpipe: fix sprite texcoord setup for non-projective texturingBrian Paul
2010-09-22llvmpipe: Make rgb/alpha bland func/factors match, when there is no alpha.José Fonseca
2010-09-22llvmpipe: Special case complementary and identify blend factors in SoA.José Fonseca
2010-09-22nvfx: remove gl_PointCoord hackLuca Barbieri
2010-09-22r600g: disable dirty handling on texture from depth code.Dave Airlie
2010-09-22r600g: make stencil readback workDave Airlie