summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon/llvm: Convert to AutomakeTom Stellard2013-01-101-12/+12
* r600g: Use gallium automake include fileMatt Turner2013-01-101-4/+2
* r600g: Fix memory leak in r600_bytecode_add_vtx.Vinson Lee2013-01-091-0/+1
* r600g: implement buffer copying using CP DMA for R7xx, Evergreen, CaymanMarek Olšák2013-01-089-24/+140
* r600g: set the virtual address for the htile bufferAlex Deucher2013-01-072-2/+4
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-074-62/+13
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-072-10/+10
* r600g: flush FMASK and CMASK at the end of CSMarek Olšák2013-01-061-1/+3
* r600g: implement 3D transfersMarek Olšák2013-01-041-22/+32
* gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák2013-01-041-3/+5
* gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2013-01-041-1/+1
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-041-1/+2