summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* r600g,radeonsi: consolidate get_name and get_vendor queriesMarek Olšák2014-01-281-0/+50
* radeon: place context-related functions first in r600_pipe_common.cMarek Olšák2014-01-281-79/+87
* r600g,radeonsi: consolidate the contents of r600_resource.cMarek Olšák2014-01-283-9/+34
* r600g: remove a no-op while loopMarek Olšák2014-01-281-1/+1
* r600g: convert query emission code to radeon_emitMarek Olšák2014-01-281-50/+50
* r600g: only emit NOP relocations for queries if VM is disabledMarek Olšák2014-01-283-23/+19
* r600g: move queries to drivers/radeonMarek Olšák2014-01-285-0/+922
* radeon: More missing stdio.h includes.José Fonseca2014-01-231-0/+2
* radeon: Adding missing stdio.h include.José Fonseca2014-01-231-0/+1
* r600g,radeonsi: if discarding whole buffer range, discard whole resource insteadMarek Olšák2014-01-231-0/+8
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-161-0/+7
* radeonsi: disable HTILE for 1D-tiled depth-stencil buffersMarek Olšák2014-01-061-0/+5
* radeon/llvm: Free target data at end of optimizationAaron Watry2013-12-231-0/+1
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2013-12-232-12/+12
* radeon: Allocate htile buffer for SI in r600_texture.Andreas Hartmetz2013-12-121-15/+67
* radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz2013-12-122-33/+33
* r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák2013-12-123-0/+199
* r600g,radeonsi: add common interface for buffer invalidationMarek Olšák2013-12-121-0/+4
* r600g,radeonsi: consolidate some debug flagsMarek Olšák2013-12-122-0/+5
* r600g,radeonsi: share flags has_cp_dma and has_streamoutMarek Olšák2013-12-121-0/+2
* radeon: move some functions to r600_buffer_common.cMarek Olšák2013-12-124-130/+161
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-121-4/+5
* r600/llvm: Allow arbitrary amount of temps in tgsi to llvmVincent Lejeune2013-12-072-4/+45
* gallium/radeon: use PRIu64 macro for printing uint64_tEmil Velikov2013-12-032-4/+6
* radeon/compute: Unconditionally inline all functions v2Tom Stellard2013-11-251-2/+20
* radeonsi: implement MSAA for CIKMarek Olšák2013-11-231-3/+7
* radeonsi: enable 2D tiling on CIKMarek Olšák2013-11-231-4/+0
* drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov2013-11-181-4/+0
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-11/+11
* 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
* r600/llvm: Store inputs in function argumentsVincent Lejeune2013-11-111-0/+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