summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2013-01-28r600g: fix segfault with old kernel9.1-branchpointJerome Glisse5-11/+23
2013-01-28r600g: improve inputs/interpolation handling with llvm backendVadim Girlin3-207/+150
2013-01-28r600g: Add ar_chan member to struct r600_bytecodeTom Stellard3-0/+4
2013-01-28r600g: More robust checks for MOVA_INT instructionsTom Stellard1-8/+35
2013-01-28r600g/llvm: Add dummy export for vs outputVincent Lejeune1-2/+20
2013-01-28r600g: Fix building with --enable-r600-llvm-compilerTom Stellard1-3/+1
2013-01-28r600g: don't emit WAIT_UNTIL on cayman/TN (v2)Alex Deucher1-9/+28
2013-01-28r600g: add async for staging buffer upload v2Jerome Glisse12-17/+595
2013-01-28r600g: add multi ring support with dma as first second ring v4Jerome Glisse14-176/+327
2013-01-28radeon/winsys: add dma ring support to winsys v3Jerome Glisse1-1/+1
2013-01-26r600g: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák1-0/+12
2013-01-26r600g: don't use radeon_surface_level::npix_x/y/zMarek Olšák4-32/+27
2013-01-26r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gccMarek Olšák2-4/+4
2013-01-25r600g: fix up CP DMA for VM on cayman and TNAlex Deucher2-6/+9
2013-01-25r600g: Don't build llvm_wrapper.cpp when we aren't using LLVMTom Stellard1-1/+3
2013-01-24configure.ac: Compute the required llvm static libraries only onceTom Stellard1-4/+0
2013-01-19r600g/llvm: Fixes addressspace of basevectors for clipvertexVincent Lejeune1-1/+2
2013-01-18r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs outputVincent Lejeune2-58/+145
2013-01-18r600g/llvm: tgsi to llvm emits stream output intrinsics.Vincent Lejeune4-1/+38
2013-01-18r600g/llvm: rework handling of the constantsVadim Girlin2-16/+50
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0
2013-01-13Remove hacks for static MakefilesMatt Turner1-4/+0
2013-01-11r600g: fix warnings for htile vaDave Airlie2-2/+2
2013-01-11r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie10-19/+373
2013-01-11r600g: uniform buffer object supportDave Airlie2-9/+49
2013-01-11r600: always export a position from vertex shaderDave Airlie1-0/+17
2013-01-10radeon/llvm: Convert to AutomakeTom Stellard1-12/+12
2013-01-10r600g: Use gallium automake include fileMatt Turner1-4/+2
2013-01-09r600g: Fix memory leak in r600_bytecode_add_vtx.Vinson Lee1-0/+1
2013-01-08r600g: implement buffer copying using CP DMA for R7xx, Evergreen, CaymanMarek Olšák9-24/+140
2013-01-07r600g: set the virtual address for the htile bufferAlex Deucher2-2/+4
2013-01-07radeon/winsys: move radeon family/class identification to winsysJerome Glisse4-62/+13
2013-01-07r600g/radeon/winsys: indentation cleanupJerome Glisse2-10/+10
2013-01-06r600g: flush FMASK and CMASK at the end of CSMarek Olšák1-1/+3
2013-01-04r600g: implement 3D transfersMarek Olšák1-22/+32
2013-01-04gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák1-3/+5
2013-01-04gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák1-1/+1
2013-01-04gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák1-1/+2
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
2013-01-04r600g: fix int->bool conversion in fence_signalledMarek Olšák1-1/+1
2012-12-22r600g: rename GPU_FLUSH -> INVAL_READ_CACHESMarek Olšák5-11/+11
2012-12-22r600g: remove redundant parameter alloc_bo from r600_texture_create_objectMarek Olšák1-6/+5
2012-12-21r600g: always use a tiled resource as the destination of MSAA resolveMarek Olšák3-8/+16
2012-12-21r600g: remove a false commentMarek Olšák1-1/+0
2012-12-21r600g: don't suspend TIME_ELAPSED queries during flushingMarek Olšák4-54/+8
2012-12-20r600g: add cs tracing infrastructure for lockup pin pointingJerome Glisse5-2/+106
2012-12-20r600g: add htile support v16Jerome Glisse10-24/+221
2012-12-20r600g: rework flusing and synchronization pattern v7Jerome Glisse8-162/+89
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-12-20r600g: add assertions to prevent creation of invalid surfacesMarek Olšák3-16/+18