summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xxMarek Olšák2009-12-151-1/+7
| * | | r300g: add acceleration of the clear, surface_copy, and surface_fill functionsMarek Olšák2009-12-157-45/+162
| * | | r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák2009-12-094-25/+29
| * | | 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-093-26/+59
| |/ /
| * | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-4/+6
| |\ \
| | * | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-081-4/+6
| | * | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-2/+2
| * | | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-071-1/+1
| | |\ \
| | | * | r300g: use $(MAKE) variableColeman Kane2009-12-041-1/+1