summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g: add cs memory usage accounting and limit it v3Jerome Glisse2013-01-317-1/+80
* r600g: fix htile buffer leakMarek Olšák2013-01-311-0/+1
* nv50,nvc0: fix/enable texture buffer objectsChristoph Bumiller2013-01-305-33/+42
* gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller2013-01-302-1/+5
* llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).José Fonseca2013-01-292-36/+46
* llvmpipe: Fix deferred depth writes for Z16_UNORM.José Fonseca2013-01-291-1/+6
* draw: fix draw_llvm_variant_key struct padding to avoid recompilesRoland Scheidegger2013-01-293-4/+11
* llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca2013-01-294-22/+43
* r600g: use uint64_t instead of unsigned long for proper 32bits cpu supportJerome Glisse2013-01-285-16/+16
* r600g: real fix for non 3.8 kernelJerome Glisse2013-01-281-3/+5
* android: use gralloc_drm_get_gem_handle apiTapani Pälli2013-01-281-8/+2
* r600g: fix segfault with old kernel9.1-branchpointJerome Glisse2013-01-285-11/+23
* r600g: improve inputs/interpolation handling with llvm backendVadim Girlin2013-01-284-209/+151
* r600g: Add ar_chan member to struct r600_bytecodeTom Stellard2013-01-283-0/+4
* r600g: More robust checks for MOVA_INT instructionsTom Stellard2013-01-281-8/+35
* r600g/llvm: Add dummy export for vs outputVincent Lejeune2013-01-281-2/+20
* r600g: Fix building with --enable-r600-llvm-compilerTom Stellard2013-01-281-3/+1
* r600g: don't emit WAIT_UNTIL on cayman/TN (v2)Alex Deucher2013-01-281-9/+28
* r600g: add async for staging buffer upload v2Jerome Glisse2013-01-2812-17/+595
* r600g: add multi ring support with dma as first second ring v4Jerome Glisse2013-01-2814-176/+327
* radeon/winsys: add dma ring support to winsys v3Jerome Glisse2013-01-289-82/+218
* gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger2013-01-287-95/+95
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-2820-357/+709
* gallium/u_upload_mgr: fix a serious memory leakMarek Olšák2013-01-281-2/+1