summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-1134-108/+108
* llvmpipe: don't support rendering to sRGB surfacesBrian Paul2011-10-111-1/+2
* i915g: fix warning about void pointer arithmeticBrian Paul2011-10-111-1/+1
* i915g: Remove duplicated comment.Stéphane Marchesin2011-10-101-1/+0
* i915g: Update TODO once more.Stéphane Marchesin2011-10-101-4/+1
* r600g: drop force int type workaroundDave Airlie2011-10-104-28/+5
* r600g: add integer texture/render integer formats for r600/700.Dave Airlie2011-10-101-2/+60
* i915g: Update the TODO with another idea.Stéphane Marchesin2011-10-101-0/+2
* i915g: Enable instanced drawing.Stéphane Marchesin2011-10-101-1/+1
* r600g: uarl fixes.Dave Airlie2011-10-092-18/+43
* r600g: enable integer shader cap for evergreen.Dave Airlie2011-10-091-0/+3
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-095-5/+17
* nv50,nvc0: avoid unnecessary flushesMarcin Slusarz2011-10-094-4/+4
* nouveau: fix fence hangMarcin Slusarz2011-10-095-14/+28
* r600g/eg: add integer types supportDave Airlie2011-10-093-10/+66
* u_blitter: add integer clear supportDave Airlie2011-10-092-4/+5
* 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