summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: Fix build with LLVM 3.3Tom Stellard2013-02-191-0/+4
* r600g: Add $(DEFINES) to AM_CXXFLAGSTom Stellard2013-02-191-1/+2
* r600g/llvm: Support for TBOVincent Lejeune2013-02-181-0/+28
* r600g/llvm: Fix alpha_to_one piglit testsVincent Lejeune2013-02-182-0/+3
* r600g/llvm: Add support for UBOVincent Lejeune2013-02-181-1/+5
* r600g: add support for red-alpha render targetsMarek Olšák2013-02-142-0/+44
* r600g: properly implement S8Z24 depth-stencil format for EvergreenMarek Olšák2013-02-143-18/+47
* r600g: fix lockup when hyperz & alpha test are enabled together. v3Jerome Glisse2013-02-123-3/+49
* r600g: make sure async blit is done 8 * pitch at a time v2Jerome Glisse2013-02-111-6/+7
* r600g: fix slice tile max for compressed texture and async dmaJerome Glisse2013-02-072-4/+8
* r600g: use new RGBX formatsMarek Olšák2013-02-072-0/+52
* r600g: report correct control flow depthMarek Olšák2013-02-061-2/+1
* r600g/compute: Fix segfault caused by new shader disassemblerTom Stellard2013-02-052-2/+4
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* r600g: Fix memory leak.Vinson Lee2013-02-011-1/+3
* r600g/llvm: Select the correct GPU type for RV670Tom Stellard2013-02-011-1/+1
* 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-315-1/+59
* r600g: fix htile buffer leakMarek Olšák2013-01-311-0/+1
* 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
* r600g: fix segfault with old kernel9.1-branchpointJerome Glisse2013-01-285-11/+23
* r600g: improve inputs/interpolation handling with llvm backendVadim Girlin2013-01-283-207/+150
* 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-281-1/+1
* r600g: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák2013-01-261-0/+12
* r600g: don't use radeon_surface_level::npix_x/y/zMarek Olšák2013-01-264-32/+27
* r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gccMarek Olšák2013-01-262-4/+4
* r600g: fix up CP DMA for VM on cayman and TNAlex Deucher2013-01-252-6/+9
* r600g: Don't build llvm_wrapper.cpp when we aren't using LLVMTom Stellard2013-01-251-1/+3
* configure.ac: Compute the required llvm static libraries only onceTom Stellard2013-01-241-4/+0
* r600g/llvm: Fixes addressspace of basevectors for clipvertexVincent Lejeune2013-01-191-1/+2
* r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs outputVincent Lejeune2013-01-182-58/+145
* r600g/llvm: tgsi to llvm emits stream output intrinsics.Vincent Lejeune2013-01-184-1/+38
* r600g/llvm: rework handling of the constantsVadim Girlin2013-01-182-16/+50
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* Remove hacks for static MakefilesMatt Turner2013-01-131-4/+0
* r600g: fix warnings for htile vaDave Airlie2013-01-112-2/+2
* r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie2013-01-1110-19/+373
* r600g: uniform buffer object supportDave Airlie2013-01-112-9/+49
* r600: always export a position from vertex shaderDave Airlie2013-01-111-0/+17