summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák2017-07-041-0/+3
* gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák2017-07-041-0/+20
* gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák2017-07-042-4/+15
* gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák2017-07-041-0/+62
* gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák2017-07-042-8/+3
* gallium/radeon: clean up r600_texture_get_handleMarek Olšák2017-07-041-24/+23
* gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák2017-07-042-2/+2
* gallium/radeon: fix a possible crash for buffer exportsMarek Olšák2017-07-041-9/+15
* gallium/radeon: ignore PIPE_BIND_SHARED for buffersMarek Olšák2017-07-041-2/+0
* radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák2017-07-043-0/+20
* radeon/vcn: enable h264 decode entension supportLeo Liu2017-06-272-0/+3
* radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák2017-06-232-0/+6
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-232-2/+2
* radeonsi/gfx9: enable DCC fast clearMarek Olšák2017-06-221-4/+0
* radeonsi: fix DCC fast clear for luminance and alpha formatsMarek Olšák2017-06-221-1/+10
* radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák2017-06-223-7/+16
* gallium/radeon/gfx9: fix PBO texture uploads to compressed texturesNicolai Hähnle2017-06-191-1/+6
* gallium/radeon: add a new HUD query for the number of resident handlesSamuel Pitoiset2017-06-183-0/+9
* r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov2017-06-172-0/+26
* r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2017-06-162-26/+0
* gallium/radeon: fix initialization of new resource bindless fieldsSamuel Pitoiset2017-06-151-0/+2
* radeonsi: upload new descriptors when resident buffers are invalidatedSamuel Pitoiset2017-06-141-0/+4
* gallium/radeon: Include the family name in the renderer string if it's not eq...Henri Verbeet2017-06-131-14/+18
* radeonsi: pack si_framebuffer betterMarek Olšák2017-06-122-2/+2
* gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák2017-06-082-33/+26
* radeonsi: Use libdrm to get chipset nameSamuel Li2017-06-072-1/+12
* gallium/radeon: clean up a misleading statement from the old daysMarek Olšák2017-06-071-4/+1
* radeonsi: don't use 1D tiling for Z/S on VI to get TC-compatible HTILEMarek Olšák2017-06-071-3/+13
* radeon: remove out of date LLVM_REVISION.txtEmil Velikov2017-06-052-4/+0
* radeon: rename has_uvd info to has_hw_decodeLeo Liu2017-05-251-2/+2
* radeon/vcn: add decode message for mpeg4 codecLeo Liu2017-05-251-0/+51
* radeon/vcn: add decode message for mpeg2 codecLeo Liu2017-05-251-0/+66
* radeon/vcn: add decode message for vc1 codecLeo Liu2017-05-251-0/+72
* radeon/vcn: add decode message for hevc codecLeo Liu2017-05-251-0/+225
* radeon/vcn: add decode message decode for avc codecLeo Liu2017-05-251-4/+193
* radeon/vcn: add decode message feedbackLeo Liu2017-05-251-1/+5
* radeon/vcn: add decode message destroyLeo Liu2017-05-251-1/+10
* radeon/vcn: add decode message createLeo Liu2017-05-251-1/+21
* radeon/vcn: add common decode partLeo Liu2017-05-253-0/+675
* radeon/winsys: add vcn dec ring typeLeo Liu2017-05-251-0/+1
* radeon/winsys: add uvd enc ring typeLeo Liu2017-05-251-0/+1
* radeon/vcn: add vcn decode interfaceLeo Liu2017-05-252-0/+502
* gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2017-05-233-2/+8
* radeon: pass flags that can change shaders to disk_cache_create()Timothy Arceri2017-05-231-1/+2
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-231-1/+1
* gallium/radeon: add a query for monitoring Gallium thread loadMarek Olšák2017-05-222-0/+13
* ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle2017-05-181-2/+2
* ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle2017-05-181-61/+1
* ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle2017-05-181-147/+1
* gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSEDMarek Olšák2017-05-171-2/+19