aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | r300g: Clean up previous commit.Corbin Simpson2009-12-061-11/+15
| * | | | r300g: enhance ZTOP conditionsMarek Olšák2009-12-061-6/+31
| * | | | r300g: don't render if everything is culled by scissoringMarek Olšák2009-12-063-0/+29
| * | | | r300g: remove redundant code and clean upMarek Olšák2009-12-063-46/+57
| * | | | r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer2009-12-053-2/+28
| * | | | 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-042-2/+9
| * | | | r300g: fix warningsMarek Olšák2009-12-042-2/+4
| * | | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-043-19/+14
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-023-19/+14
* | | | | s/desc->type/desc->channel[0].type/Michal Krol2009-12-171-2/+2
* | | | | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+4
* | | | | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-4/+2
* | | | | Format layout cannot be used to distinguish scaled/normalised formats.Michal Krol2009-12-081-1/+1
* | | | | Remove remaining pipe format utility functions.Michal Krol2009-12-081-30/+32
* | | | | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-4/+9
* | | | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-6/+7
* | | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ / / /
* | | | r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson2009-12-028-86/+23
* | | | r300g: No vertex textures here.Corbin Simpson2009-12-021-0/+7
* | | | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-15/+16
|\ \ \ \
| * | | | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-7/+7