summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_perfcounter.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: fix crash/regression in performance countersNicolai Hähnle2016-09-301-0/+9
* radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie2016-09-061-1/+1
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-11/+11
* radeonsi: expose performance counters as 64 bitNicolai Hähnle2016-05-091-11/+11
* gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák2016-04-121-1/+0
* radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle2016-02-051-21/+17
* gallium/radeon: remove unnecessary test in r600_pc_query_add_resultNicolai Hähnle2015-12-151-3/+0
* radeon: use PIPE_DRIVER_QUERY_FLAG_DONT_LIST for perfcountersNicolai Hähnle2015-11-261-0/+2
* radeon: delay the generation of driver query names until first useNicolai Hähnle2015-11-261-91/+101
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-251-0/+636