summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\| |
| | * | r300g: use $(MAKE) variableColeman Kane2009-12-041-1/+1
* | | | softpipe: sp_winsys.h should define/include what it needs.Corbin Simpson2009-12-061-1/+3
* | | | r300g: Clean up previous commit.Corbin Simpson2009-12-061-11/+15
* | | | r300g: enhance ZTOP conditionsMarek Olšák2009-12-061-6/+31
* | | | nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton2009-12-0610-2/+17
* | | | 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
* | | | svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca2009-12-052-4/+43
* | | | svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca2009-12-053-687/+687
* | | | llvmpipe: Tweak disassembly to match gdb.José Fonseca2009-12-051-2/+8
* | | | llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca2009-12-051-1/+2