summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50: make address reg allocation a little less hackyChristoph Bumiller2009-12-201-24/+28
* nv50: use BREAKADDR and BREAK for loopsChristoph Bumiller2009-12-201-47/+75
* nv50: handle TGSI_OPCODE_RET,KILPChristoph Bumiller2009-12-201-28/+54
* 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-1726-134/+152
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1797-1593/+2688
|\
| * llvmpipe: add LP_DEBUG env varJosé Fonseca2009-12-163-59/+151
| * llvmpipe: fix broken TGSI_OPCODE_FRC codegenBrian Paul2009-12-161-1/+1
| * llvmpipe: fix broken lp_build_abs()Brian Paul2009-12-161-1/+2
| * 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
| * llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx.José Fonseca2009-12-151-1/+1
| * llvmpipe: Fix lp_build_polynomial comment.José Fonseca2009-12-151-1/+1
| * llvmpipe: Fix typo in lp_build_log constant.José Fonseca2009-12-151-1/+1
| * llvmpipe: Fix bad SI -> FP conversion into lp_build_log2_approx.José Fonseca2009-12-151-1/+1
| * nouveau: avoid running out of relocsMaarten Maathuis2009-12-1411-18/+76
| * nv50: be more cautious about using reg_instanceChristoph Bumiller2009-12-141-17/+10
| * nv50: store immediates as uint32Christoph Bumiller2009-12-142-33/+31
| * nouveau: nv50: Add missing ctor_immd_4u32 functionPatrice Mandin2009-12-131-2/+15
| * nv50: add proper zslice offset in miptree_surfaceChristoph Bumiller2009-12-132-20/+21
| * nv50: use m2mf z pos instead of calculating offset manuallyChristoph Bumiller2009-12-131-13/+10
| * nv50: add craziness for non-constant TXB and TXLChristoph Bumiller2009-12-131-44/+204
| * Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (...Patrice Mandin2009-12-121-3/+0
| * nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow c...Patrice Mandin2009-12-121-0/+3
| * nv50: support TXB and TXLChristoph Bumiller2009-12-122-57/+108
| * nv50: add S8Z24 depth texture format tooChristoph Bumiller2009-12-123-0/+3
| * nv50: fix depth comparison func TSC bitsChristoph Bumiller2009-12-121-2/+3
| * nv50: add src_mask case for IF opcodeChristoph Bumiller2009-12-121-0/+2
| * nv50: plug memory leak in miptree creation/destructionChristoph Bumiller2009-12-121-0/+6
| * nv50: use copies of tgsi src nv50_regsChristoph Bumiller2009-12-121-26/+22
| * nv50: support vertex program texturesChristoph Bumiller2009-12-125-74/+156
| * Merge branch 'mesa_7_7_branch'Brian Paul2009-12-114-19/+39
| |\
| | * svga: Add a missing dependency from the prescale state.José Fonseca2009-12-111-1/+2
| | * svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca2009-12-111-0/+9
| | * svga: Keep tight control of texture handle ownership.José Fonseca2009-12-112-17/+27
| | * svga: Fix mixed signed comparisons.José Fonseca2009-12-111-1/+1
| * | 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