summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: use unflushed fences for deferred flushes (v2)Marek Olšák2016-08-101-1/+43
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-102-1/+2
* gallium/radeon: add HUD queries for mapped VRAM/GTTMarek Olšák2016-08-102-0/+12
* winsys/amdgpu: track the amount of mapped memoryMarek Olšák2016-08-101-0/+2
* gallium/radeon: increase the size of the renderer stringMarek Olšák2016-08-101-1/+1
* gallium/radeon: implement ARB_clear_texture (v3)Marek Olšák2016-08-101-0/+67
* winsys/amdgpu: query ME/PFP/CE firmware versionsNicolai Hähnle2016-08-082-0/+6
* Revert "gallium/radeon: count contexts"Marek Olšák2016-08-062-4/+0
* gallium/radeon: add cs_get_next_fence winsys callbackMarek Olšák2016-08-061-0/+7
* gallium/radeon: count contextsMarek Olšák2016-08-062-0/+4
* gallium/radeon: count gfx IB flushesMarek Olšák2016-08-061-0/+1
* gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák2016-08-063-15/+27
* gallium/radeon: inline radeon_winsys::query_memory_usageMarek Olšák2016-08-062-3/+1
* gallium/radeon/winsyses: expose per-IB used_vram and used_gart to driversMarek Olšák2016-08-061-0/+5
* radeonsi: flush if sampler views and images use too much memoryMarek Olšák2016-08-061-0/+34
* gallium/radeon: add r600_resource::vram_usage and gart_usageMarek Olšák2016-08-063-12/+19
* gallium/radeon: move last_gfx_fence from radeonsi to common codeMarek Olšák2016-08-032-0/+2
* radeonsi: don't set the last parameter component of llvm.AMDGPU.cubeMarek Olšák2016-08-031-2/+8
* radeonsi: use llvm.amdgcn.cube* if availableMarek Olšák2016-08-031-4/+28
* radeonsi: use llvm.amdgcn.rsq.f64 if availableMarek Olšák2016-08-031-1/+2
* radeonsi: use v_mad_f32 for fmaMarek Olšák2016-08-031-2/+2
* radeon/llvm: Use alloca instructions for larger arrays [revert a revert]Marek Olšák2016-07-262-25/+149
* radeonsi: implement buffer_subdata without indirect callsMarek Olšák2016-07-233-3/+39
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-233-4/+3
* gallium/radeon: make deferred flushes asynchronousMarek Olšák2016-07-221-0/+2
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-191-2/+1
* radeon/uvd: add session context buffer for polaris 10/11 v2Christian König2016-07-182-0/+21
* Revert "radeon/llvm: Use alloca instructions for larger arrays"Marek Olšák2016-07-142-149/+25
* radeon/uvd: fail to create a decoder if RUVD_MSG_CREATE submission failsMarek Olšák2016-07-141-6/+9
* gallium/radeon: add a return value to cs_flushMarek Olšák2016-07-141-3/+5
* radeon/vce: handle newly added parametersBoyuan Zhang2016-07-141-13/+20
* gallium/radeon: normalize the code styleMarek Olšák2016-07-132-338/+286
* radeonsi: just save buffer sizes instead of buffers while recording IBsMarek Olšák2016-07-132-6/+1
* radeon/uvd: simplify sending context buffer messageChristian König2016-07-081-4/+1
* radeon/uvd: fix contex buffer destruction in the error pathChristian König2016-07-081-6/+2
* radeon/uvd: move polaris fw check into radeon_video.c v2Christian König2016-07-082-11/+13
* radeon/video: fix coding style in radeon_video.c v2Christian König2016-07-081-15/+15
* radeonsi: explicitly choose center locations for 1xAA on PolarisNicolai Hähnle2016-07-081-0/+7
* radeon/llvm: Use alloca instructions for larger arraysTom Stellard2016-07-062-25/+151
* radeon/llvm: Add helpers for loading and storing data from arrays.Tom Stellard2016-07-061-10/+41
* radeon/llvm: Remove uses_temp_indirect_addressing() functionTom Stellard2016-07-061-23/+1
* gallium/radeon: add depth/stencil_adjusted output to surface computationNicolai Hähnle2016-07-062-2/+10
* gallium/radeon: allocate only the required plane for flushed depthNicolai Hähnle2016-07-061-3/+34
* gallium/radeon: replace is_flushing_texture with db_compatibleNicolai Hähnle2016-07-062-2/+3
* gallium/radeon: add can_sample_z/s flags for texturesNicolai Hähnle2016-07-062-4/+24
* gallium/radeon/winsyses: remove unused stencil_offsetNicolai Hähnle2016-07-061-1/+0
* gallium/radeon: remove redundant null-pointer checkNicolai Hähnle2016-07-061-2/+1
* gallium/radeon: print StencilLayout only onceNicolai Hähnle2016-07-061-2/+2
* gallium/radeon: flush stdout after printing texture informationNicolai Hähnle2016-07-061-0/+1
* radeon/vce: update encRefPic addr and array mode to tiledLeo Liu2016-07-051-0/+1