summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon
AgeCommit message (Expand)AuthorFilesLines
2013-12-23radeon/llvm: Free target data at end of optimizationAaron Watry1-0/+1
2013-12-23radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2-12/+12
2013-12-12radeon: Allocate htile buffer for SI in r600_texture.Andreas Hartmetz1-15/+67
2013-12-12radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz2-33/+33
2013-12-12r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák3-0/+199
2013-12-12r600g,radeonsi: add common interface for buffer invalidationMarek Olšák1-0/+4
2013-12-12r600g,radeonsi: consolidate some debug flagsMarek Olšák2-0/+5
2013-12-12r600g,radeonsi: share flags has_cp_dma and has_streamoutMarek Olšák1-0/+2
2013-12-12radeon: move some functions to r600_buffer_common.cMarek Olšák4-130/+161
2013-12-12winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák1-4/+5
2013-12-07r600/llvm: Allow arbitrary amount of temps in tgsi to llvmVincent Lejeune2-4/+45
2013-12-03gallium/radeon: use PRIu64 macro for printing uint64_tEmil Velikov2-4/+6
2013-11-25radeon/compute: Unconditionally inline all functions v2Tom Stellard1-2/+20
2013-11-23radeonsi: implement MSAA for CIKMarek Olšák1-3/+7
2013-11-23radeonsi: enable 2D tiling on CIKMarek Olšák1-4/+0
2013-11-18drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov1-4/+0
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-11/+11
2013-11-15radeon/llvm: Free elf_buffer after useAaron Watry1-0/+1
2013-11-15radeon/llvm: Free created llvm memory bufferAaron Watry1-0/+1
2013-11-15radeon/llvm: Free libelf resourcesAaron Watry1-0/+3
2013-11-15radeon/llvm: fix spelling errorAaron Watry1-1/+1
2013-11-11r600/llvm: Store inputs in function argumentsVincent Lejeune1-0/+1
2013-10-30radeon/llvm: Specify the DataLayout when running optimizationsTom Stellard1-0/+4
2013-10-28vl/h264: split fields into SPS/PPSChristian König1-30/+29
2013-10-28radeon/uvd: fix H264 chroma format handlingChristian König1-1/+15
2013-10-25r600g,radeonsi: use fences provided by the winsysMarek Olšák1-0/+30
2013-10-13radeon: use staging for mapping linear texturesGrigori Goronzy1-0/+6
2013-10-12radeon/llvm: show LLVM disassembly when availableJay Cornwall2-0/+8
2013-10-09radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy1-1/+3
2013-10-09radeon/uvd: try to fix VC-1 decodingGrigori Goronzy1-33/+38
2013-10-09radeon/uvd: fix video format reportingGrigori Goronzy1-2/+5
2013-10-08gallium/radeon: don't export any private symbolsMarek Olšák1-3/+5
2013-10-07radeon/uvd: optimize message handling a bitChristian König1-44/+53
2013-10-03radeonsi/compute: Fix segfault caused by recent refactoringTom Stellard1-0/+4
2013-10-03r600g: fix ínitialization of non_disp_tiling flagMarek Olšák1-4/+5
2013-10-03r600g,radeonsi: create aux_context lastMarek Olšák1-2/+0
2013-10-02r600/llvm: Adds support for MSAAVincent Lejeune1-0/+1
2013-10-02r600g/llvm: fix txq for texture bufferVincent Lejeune1-0/+1
2013-10-01gallium/radeon: drop unused variable LIBGALLIUM_LIBSEmil Velikov1-3/+0
2013-09-29radeon: make texture logging more usefulMarek Olšák3-22/+23
2013-09-29r600g,radeonsi: share r600_texture.cMarek Olšák4-0/+1107
2013-09-29r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2-0/+72
2013-09-29r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2-2/+129
2013-09-29r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2-0/+32
2013-09-29radeonsi: move debug options to R600_DEBUGMarek Olšák2-0/+31
2013-09-29r600g: move some debug options to drivers/radeonMarek Olšák2-0/+33
2013-09-29r600g,radeonsi: share the async dma interfaceMarek Olšák1-0/+10
2013-09-29r600g,radeonsi: consolidate r600_texture structuresMarek Olšák1-0/+25
2013-09-29r600g,radeonsi: consolidate transfer, cmask, and fmask structuresMarek Olšák1-0/+27
2013-09-29radeon/llvm: fix TGSI_OPCODE_UCMPMarek Olšák1-3/+7