summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state.c
AgeCommit message (Expand)Author
2010-01-30r300g: Independent blend enables only work on r500.Corbin Simpson
2010-01-28r300g: Clean up blend masks, change caps.Corbin Simpson
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28r300g: Atomize framebuffers.Corbin Simpson
2010-01-27r300g: Remove unnecessary headers.Vinson Lee
2010-01-26r300g: Turn the RS block into an atom.Corbin Simpson
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson
2010-01-25r300g: Finish and enable immediate mode.Corbin Simpson
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson
2010-01-25r300g: adapt to blend changesRoland Scheidegger
2010-01-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-18r300g: fix polygon offsetMarek Olšák
2010-01-16r300g: Respect fill modes in indices fallback.Corbin Simpson
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-13r300g: Account for CS space used per atom.Corbin Simpson
2010-01-12r300g: only emit scissor when neededMarek Olšák
2010-01-12r300g: Always emit scissors.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: Atomize rasterizer.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-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: 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-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-19r300g: add texture compare modesMarek Olšák
2009-12-18r300g: Respect provoking vertex for trifans.Corbin Simpson
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-15r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák
2009-12-15r300g: remove unnecessary flush in set_sampler_texturesMarek Olšák
2009-12-09r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-06r300g: don't render if everything is culled by scissoringMarek Olšák
2009-12-06r300g: remove redundant code and clean upMarek Olšák
2009-12-05r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer
2009-12-02r300g: No vertex textures here.Corbin Simpson