aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson2010-01-301-0/+6
* r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson2010-01-301-6/+0
* r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson2010-01-301-3/+2
* r300g: Clean up blend masks, change caps.Corbin Simpson2010-01-281-1/+8
* r300g: Atomize framebuffers.Corbin Simpson2010-01-281-18/+18
* r300g: Remove unnecessary headers.Vinson Lee2010-01-271-2/+0
* r300g: Turn the RS block into an atom.Corbin Simpson2010-01-261-8/+3
* r300g: Make vertex_format into an atom.Corbin Simpson2010-01-261-17/+13
* r300g: Finish and enable immediate mode.Corbin Simpson2010-01-251-22/+0
* Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-251-0/+22
* r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-241-22/+0
* r300g: fix zero-area scissorMarek Olšák2010-01-241-0/+16
* r300g: avoid the use of gotoDave Airlie2010-01-241-3/+1
* r300g: fix flushing harder.Dave Airlie2010-01-241-1/+2
* r300g: fix up buffer emission ordering.Dave Airlie2010-01-231-22/+28
* r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson2010-01-191-1/+4
* r300g: fix polygon offsetMarek Olšák2010-01-181-6/+24
* r300g: disable the MIP filter for NPOT texturesMarek Olšák2010-01-171-6/+12
* r300g: Account for CS space used per atom.Corbin Simpson2010-01-131-4/+14
* r300g: Two dirty state optimizations.Corbin Simpson2010-01-131-8/+6
* r300g: DCE in emit.Corbin Simpson2010-01-131-26/+0
* r300g: add emission of texture tiling bitsMarek Olšák2010-01-121-6/+12
* Revert "r300g: Placate kernel checker by explicitly disabling depth test."Marek Olšák2010-01-121-8/+11
* r300g: Always emit scissors.Corbin Simpson2010-01-121-15/+35
* r300g: Add back dirty state check.Corbin Simpson2010-01-111-0/+4
* r300g: Placate kernel checker by explicitly disabling depth test.Corbin Simpson2010-01-111-11/+8
* r300g: Atomize scissors.Corbin Simpson2010-01-101-7/+2
* r300g: Move TCL bypass switch to main context.Corbin Simpson2010-01-101-24/+20
* r300g: Atomize viewport.Corbin Simpson2010-01-101-9/+4
* r300g: Move ROPCNTL to the top of the emit order.Corbin Simpson2010-01-101-1/+1
* r300g: Atomize rasterizer.Corbin Simpson2010-01-101-17/+19
* r300g: Atomize ZTOP.Corbin Simpson2010-01-101-2/+11
* r300g: Atomize DSA.Corbin Simpson2010-01-101-11/+2
* r300g: Atomize UCP.Corbin Simpson2010-01-101-7/+2
* r300g: Atomize blend color.Corbin Simpson2010-01-101-7/+2
* r300g: Start using atoms.Corbin Simpson2010-01-101-5/+9
* r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák2010-01-061-2/+9
* r300g: add WPOSMarek Olšák2010-01-061-0/+22
* r300g: fix outputting depth in the FSMarek Olšák2010-01-061-0/+17
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-2/+2
|\
| * r300g: Use C-style comments.Vinson Lee2010-01-021-2/+2
* | r300g: add texture compare modesMarek Olšák2009-12-191-4/+13
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-4/+4
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-39/+107
|\ \
| * | r300g: fix emission of which textures are enabledMarek Olšák2009-12-151-1/+12
| * | r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák2009-12-151-3/+10
| * | r300g: set the number of colorbuffers in RB3D_CCTLMarek Olšák2009-12-151-1/+4
| * | r300g: always disable unused colorbuffersMarek Olšák2009-12-091-1/+14
| * | r300g: make pow(0,0) return 1 instead of NaN in the R500 fragment shaderMarek Olšák2009-12-091-1/+1
| * | r300g: clean up r300_emit_aosMarek Olšák2009-12-091-26/+45