summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | r300g: remove redundant code and clean upMarek Olšák2009-12-061-7/+12
| * | r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer2009-12-051-2/+7
| * | radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák2009-12-041-2/+0
| * | r300g, radeong: fix the CS overflowMarek Olšák2009-12-041-1/+8
| * | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-6/+6
* | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-6/+7
|/ /
* | r300g,llvmpipe: fix some more merge problemsRoland Scheidegger2009-11-271-2/+2
* | r300g: use util_bitcount()Brian Paul2009-11-231-17/+2