summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_query.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: implement get_query_result_resource (v2)Nicolai Hähnle2016-09-291-0/+7
* gallium/radeon: zero all query buffersNicolai Hähnle2016-09-291-1/+1
* radeonsi: add save_qbo_stateNicolai Hähnle2016-09-291-0/+7
* radeonsi: add HUD queries for counting VS/PS/CS partial flushesMarek Olšák2016-09-051-0/+3
* gallium/radeon: rename the num-cs-flushes query to num-ctx-flushesMarek Olšák2016-09-051-1/+1
* gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONSMarek Olšák2016-08-261-0/+1
* gallium/radeon: add HUD queries for mapped VRAM/GTTMarek Olšák2016-08-101-0/+2
* gallium/radeon: don't re-create queries for DCC stat gatheringMarek Olšák2016-06-291-0/+2
* gallium/radeon: add a HUD query for PS draw ratio stats from separate DCCMarek Olšák2016-06-291-0/+1
* gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMESMarek Olšák2016-06-291-0/+2
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-15/+15
* gallium/radeon: add driver queries for compute/dma call stats and spillsMarek Olšák2016-06-141-0/+4
* radeon: handle query buffer allocation and mapping failuresNicolai Hähnle2016-04-211-1/+1
* radeon: wire end_query return value to sw/hw_endNicolai Hähnle2016-04-211-2/+2
* gallium/radeon: use enums in r600_query.hMarek Olšák2016-04-181-20/+23
* gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák2016-04-121-2/+1
* radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle2016-02-051-18/+4
* gallium/radeon: add GPIN driver query groupNicolai Hähnle2016-02-051-0/+10
* radeon: delay the generation of driver query names until first useNicolai Hähnle2015-11-261-5/+5
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-251-0/+121
* radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2015-11-201-0/+1
* radeon: count cs dwords separately for query begin and endNicolai Hähnle2015-11-181-1/+2
* radeon: expose r600_query_hw functions for reuseNicolai Hähnle2015-11-181-0/+10
* radeon: implement r600_query_hw_get_result via function pointersNicolai Hähnle2015-11-181-0/+4
* radeon: split hw query buffer handling from cs emitNicolai Hähnle2015-11-181-0/+20
* radeon: convert hardware queries to the new styleNicolai Hähnle2015-11-181-0/+39
* radeon: add query handler function pointersNicolai Hähnle2015-11-181-0/+12
* radeon: move R600_QUERY_* constants into a new query header fileNicolai Hähnle2015-11-181-0/+49