summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-073-0/+36
* llvmpipe: remove extraneous const qualifierBrian Paul2013-02-062-2/+2
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-063-33/+6
* 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-044-0/+6
* gallium/egl: Fix include dirs for VPATH buildQuentin Glidic2013-02-041-0/+1
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-048-0/+17
* gallivm: implement support for SQRT opcodeBrian Paul2013-02-043-0/+37
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-044-1/+18
* gallium: add SQRT shader opcodeBrian Paul2013-02-043-2/+12
* 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-013-3/+39
* trace: add void to function definitionBrian Paul2013-02-011-1/+2
* trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul2013-02-011-3/+11
* radeonsi: port some of get_shader_param changes from r600gMarek Olšák2013-02-011-6/+2
* r300g: always put MSAA resources in VRAMMarek Olšák2013-02-011-3/+3
* r600g: remove broken assert from r600_isa.cVadim Girlin2013-02-011-2/+0
* r600g: implement shader disassembler v3Vadim Girlin2013-02-013-4/+444
* r600g: use tables with ISA info v3Vadim Girlin2013-02-0110-1789/+2378