summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/r600_query.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-23gallium/radeon: add HUD queries for monitoring some hw blocksSamuel Pitoiset1-0/+12
2017-01-16gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák1-0/+1
2017-01-06gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák1-0/+1
2017-01-06gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák1-1/+1
2017-01-06radeonsi: add HUD queries for cache flush statsMarek Olšák1-0/+3
2016-11-01radeonsi: add a driver query for counting CP DMA callsMarek Olšák1-0/+1
2016-11-01radeonsi: add a driver query for shader cache hitsMarek Olšák1-0/+1
2016-09-29gallium/radeon: implement get_query_result_resource (v2)Nicolai Hähnle1-0/+7
2016-09-29gallium/radeon: zero all query buffersNicolai Hähnle1-1/+1
2016-09-29radeonsi: add save_qbo_stateNicolai Hähnle1-0/+7
2016-09-05radeonsi: add HUD queries for counting VS/PS/CS partial flushesMarek Olšák1-0/+3
2016-09-05gallium/radeon: rename the num-cs-flushes query to num-ctx-flushesMarek Olšák1-1/+1
2016-08-26gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONSMarek Olšák1-0/+1
2016-08-10gallium/radeon: add HUD queries for mapped VRAM/GTTMarek Olšák1-0/+2
2016-06-29gallium/radeon: don't re-create queries for DCC stat gatheringMarek Olšák1-0/+2
2016-06-29gallium/radeon: add a HUD query for PS draw ratio stats from separate DCCMarek Olšák1-0/+1
2016-06-29gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMESMarek Olšák1-0/+2
2016-06-25gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák1-15/+15
2016-06-14gallium/radeon: add driver queries for compute/dma call stats and spillsMarek Olšák1-0/+4
2016-04-21radeon: handle query buffer allocation and mapping failuresNicolai Hähnle1-1/+1
2016-04-21radeon: wire end_query return value to sw/hw_endNicolai Hähnle1-2/+2
2016-04-18gallium/radeon: use enums in r600_query.hMarek Olšák1-20/+23
2016-04-12gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák1-2/+1
2016-02-05radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle1-18/+4
2016-02-05gallium/radeon: add GPIN driver query groupNicolai Hähnle1-0/+10
2015-11-26radeon: delay the generation of driver query names until first useNicolai Hähnle1-5/+5
2015-11-25radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle1-0/+121
2015-11-20radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle1-0/+1
2015-11-18radeon: count cs dwords separately for query begin and endNicolai Hähnle1-1/+2
2015-11-18radeon: expose r600_query_hw functions for reuseNicolai Hähnle1-0/+10
2015-11-18radeon: implement r600_query_hw_get_result via function pointersNicolai Hähnle1-0/+4
2015-11-18radeon: split hw query buffer handling from cs emitNicolai Hähnle1-0/+20
2015-11-18radeon: convert hardware queries to the new styleNicolai Hähnle1-0/+39
2015-11-18radeon: add query handler function pointersNicolai Hähnle1-0/+12
2015-11-18radeon: move R600_QUERY_* constants into a new query header fileNicolai Hähnle1-0/+49