summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon/uvd: fix feedback buffer handling v2Christian König2014-03-041-12/+28
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-251-0/+7
* radeon/llvm: Free target data at end of optimizationAaron Watry2014-01-021-0/+1
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2014-01-022-12/+12
* radeon/compute: Unconditionally inline all functions v2Tom Stellard2013-11-261-2/+20
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* radeon/llvm: Specify the DataLayout when running optimizationsTom Stellard2013-10-301-0/+4
* vl/h264: split fields into SPS/PPSChristian König2013-10-281-30/+29
* radeon/uvd: fix H264 chroma format handlingChristian König2013-10-281-1/+15
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-251-0/+30
* radeon: use staging for mapping linear texturesGrigori Goronzy2013-10-131-0/+6
* radeon/llvm: show LLVM disassembly when availableJay Cornwall2013-10-122-0/+8
* radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy2013-10-091-1/+3
* radeon/uvd: try to fix VC-1 decodingGrigori Goronzy2013-10-091-33/+38
* radeon/uvd: fix video format reportingGrigori Goronzy2013-10-091-2/+5
* gallium/radeon: don't export any private symbolsMarek Olšák2013-10-081-3/+5
* radeon/uvd: optimize message handling a bitChristian König2013-10-071-44/+53
* radeonsi/compute: Fix segfault caused by recent refactoringTom Stellard2013-10-031-0/+4
* r600g: fix ínitialization of non_disp_tiling flagMarek Olšák2013-10-031-4/+5
* r600g,radeonsi: create aux_context lastMarek Olšák2013-10-031-2/+0
* r600/llvm: Adds support for MSAAVincent Lejeune2013-10-021-0/+1
* r600g/llvm: fix txq for texture bufferVincent Lejeune2013-10-021-0/+1
* gallium/radeon: drop unused variable LIBGALLIUM_LIBSEmil Velikov2013-10-011-3/+0
* radeon: make texture logging more usefulMarek Olšák2013-09-293-22/+23
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-294-0/+1107
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-292-0/+72
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-292-2/+129
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-292-0/+32
* radeonsi: move debug options to R600_DEBUGMarek Olšák2013-09-292-0/+31
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-292-0/+33
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-291-0/+10
* r600g,radeonsi: consolidate r600_texture structuresMarek Olšák2013-09-291-0/+25
* r600g,radeonsi: consolidate transfer, cmask, and fmask structuresMarek Olšák2013-09-291-0/+27
* radeon/llvm: fix TGSI_OPCODE_UCMPMarek Olšák2013-09-291-3/+7
* radeon/llvm: fix shadow cube texturing for GL3.0Marek Olšák2013-09-251-23/+15
* radeon/uvd: try to place msg/fb buffer into GARTChristian König2013-09-251-2/+2
* radeon/uvd: move alignment to winsysChristian König2013-09-251-6/+0
* radeon/uvd: async flush the UVD csChristian König2013-09-221-1/+1
* radeonsi: fix and enable transform feedback for CIKMarek Olšák2013-09-133-27/+39
* radeon: don't emit streamout state if there are no streamout buffersMarek Olšák2013-09-131-0/+2
* radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SIMarek Olšák2013-09-131-31/+54
* radeon/uvd: move more logic into the common filesChristian König2013-09-122-2/+20
* radeon/uvd: use more sane defaults for bitstream buffer sizeChristian König2013-09-121-1/+3
* radeon/uvd: save the aligned width & heightChristian König2013-09-021-0/+2
* radeonsi: simplify and improve flushingMarek Olšák2013-08-311-0/+1
* radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák2013-08-312-1/+8
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-316-0/+844