summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-153-0/+25
* radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák2017-05-152-1/+33
* gallium/radeon: subclass and handle threaded_queryMarek Olšák2017-05-152-7/+12
* gallium/radeon: subclass threaded_transferMarek Olšák2017-05-153-25/+25
* gallium/radeon: subclass threaded_resourceMarek Olšák2017-05-153-18/+22
* gallium/radeon: handle other map buffer flags from the threaded contextMarek Olšák2017-05-151-2/+4
* gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák2017-05-153-1/+14
* gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák2017-05-152-4/+8
* gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_regionMarek Olšák2017-05-151-2/+4
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-151-0/+2
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-111-4/+2
* Android: rework LLVM build supportRob Herring2017-05-111-3/+4
* Android: push driver build details to driver makefilesRob Herring2017-05-111-1/+6
* radeonsi: mark fast-cleared textures as compressed when dirtyingNicolai Hähnle2017-05-081-2/+14
* Revert "radeonsi: constify a bunch of the perfcounter structs."Marek Olšák2017-05-062-3/+3
* radeonsi: drop support for LLVM 3.8Marek Olšák2017-05-051-5/+5
* radeonsi: constify a bunch of the perfcounter structs.Dave Airlie2017-05-042-3/+3
* radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák2017-04-283-0/+9
* gallium/radeon: always flush asynchronously and wait after begin_new_csMarek Olšák2017-04-171-4/+8