summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: Don't bother testing for empty scissors.Corbin Simpson2010-01-103-28/+0
* r300g: Atomize scissors.Corbin Simpson2010-01-106-26/+22
* r300g: Move TCL bypass switch to main context.Corbin Simpson2010-01-104-36/+31
* r300g: Atomize viewport.Corbin Simpson2010-01-105-30/+26
* r300g: Move ROPCNTL to the top of the emit order.Corbin Simpson2010-01-101-1/+1
* r300g: Don't avoid rewriting ZTOP.Corbin Simpson2010-01-101-9/+9
* r300g: Atomize rasterizer.Corbin Simpson2010-01-108-32/+34
* r300g: Atomize ZTOP.Corbin Simpson2010-01-105-8/+25
* r300g: Atomize DSA.Corbin Simpson2010-01-107-32/+25
* r300g: Atomize UCP.Corbin Simpson2010-01-105-13/+9
* r300g: Atomize blend color.Corbin Simpson2010-01-105-19/+14
* r300g: Start using atoms.Corbin Simpson2010-01-106-12/+42
* r300g: add back-face color VS outputsMarek Olšák2010-01-062-7/+37
* r300g: fix SWTCL stream locations of texture coordinatesMarek Olšák2010-01-061-1/+1
* r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák2010-01-062-2/+10
* r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák2010-01-064-34/+58
* r300g: add WPOSMarek Olšák2010-01-066-3/+124
* r300g: consolidate paramsMarek Olšák2010-01-061-3/+6
* r300g: fix outputting depth in the FSMarek Olšák2010-01-062-3/+18
* r300g: optimize blending by conditionally disabling reads from the colorbufferMarek Olšák2010-01-062-3/+30
* r300g: optimize blending by discarding pixels that don't change the colorbufferMarek Olšák2010-01-062-3/+162
* r300g: fix blending when SRC_ALPHA_SATURATE is usedMarek Olšák2010-01-061-2/+7
* r300g: add missing is_anistropic paramBrian Paul2010-01-061-1/+2
* gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-062-10/+9
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-052-62/+60
|\
| * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-212-62/+60
* | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-042-10/+10
|\ \
| * | r300g: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+1
| * | r300g: Remove comma at end of enumerator list.Vinson Lee2010-01-031-8/+8
| * | r300g: Use C-style comments.Vinson Lee2010-01-021-2/+2
* | | r300: Fix scons build.José Fonseca2010-01-012-4/+10
* | | r300g: fixup for GS additionsDave Airlie2009-12-261-2/+4
* | | gs: fix drivers so they work with geometry shadersZack Rusin2009-12-251-3/+3
* | | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-222-9/+5
|\ \ \ | |_|/ |/| |
| * | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-192-9/+5
* | | r300g: Add a few more params.Corbin Simpson2009-12-201-0/+4
* | | r300g: add texture compare modesMarek Olšák2009-12-196-37/+148
* | | r300g: Fix provoking vertex for non-quads.Corbin Simpson2009-12-181-6/+25
* | | r300g: Respect provoking vertex for trifans.Corbin Simpson2009-12-182-6/+31
* | | r300g: Eliminate a couple more asserts.Corbin Simpson2009-12-181-3/+2
* | | r300g: Nuke r300_vbo.Corbin Simpson2009-12-184-126/+8
* | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-173-10/+11
* | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1719-177/+461
|\ \ \
| * | | r300g: fix emission of which textures are enabledMarek Olšák2009-12-151-1/+12
| * | | r300g: clean up the invariant stateMarek Olšák2009-12-151-10/+3
| * | | r300g: clamp vertex indices to [min,max] everywhereMarek Olšák2009-12-152-7/+6
| * | | r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák2009-12-152-3/+11
| * | | r300g: set the number of colorbuffers in RB3D_CCTLMarek Olšák2009-12-153-3/+6
| * | | r300g: remove unnecessary flush in set_sampler_texturesMarek Olšák2009-12-151-2/+0