summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon
AgeCommit message (Expand)AuthorFilesLines
2017-06-23radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák2-0/+6
2017-06-23gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2-2/+2
2017-06-22radeonsi/gfx9: enable DCC fast clearMarek Olšák1-4/+0
2017-06-22radeonsi: fix DCC fast clear for luminance and alpha formatsMarek Olšák1-1/+10
2017-06-22radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák3-7/+16
2017-06-19gallium/radeon/gfx9: fix PBO texture uploads to compressed texturesNicolai Hähnle1-1/+6
2017-06-18gallium/radeon: add a new HUD query for the number of resident handlesSamuel Pitoiset3-0/+9
2017-06-17r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov2-0/+26
2017-06-16r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2-26/+0
2017-06-15gallium/radeon: fix initialization of new resource bindless fieldsSamuel Pitoiset1-0/+2
2017-06-14radeonsi: upload new descriptors when resident buffers are invalidatedSamuel Pitoiset1-0/+4
2017-06-13gallium/radeon: Include the family name in the renderer string if it's not eq...Henri Verbeet1-14/+18
2017-06-12radeonsi: pack si_framebuffer betterMarek Olšák2-2/+2
2017-06-08gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák2-33/+26
2017-06-07radeonsi: Use libdrm to get chipset nameSamuel Li2-1/+12
2017-06-07gallium/radeon: clean up a misleading statement from the old daysMarek Olšák1-4/+1
2017-06-07radeonsi: don't use 1D tiling for Z/S on VI to get TC-compatible HTILEMarek Olšák1-3/+13
2017-06-05radeon: remove out of date LLVM_REVISION.txtEmil Velikov2-4/+0
2017-05-25radeon: rename has_uvd info to has_hw_decodeLeo Liu1-2/+2
2017-05-25radeon/vcn: add decode message for mpeg4 codecLeo Liu1-0/+51
2017-05-25radeon/vcn: add decode message for mpeg2 codecLeo Liu1-0/+66
2017-05-25radeon/vcn: add decode message for vc1 codecLeo Liu1-0/+72
2017-05-25radeon/vcn: add decode message for hevc codecLeo Liu1-0/+225
2017-05-25radeon/vcn: add decode message decode for avc codecLeo Liu1-4/+193
2017-05-25radeon/vcn: add decode message feedbackLeo Liu1-1/+5
2017-05-25radeon/vcn: add decode message destroyLeo Liu1-1/+10
2017-05-25radeon/vcn: add decode message createLeo Liu1-1/+21
2017-05-25radeon/vcn: add common decode partLeo Liu3-0/+675
2017-05-25radeon/winsys: add vcn dec ring typeLeo Liu1-0/+1
2017-05-25radeon/winsys: add uvd enc ring typeLeo Liu1-0/+1
2017-05-25radeon/vcn: add vcn decode interfaceLeo Liu2-0/+502
2017-05-23gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák3-2/+8
2017-05-23radeon: pass flags that can change shaders to disk_cache_create()Timothy Arceri1-1/+2
2017-05-23util/disk_cache: add new driver_flags param to cache keysTimothy Arceri1-1/+1
2017-05-22gallium/radeon: add a query for monitoring Gallium thread loadMarek Olšák2-0/+13
2017-05-18ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle1-2/+2
2017-05-18ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle1-61/+1
2017-05-18ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle1-147/+1
2017-05-17gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSEDMarek Olšák1-2/+19
2017-05-15gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák3-0/+25
2017-05-15radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák2-1/+33
2017-05-15gallium/radeon: subclass and handle threaded_queryMarek Olšák2-7/+12
2017-05-15gallium/radeon: subclass threaded_transferMarek Olšák3-25/+25
2017-05-15gallium/radeon: subclass threaded_resourceMarek Olšák3-18/+22
2017-05-15gallium/radeon: handle other map buffer flags from the threaded contextMarek Olšák1-2/+4
2017-05-15gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák3-1/+14
2017-05-15gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák2-4/+8
2017-05-15gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_regionMarek Olšák1-2/+4
2017-05-15radeonsi/gfx9: add support for RavenMarek Olšák1-0/+2
2017-05-11radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov1-4/+2