summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-14r300g: Cleanup from last few commits.Corbin Simpson
2010-01-14r300g: Really destroy translated buffer at the end.Łukasz Krotowski
2010-01-13r300g: Use indices to translate index buffers of ubytes.Corbin Simpson
2010-01-13r300g: Disable immediate mode rendering for now.Corbin Simpson
2010-01-13r300g: Account for CS space used per atom.Corbin Simpson
2010-01-13r300g: Two dirty state optimizations.Corbin Simpson
2010-01-13r300g: DCE in emit.Corbin Simpson
2010-01-12r300g: Lower the immd mode threshold.Corbin Simpson
2010-01-12r300g: Fix is_r400 status for rs4xx and rc4xx.Corbin Simpson
2010-01-12r300g: Switch to immediate mode for tiny renders.Corbin Simpson
2010-01-12r300g: emit blend LTE/GTE thresholds on >=RV350Marek Olšák
2010-01-12r300g: update the texture initialization so that it respects tilingMarek Olšák
2010-01-12r300g: add emission of texture tiling bitsMarek Olšák
2010-01-12r300g: add is_r400 flagMarek Olšák
2010-01-12r300g: silence a warningMarek Olšák
2010-01-12r300g: only emit scissor when neededMarek Olšák
2010-01-12Revert "r300g: Placate kernel checker by explicitly disabling depth test."Marek Olšák
2010-01-12r300g: mark all states as dirty after flushMarek Olšák
2010-01-12r300g: Always emit scissors.Corbin Simpson
2010-01-11r300g: Add back dirty state check.Corbin Simpson
2010-01-11r300g: Placate kernel checker by explicitly disabling depth test.Corbin Simpson
2010-01-11r300g: Avoid segfault on binding null RS state.Corbin Simpson
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-10r300g: Don't bother testing for empty scissors.Corbin Simpson
2010-01-10r300g: Atomize scissors.Corbin Simpson
2010-01-10r300g: Move TCL bypass switch to main context.Corbin Simpson
2010-01-10r300g: Atomize viewport.Corbin Simpson
2010-01-10r300g: Move ROPCNTL to the top of the emit order.Corbin Simpson
2010-01-10r300g: Don't avoid rewriting ZTOP.Corbin Simpson
2010-01-10r300g: Atomize rasterizer.Corbin Simpson
2010-01-10r300g: Atomize ZTOP.Corbin Simpson
2010-01-10r300g: Atomize DSA.Corbin Simpson
2010-01-10r300g: Atomize UCP.Corbin Simpson
2010-01-10r300g: Atomize blend color.Corbin Simpson
2010-01-10r300g: Start using atoms.Corbin Simpson
2010-01-08r300g: Silence unused variable warnings.Vinson Lee
2010-01-06r300g: add back-face color VS outputsMarek Olšák
2010-01-06r300g: fix SWTCL stream locations of texture coordinatesMarek Olšák
2010-01-06r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák
2010-01-06r300g: add WPOSMarek Olšák
2010-01-06r300g: consolidate paramsMarek Olšák
2010-01-06r300g: fix outputting depth in the FSMarek Olšák
2010-01-06r300g: optimize blending by conditionally disabling reads from the colorbufferMarek Olšák
2010-01-06r300g: optimize blending by discarding pixels that don't change the colorbufferMarek Olšák
2010-01-06r300g: fix blending when SRC_ALPHA_SATURATE is usedMarek Olšák
2010-01-06r300g: add missing is_anistropic paramBrian Paul
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri