summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* i915g: Remove another TODO item which was done a while ago.Stéphane Marchesin2011-10-081-3/+0
* i915g: Remove a TODO item.Stéphane Marchesin2011-10-081-1/+0
* i915g: Fix comment.Stéphane Marchesin2011-10-081-1/+1
* i915g: Implement vertex textures.Stéphane Marchesin2011-10-084-62/+230
* i915g: Silence warning.Stéphane Marchesin2011-10-081-1/+1
* i915g: Remove old heuristic flusing remains.Stéphane Marchesin2011-10-081-20/+0
* i915g: Cleanup caps code a bit.Stéphane Marchesin2011-10-081-7/+6
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-1/+1
* r300g: remove unused r300_resource::tex_offsetMarek Olšák2011-10-085-16/+6
* r300g: disable stream output on SWTCL chipsetsMarek Olšák2011-10-081-1/+1
* i915g: Add two new unsupported PIPE_CAPs.Stéphane Marchesin2011-10-071-0/+2
* i915g: handle seperate stencil clearDaniel Vetter2011-10-071-0/+10
* i915g: actually try to clear 16bit depth bufsDaniel Vetter2011-10-071-1/+1
* i915g: hw can't fastclear both depth and color when bbp doesn't matchDaniel Vetter2011-10-071-29/+93
* i915g: disable scissor in fast clearDaniel Vetter2011-10-071-4/+6
* i915g: add some obscure sampler formatsDaniel Vetter2011-10-071-1/+3
* i915g: fixup clear params emissionDaniel Vetter2011-10-071-1/+8
* i915g: make fixup swizzle into a real hw stateDaniel Vetter2011-10-073-41/+45
* i915g: Announce GL 2.0.Stéphane Marchesin2011-10-061-1/+1
* i915g: Silence warning.Stéphane Marchesin2011-10-061-1/+1
* i915g: Fix comment.Stéphane Marchesin2011-10-051-1/+1
* llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca2011-10-052-16/+33
* llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca2011-10-054-5/+31
* softpipe: fix Z interpolation invariance bugBrian Paul2011-10-041-1/+10
* softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul2011-10-041-0/+2
* r300g: fix rendering with a non-zero index bias in draw_elements_immediateMarek Olšák2011-10-041-1/+3
* r600g: fix parsing TGSI declarationsMarek Olšák2011-10-041-2/+2
* r300/compiler: Fix error in OMOD optimizationTom Stellard2011-10-021-0/+16
* r300/compiler: Rewrite source swizzles when using OMODTom Stellard2011-10-021-1/+6
* r300/compiler: Fix rc_normal_rewrite_writemask()Tom Stellard2011-10-021-5/+4
* r300/compiler: Use consistent src swizzles for transcendent instructionsTom Stellard2011-10-025-6/+33
* r600g: fix a compiler warningMarek Olšák2011-09-301-0/+1
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-304-0/+3219
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-3010-65/+22
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-302-2/+2
* r600g: remove struct radeon (or what's left of it)Marek Olšák2011-09-303-24/+5
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-304-15/+42
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-3011-191/+179
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-304-0/+4
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-305-0/+6
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-3011-50/+55
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-3010-16/+0
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-292-2/+3
* llvmpipe: Convert some of the null checks back to asserts.José Fonseca2011-09-291-26/+12
* llvmpipe: Also reset the state in lp_scene_bin_resetJosé Fonseca2011-09-291-0/+1
* llvmpipe: Prevent segfault during fs variant cache shrinking.José Fonseca2011-09-291-4/+15
* r300g: remove useless variables in some structuresMarek Olšák2011-09-294-29/+12
* r300g: simplify the immd_is_good_idea functionMarek Olšák2011-09-291-26/+2
* nv50,nvc0: support polygon offset clamp stateChristoph Bumiller2011-09-286-3/+9
* r600: support polygon offset clamp stateChristoph Bumiller2011-09-282-2/+2