aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: expose MRT-draw-calls to HUDMarek Olšák2017-07-313-0/+9
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-07-261-0/+5
* radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle2017-07-261-15/+24
* radeon/vcn: move message buffer to vram for nowLeo Liu2017-07-251-1/+2
* radeonsi/gfx9: don't read back non-existent register SRBM_STATUS2Marek Olšák2017-07-171-1/+1
* gallium/radeon: reallocate suballocated buffers when exportedMarek Olšák2017-07-172-1/+28
* gallium/radeon: flush the context after in-place texture realloc before exportMarek Olšák2017-07-171-0/+1
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-22/+22
* gallium/radeon: fix VDPAU breakage, need VRAM with WCMarek Olšák2017-07-051-1/+2
* gallium/radeon: attempt to fix a compiler failure in radeon_winsys.hMarek Olšák2017-07-041-1/+1
* gallium/radeon: allow suballocating texturesMarek Olšák2017-07-042-1/+15
* gallium/radeon: generalize the function for in-place texture reallocationMarek Olšák2017-07-041-21/+43
* 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