aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_query.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-4/+0
* radeonsi: add GFX-IB-size query to the HUDMarek Olšák2017-10-171-0/+1
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-30/+30
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-221-1/+0
* radeonsi: expose the number of decompress calls to the HUDMarek Olšák2017-08-071-0/+1
* gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák2017-08-071-1/+1
* radeonsi: fix streamout overflow predication on VI+Nicolai Hähnle2017-08-021-0/+4
* radeonsi: expose MRT-draw-calls to HUDMarek Olšák2017-07-311-0/+1
* radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák2017-07-041-0/+1
* radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák2017-06-221-1/+2
* gallium/radeon: add a new HUD query for the number of resident handlesSamuel Pitoiset2017-06-181-0/+1
* gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2017-05-231-0/+1
* gallium/radeon: add a query for monitoring Gallium thread loadMarek Olšák2017-05-221-0/+1
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-151-0/+3
* gallium/radeon: subclass and handle threaded_queryMarek Olšák2017-05-151-3/+2
* Revert "radeonsi: constify a bunch of the perfcounter structs."Marek Olšák2017-05-061-2/+2
* radeonsi: constify a bunch of the perfcounter structs.Dave Airlie2017-05-041-2/+2
* radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák2017-04-281-0/+1
* gallium/radeon: formalize that r600_query_hw_add_result doesn't need a contextMarek Olšák2017-03-301-1/+1
* gallium/radeon: formalize that create_batch_query doesn't need pipe_contextMarek Olšák2017-03-171-2/+2
* gallium/radeon: formalize that create_query doesn't need pipe_contextMarek Olšák2017-03-171-2/+2
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-151-0/+1
* gallium/radeon: add new HUD queries for monitoring the CPSamuel Pitoiset2017-01-301-0/+7
* gallium/radeon: add new GPU-sdma-busy HUD querySamuel Pitoiset2017-01-301-0/+1
* gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset2017-01-251-0/+1
* gallium/radeon: add HUD queries for monitoring some hw blocksSamuel Pitoiset2017-01-231-0/+12
* gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák2017-01-161-0/+1
* gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák2017-01-061-0/+1
* gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák2017-01-061-1/+1
* radeonsi: add HUD queries for cache flush statsMarek Olšák2017-01-061-0/+3
* radeonsi: add a driver query for counting CP DMA callsMarek Olšák2016-11-011-0/+1
* radeonsi: add a driver query for shader cache hitsMarek Olšák2016-11-011-0/+1
* 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