summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* r600g: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* r600g: rename GPU_FLUSH -> INVAL_READ_CACHESMarek Olšák2012-12-225-11/+11
* r600g: remove redundant parameter alloc_bo from r600_texture_create_objectMarek Olšák2012-12-221-6/+5
* r600g: always use a tiled resource as the destination of MSAA resolveMarek Olšák2012-12-213-8/+16
* r600g: remove a false commentMarek Olšák2012-12-211-1/+0
* r600g: don't suspend TIME_ELAPSED queries during flushingMarek Olšák2012-12-214-54/+8
* r600g: add cs tracing infrastructure for lockup pin pointingJerome Glisse2012-12-205-2/+106
* r600g: add htile support v16Jerome Glisse2012-12-2010-24/+221
* r600g: rework flusing and synchronization pattern v7Jerome Glisse2012-12-208-162/+89
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* r600g: add assertions to prevent creation of invalid surfacesMarek Olšák2012-12-203-16/+18
* r600g: refactor and make streamout dumping more informativeMarek Olšák2012-12-201-12/+21
* r600g: try to fix streamout for the cases where BURST_COUNT > 0Marek Olšák2012-12-201-1/+1
* r600g: lower stream outputs with dst_offset < start_componentMarek Olšák2012-12-201-7/+47