summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon: handle query buffer allocation and mapping failuresNicolai Hähnle2016-04-212-9/+33
* radeon: wire end_query return value to sw/hw_endNicolai Hähnle2016-04-212-7/+10
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-222-12/+12
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-7/+7
* gallium/radeon: Silence possibly uninitialized variable warning.Bas Nieuwenhuizen2016-04-211-1/+1
* radeonsi: enable TGSI support cap for compute shadersBas Nieuwenhuizen2016-04-191-5/+16
* radeonsi: add shared memoryBas Nieuwenhuizen2016-04-192-0/+7
* radeonsi: Create CE IB.Bas Nieuwenhuizen2016-04-192-0/+2
* winsys/amdgpu: Add support for const IB.Marek Olšák2016-04-191-0/+30
* gallium/radeon: move ring_type into winsysesMarek Olšák2016-04-191-1/+0
* gallium/radeon: use enums in r600_query.hMarek Olšák2016-04-181-20/+23
* gallium/radeon: don't flush CB/DB caches for timestamp queriesMarek Olšák2016-04-182-2/+3
* gallium/radeon: fix Nine with its slightly shifted viewportsMarek Olšák2016-04-181-15/+21
* r600g: Move R600_BIG_ENDIAN to r600_pipe_common.hOded Gabbay2016-04-181-0/+6
* gallium/radeon: handle vertex shaders that disable clipping & viewportMarek Olšák2016-04-162-1/+20
* radeon/uvd: fix tonga feedback buffer sizeLeo Liu2016-04-141-4/+8
* gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle2016-04-141-0/+4
* gallium/radeon: move a comment to the correct placeMarek Olšák2016-04-131-3/+3
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-132-0/+10
* 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