summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | nouveau: use boolean instead of boolRoland Scheidegger2009-12-086-6/+6
* | cell: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
* | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-0810-21/+29
|\ \
| * | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-082-6/+9
| * | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-076-14/+16
| * | identity: fix copy&paste errorRoland Scheidegger2009-12-041-1/+1
| * | svga: fix another pipe_reference strict aliasing violationRoland Scheidegger2009-12-041-1/+2
| * | gallium: fix remaining users of pipe_reference functionRoland Scheidegger2009-12-031-1/+2
| * | gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-1/+2
* | | move assert to avoid crash in debug build.Alan Hourihane2009-12-081-1/+2
* | | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-082-4/+4
|\ \ \ | | |/ | |/|
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-081-3/+3
| |\ \
| | * | llvmpipe: Initialize variables in emit_instruction.Vinson Lee2009-12-071-3/+3
| * | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-071-1/+1
| |\| |