aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell2010-06-071-1/+0
* llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell2010-06-078-10/+135
* cell/spu: divorce from tgsi_exec.hKeith Whitwell2010-06-073-2/+161
* r300g: fix 24-bit depth texturingMarek Olšák2010-06-072-1/+4
* r600g: add shader literal constant supportJerome Glisse2010-06-063-14/+75
* r300g: workaround index bias on chipsets that do not support itMarek Olšák2010-06-063-47/+164
* gallium: always build drivers/swJoakim Sindholt2010-06-051-7/+9
* r600g: split instruction into scalarJerome Glisse2010-06-054-147/+142
* Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger2010-06-051-2/+0
* i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger2010-06-051-2/+2
* llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger2010-06-051-0/+2
* llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca2010-06-051-0/+2
* mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-052-0/+3
* llvmpipe: new -s option to run single testBrian Paul2010-06-047-3/+63
* llvmpipe: Do unswizzling in parallel when flushing for transfers.José Fonseca2010-06-041-0/+7
* r600g: implement clear_{render_target, depth_stencil}, resource_copy_regionMarek Olšák2010-06-041-0/+17
* r600g: make blit functions static (private)Marek Olšák2010-06-044-54/+34
* r600g: use cast wrappersMarek Olšák2010-06-047-35/+51
* r600g: Move declaration before code.Vinson Lee2010-06-031-1/+2
* nv50: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* svga: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* llvmpipe: Fix uninitialized variable on non-debug builds.Vinson Lee2010-06-031-0/+1
* r600g: added code for depthtestingBas Nieuwenhuizen2010-06-031-5/+24
* r600g: adapt to interface changesRoland Scheidegger2010-06-033-22/+45
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-0335-196/+494
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-039-147/+147
| * llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-298-28/+113
| * i965g: adapt to clear interface changesRoland Scheidegger2010-05-293-12/+66
| * i915g: adapt to clear interface changesRoland Scheidegger2010-05-297-29/+72
| * r300g: adapt to clear interface changesRoland Scheidegger2010-05-292-10/+31
| * nv50: adapt to clear interface changesRoland Scheidegger2010-05-293-18/+22
| * nvfx: adapt to clear interface changesRoland Scheidegger2010-05-292-11/+29
| * svga: adapt to clear interface changesRoland Scheidegger2010-05-293-4/+8
| * softpipe: adapt to clear interface changesRoland Scheidegger2010-05-292-1/+2
| * rbug: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
| * trace: adapt to clear interface changesRoland Scheidegger2010-05-291-25/+53
| * identity: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
| * fo: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+2
| * cell: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+0
* | llvmpipe: Number shaders/variants for more reproducible function names in the...José Fonseca2010-06-032-7/+28
* | r300g: use util/u_debugJoakim Sindholt2010-06-031-54/+5
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-035-66/+66
* | scons: Handle Python OSError exception when missing libdrm_radeon.Vinson Lee2010-06-031-1/+5
* | r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740Marek Olšák2010-06-031-2/+14
* | llvmpipe: Fix bad logic.José Fonseca2010-06-021-1/+1
* | llvmpipe: Remove unnecessary header.Vinson Lee2010-06-021-1/+0
* | llvmpipe: Fix typo in assert.José Fonseca2010-06-021-1/+1
* | llvmpipe: Per quad interpolation.José Fonseca2010-06-022-190/+136
* | llvmpipe: Minor cleanup to the interpolator.José Fonseca2010-06-022-46/+54
* | llvmpipe: Centralize all position interpolation in lp_bld_interp.c.José Fonseca2010-06-023-51/+43