summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
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
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-21softpipe: add missing calls to set draw vertex samplers/viewsBrian Paul
2010-09-21r600g: fix multi buffer renderingJerome Glisse
2010-09-21r600g: directly allocate bo for user bufferJerome Glisse
2010-09-21llvmpipe: When failing free fs shader too.José Fonseca
2010-09-21llvmpipe: Describe how to profile llvmpipe.José Fonseca
2010-09-21Merge branch 'sprite-coord'Brian Paul
2010-09-21llvmpipe: fix flatshading in new line codeKeith Whitwell
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