aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add R600/Evergreen/Cayman support to common viewport codeMarek Olšák2016-04-123-17/+50
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-125-0/+374
* gallium/radeon: set GTT WC on tiled texturesMarek Olšák2016-04-121-1/+2
* gallium/radeon: relax requirements on VRAM placements on APUsMarek Olšák2016-04-122-0/+9
* radeonsi: clean up aniso state translationMarek Olšák2016-04-121-0/+15
* gallium/radeon: fix maximum texture anisotropy setupMarek Olšák2016-04-121-5/+9
* gallium/radeon: never choose a linear tiling for DB surfacesMarek Olšák2016-04-121-7/+6
* gallium/radeon: removing dead code for sharing stencil buffersMarek Olšák2016-04-121-4/+0
* radeonsi: allow clearing buffers >= 4 GBMarek Olšák2016-04-122-3/+3
* gallium/radeon: allow allocating textures >= 4 GBMarek Olšák2016-04-123-14/+17
* winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák2016-04-121-2/+2
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-121-1/+1
* gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák2016-04-123-6/+2
* gallium/radeon: merge timer and non-timer query listsMarek Olšák2016-04-123-80/+22
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-121-6/+0
* gallium/radeon: move pipeline stat context flags to common codeMarek Olšák2016-04-121-1/+4
* gallium/radeon: unify checking streamout enable stateMarek Olšák2016-04-122-6/+6
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* radeon/uvd: alignment fix for decode message bufferBoyuan Zhang2016-04-111-1/+1
* radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2016-04-072-3/+12
* radeonsi: set shader calling conventionsBas Nieuwenhuizen2016-04-061-1/+16
* gallium/radeon: allow multiple exports of the same texture with different usageMarek Olšák2016-04-051-21/+33
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+2
* radeon/r600: Fix return type in failure branchEdward O'Callaghan2016-03-271-1/+1
* radeon/r600_query.c: Minor style fixEdward O'Callaghan2016-03-271-1/+1
* radeon/vce: disable two pipe mode for Polaris11Sonny Jiang2016-03-241-1/+2
* radeon/vce: add Polaris11 VCE firmware supportSonny Jiang2016-03-241-0/+3
* radeonsi: add support for Polaris (v2)Sonny Jiang2016-03-242-0/+11
* gallium/radeon: make r600_texture_disable_dcc externally accessibleNicolai Hähnle2016-03-212-2/+4
* gallium/radeon: remove remnants of R600 TGSI->LLVMMarek Olšák2016-03-202-20/+0
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-205-34/+9
* radeonsi: fix Hyper-Z hangs on P2 configsMarek Olšák2016-03-171-2/+8
* radeon/winsys: add layer support for BO exportChristian König2016-03-172-0/+2
* radeon/winsys: add offset support for BO import/exportChristian König2016-03-172-9/+18
* radeon/video: enable HEVC main 10 decodeBoyuan Zhang2016-03-111-2/+6
* radeon/uvd: handle HEVC main 10 decodeBoyuan Zhang2016-03-111-11/+58
* radeonsi: Lazily re-set sampler views after disabling DCCBas Nieuwenhuizen2016-03-111-2/+0
* gallium/radeon: notify all contexts when cmasks are enabled/disabledNicolai Hähnle2016-03-102-0/+10
* gallium/radeon: use explicit drm_major, drm_minor checkEmil Velikov2016-03-091-1/+2
* winsys/amdgpu: get PCI infoMarek Olšák2016-03-091-0/+6
* radeonsi: set amdgpu metadata before exporting a textureMarek Olšák2016-03-092-0/+10
* radeonsi: disable DCC on handle export if expecting write accessMarek Olšák2016-03-092-0/+36
* radeonsi: allocate DCC in the same backing buffer as the textureMarek Olšák2016-03-092-30/+23
* gallium/radeon: disable CMASK on handle export if sharing doesn't allow it (v2)Marek Olšák2016-03-092-0/+42
* gallium/radeon: eliminate fast color clear before sharingMarek Olšák2016-03-091-0/+16
* gallium/radeon: don't use fast color clear if sharing doesn't allow itMarek Olšák2016-03-091-0/+8
* gallium/radeon: disallow handle export for MSAA & depth texturesMarek Olšák2016-03-091-0/+7
* gallium/radeon: remember that texture_from_handle was called and its flagsMarek Olšák2016-03-091-2/+9
* gallium/radeon: check that handle usage doesn't change for a resourceMarek Olšák2016-03-092-0/+4
* gallium/radeon: disallow reallocation of shared buffersMarek Olšák2016-03-091-0/+4