summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/vce: implement VCE two pipe supportLeo Liu2015-08-143-0/+26
* radeon/uvd: make 30M as minimum for MPEG4 dpb buffer sizeLeo Liu2015-08-141-0/+2
* radeon/uvd: recalculate dbp buffer sizeLeo Liu2015-08-141-22/+59
* radeon/video: add 4K support for decode/encode parametersLeo Liu2015-08-141-4/+4
* gallium/radeon: add h264 performance HW decoder supportLeo Liu2015-08-142-22/+43
* gallium/radeon: use VM for VCEChristian König2015-08-144-20/+44
* gallium/radeon: use VM for UVDChristian König2015-08-141-2/+14
* radeonsi: add support for FIJI (v4)Alex Deucher2015-08-142-0/+3
* gallium/radeon: enable the GPU load query for amdgpuMarek Olšák2015-08-141-2/+4
* radeonsi: add VI hardware supportMarek Olšák2015-08-142-0/+7
* radeonsi: add VI register definitionsMarek Olšák2015-08-141-1/+1
* radeonsi: fix DRM version checks for amdgpu DRM 3.0.0Marek Olšák2015-08-143-6/+12
* winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák2015-08-142-2/+6
* winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák2015-08-141-2/+11
* gallium/radeon: fix r600g build if LLVM is disabledMarek Olšák2015-08-111-4/+5
* r600g: use a bitfield to track dirty atomsGrazvydas Ignotas2015-08-111-0/+1
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-113-7/+12
* gallium/radeon: add a debug flag not to use write combining (v2)Marek Olšák2015-08-103-0/+5
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-075-9/+28
* gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2015-08-074-21/+12
* gallium/radeon: add DRM and LLVM version to the renderer stringMarek Olšák2015-08-062-4/+24
* radeonsi: add a HUD query showing the number of shaders createdMarek Olšák2015-08-063-0/+16
* radeonsi: add a HUD query showing the number of compiler invocationsMarek Olšák2015-08-063-1/+18
* gallium/radeon: display cumulative results for some driver queriesMarek Olšák2015-08-061-2/+4
* gallium/radeon: switch the buffer-wait-time query to microsecondsMarek Olšák2015-08-062-3/+3
* gallium/radeon: change some driver query types to HzMarek Olšák2015-08-061-2/+2
* gallium/radeon: always use the llvm. prefix in intrinsic namesMarek Olšák2015-08-061-6/+16
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-063-8/+7
* gallium/radeon: suspend timer queries between IBsMarek Olšák2015-08-063-23/+62
* r600,compute: force tiling on 2D and 3D texture compute resourcesZoltan Gilian2015-08-031-2/+9
* Revert "gallium/radeon: re-enable unsafe math for graphics shaders"Marek Olšák2015-08-011-4/+0
* radeonsi: add a debug flag that disables printing ISA in shader dumpsMarek Olšák2015-07-312-0/+2
* radeonsi: add a debug flag that disables printing TGSI in shader dumpsMarek Olšák2015-07-312-0/+2
* radeonsi: add a debug flag that disables printing the LLVM IR in shader dumpsMarek Olšák2015-07-314-22/+21
* radeonsi: store shader disassemblies in memory for future usersMarek Olšák2015-07-314-13/+9
* radeonsi: don't use llvm.AMDIL.fraction for FRC and DFRACMarek Olšák2015-07-311-4/+16
* gallium/radeon: re-enable unsafe math for graphics shadersMarek Olšák2015-07-311-0/+4
* gallium/radeon: don't use rsq_actionMarek Olšák2015-07-311-7/+3
* gallium/radeon: move r600-specific code to r600gMarek Olšák2015-07-311-150/+0
* gallium/radeon: remove unused variables and old commentsMarek Olšák2015-07-312-33/+0
* gallium/radeon: remove build_intrinsic and build_tgsi_intrinsicMarek Olšák2015-07-312-63/+13
* radeon: add support for streams to the common streamout code. (v2)Dave Airlie2015-07-292-12/+25
* radeon: move streamout buffer config to streamout enable function. (v2)Dave Airlie2015-07-292-9/+15
* radeon: add streamout status 1-3 queries.Dave Airlie2015-07-292-2/+19
* r600,radeonsi: GL_ARB_conditional_render_invertedEdward O'Callaghan2015-07-291-9/+13
* radeonsi: fix GLSL textureGrad(samplerCube*) functionsMarek Olšák2015-07-252-23/+66
* radeonsi: add shader code generation for tessellationMarek Olšák2015-07-231-0/+2
* radeonsi: add debug flags for dumping tessellation shadersMarek Olšák2015-07-232-9/+17
* gallium/radeon: expose emit_fetchMarek Olšák2015-07-232-19/+15
* gallium/radeon: expose LLVM functions implementing emit_storeMarek Olšák2015-07-232-5/+13