summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: Use llvm.AMDIL.exp intrinsic again for nowMichel Dänzer2015-12-041-1/+1
* radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák2015-12-041-1/+2
* radeon/vce: disable Stoney VCE for 11.0Leo Liu2015-11-301-0/+5
* radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2015-11-302-2/+9
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-11-292-1/+6
* radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2015-11-202-15/+18
* radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle2015-11-201-8/+18
* radeon/vce: disable two pipe mode for stoneyLeo Liu2015-11-201-1/+2
* radeon/vce: add new firmware interface supportLeo Liu2015-11-204-5/+262
* radeon: ensure that timing/profiling queries are suspended on flushNicolai Hähnle2015-11-202-9/+6
* radeon: count cs dwords separately for query begin and endNicolai Hähnle2015-11-182-15/+21
* radeon: expose r600_query_hw functions for reuseNicolai Hähnle2015-11-182-14/+27
* radeon: implement r600_query_hw_get_result via function pointersNicolai Hähnle2015-11-182-99/+94
* radeon: split hw query buffer handling from cs emitNicolai Hähnle2015-11-182-81/+133
* radeon: convert hardware queries to the new styleNicolai Hähnle2015-11-182-148/+172
* radeon: convert software queries to the new styleNicolai Hähnle2015-11-181-172/+194
* radeon: add query handler function pointersNicolai Hähnle2015-11-182-7/+62
* radeon: move R600_QUERY_* constants into a new query header fileNicolai Hähnle2015-11-184-15/+51
* radeon: cleanup driver query listNicolai Hähnle2015-11-181-29/+55
* radeon: move get_driver_query_info to r600_query.cNicolai Hähnle2015-11-183-45/+51
* gallium/radeon: shorten render_cond variable namesMarek Olšák2015-11-133-11/+11
* gallium/radeon: remove predicate_drawing flagMarek Olšák2015-11-132-2/+0
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-133-44/+38
* gallium/radeon: simplify restoring render condition after flushMarek Olšák2015-11-132-21/+5
* gallium/radeon: don't use PREDICATION_OP_CLEARMarek Olšák2015-11-131-36/+24
* gallium/radeon: simplify disabling render condition for u_blitterMarek Olšák2015-11-131-1/+2
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-135-56/+52
* gallium/radeon: remove the IB flushing flagMarek Olšák2015-11-132-8/+2
* gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_spaceMarek Olšák2015-11-132-15/+4
* gallium/radeon: fix PIPE_QUERY_GPU_FINISHEDMarek Olšák2015-11-131-1/+1
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-062-2/+7
* gallium/radeon: allow returning SDMA fences from pipe->flushMarek Olšák2015-11-041-8/+56
* gallium/radeon: always return the last SDMA fence on SDMA flush if neededMarek Olšák2015-11-042-4/+8
* radeon/uvd: implement and add flag for VAAPI HEVC decodeBoyuan Zhang2015-10-272-0/+16
* winsys/amdgpu: remove the dcc_enable surface flagMarek Olšák2015-10-272-3/+1
* radeonsi: add debug flags that disable DCC and DCC fast clearMarek Olšák2015-10-273-0/+10
* radeonsi: properly check if DCC is enabled and allocatedMarek Olšák2015-10-271-1/+1
* radeonsi: Implement DCC fast clear.Bas Nieuwenhuizen2015-10-241-11/+96
* radeonsi: Enable DCC.Bas Nieuwenhuizen2015-10-243-0/+4
* radeonsi: Disable operations that do not work with DCC.Bas Nieuwenhuizen2015-10-241-0/+5
* radeonsi: Allocate buffers for DCC.Bas Nieuwenhuizen2015-10-244-0/+50
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-10-232-0/+7
* radeon/uvd: don't expose HEVC on old UVD hw (v3)Alex Deucher2015-10-221-32/+18
* radeonsi: don't use the AMDGPU intrinsic for CMPMarek Olšák2015-10-171-9/+22
* radeonsi: use LRP from gallivmMarek Olšák2015-10-171-2/+0
* radeonsi: don't emit AMDGPU intrinsics for integer abs, min, maxMarek Olšák2015-10-171-10/+50
* radeonsi: don't emit AMDGPU intrinsics for EX2, ROUND, TRUNCMarek Olšák2015-10-171-3/+3
* radeonsi: initialize output, temp, and address registers to "undef"Marek Olšák2015-10-171-4/+15
* gallium/radeon: add separate stencil level dirty flagsMarek Olšák2015-10-031-0/+1
* winsys/amdgpu: add winsys function cs_get_buffer_listMarek Olšák2015-10-031-0/+16