summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_emit.c
AgeCommit message (Expand)Author
2010-01-30Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson
2010-01-30r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson
2010-01-30r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson
2010-01-28r300g: Clean up blend masks, change caps.Corbin Simpson
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-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-24r300g: fix zero-area scissorMarek Olšák
2010-01-24r300g: avoid the use of gotoDave Airlie
2010-01-24r300g: fix flushing harder.Dave Airlie
2010-01-23r300g: fix up buffer emission ordering.Dave Airlie
2010-01-19r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson
2010-01-18r300g: fix polygon offsetMarek Olšák
2010-01-17r300g: disable the MIP filter for NPOT texturesMarek Olšák
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: add emission of texture tiling bitsMarek Olšák
2010-01-12Revert "r300g: Placate kernel checker by explicitly disabling depth test."Marek 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-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: 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-06r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák
2010-01-06r300g: add WPOSMarek Olšák
2010-01-06r300g: fix outputting depth in the FSMarek Olšák
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-02r300g: Use C-style comments.Vinson Lee
2009-12-19r300g: add texture compare modesMarek Olšák
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-15r300g: fix emission of which textures are enabledMarek Olšák
2009-12-15r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák
2009-12-15r300g: set the number of colorbuffers in RB3D_CCTLMarek Olšák
2009-12-09r300g: always disable unused colorbuffersMarek Olšák
2009-12-09r300g: make pow(0,0) return 1 instead of NaN in the R500 fragment shaderMarek Olšák
2009-12-09r300g: clean up r300_emit_aosMarek Olšák