summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50: fix bogus parameters when processing sample instructionsRoland Scheidegger2013-02-121-1/+1
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-125-93/+210
* r600g: make sure async blit is done 8 * pitch at a time v2Jerome Glisse2013-02-111-6/+7
* llvmpipe: remove lp_swizzled_cbufAdhemerval Zanella2013-02-113-16/+0
* softpipe: clean up lod computationRoland Scheidegger2013-02-082-70/+93
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-0/+2
* softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger2013-02-082-40/+37
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-081-0/+1
* llvmpipe: first steps of adding dual source blend supportRoland Scheidegger2013-02-084-27/+57
* llvmpipe: refactoring of visibility counter handlingRoland Scheidegger2013-02-085-20/+56
* nv30: Fix memory leak.Vinson Lee2013-02-071-0/+1
* radeonsi: Handle scaled and integer formats for samplers and vertex elements.Michel Dänzer2013-02-071-17/+46
* radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support.Michel Dänzer2013-02-071-2/+2
* radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().Michel Dänzer2013-02-071-2/+0
* radeonsi: Use unique names for referring to texture sampling intrinsics.Michel Dänzer2013-02-071-3/+18
* r300g: put textures with usage=staging in GTT and make them linearMarek Olšák2013-02-072-1/+6
* r600g: fix slice tile max for compressed texture and async dmaJerome Glisse2013-02-072-4/+8
* radeonsi: use new RGBX formatsMarek Olšák2013-02-071-0/+26
* r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák2013-02-076-14/+45
* r300g: use new RGBX formatsMarek Olšák2013-02-072-3/+22
* r600g: use new RGBX formatsMarek Olšák2013-02-072-0/+52
* llvmpipe: remove extraneous const qualifierBrian Paul2013-02-062-2/+2
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-061-1/+1
* r600g: report correct control flow depthMarek Olšák2013-02-061-2/+1
* r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák2013-02-066-5/+71
* r300/compiler: copy-propagate saturate mode when possibleMarek Olšák2013-02-061-2/+19
* r300/compiler: add support for saturate output modifier in r500 vertex shadersMarek Olšák2013-02-062-10/+19
* r300g: fix blending with RGBX formatsMarek Olšák2013-02-063-122/+202
* r300g: fix blending with blend color and RGBA formatsMarek Olšák2013-02-061-0/+11
* svga: fix sRGB renderingBrian Paul2013-02-051-0/+11
* r600g/compute: Fix segfault caused by new shader disassemblerTom Stellard2013-02-052-2/+4
* radeonsi: default PA_SC_RASTER_CONFIG to 0Alex Deucher2013-02-041-1/+3
* radeonsi: add support for Oland chipsAlex Deucher2013-02-042-0/+4
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-048-0/+17
* radeonsi: Remove spurious traces of R16G16B16 support.Michel Dänzer2013-02-041-3/+0
* radeonsi: Enable texture arrays.Michel Dänzer2013-02-041-1/+1
* radeonsi: Improve packing of texture address parameters.Michel Dänzer2013-02-041-30/+97
* radeonsi: Adapt to sample intrinsics changes.Michel Dänzer2013-02-043-51/+56
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-047-0/+8
* r600g: Fix memory leak.Vinson Lee2013-02-011-1/+3
* nv30: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nv50: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nvc0: Fix memory leak.Vinson Lee2013-02-011-0/+1
* r600g/llvm: Select the correct GPU type for RV670Tom Stellard2013-02-011-1/+1
* radeonsi: Fix draws using user index buffer.Michel Dänzer2013-02-011-4/+3
* svga: check for NaN shader immediatesBrian Paul2013-02-011-2/+4
* svga: add, use SVGA3D_SURFACE_HINT_VOLUME flagBrian Paul2013-02-012-0/+5
* trace: measure time for each gallium callBrian Paul2013-02-011-0/+24
* trace: add void to function definitionBrian Paul2013-02-011-1/+2
* trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul2013-02-011-3/+11