aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_perfcounter.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move remaining perfcounter code into si_perfcounter.cNicolai Hähnle2018-12-191-639/+0
* radeonsi: move r600_query.c/h files to si_query.c/hMarek Olšák2018-04-051-1/+1
* radeonsi: rename query definitions R600_ -> SI_Marek Olšák2018-04-051-32/+32
* radeonsi: rename r600 -> si in some placesMarek Olšák2018-04-051-84/+84
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+1
* radeonsi: use r600_common_context less pt5Marek Olšák2018-04-051-14/+14
* radeonsi: remove r600_pipe_common::save_qbo_stateMarek Olšák2018-04-051-1/+1
* radeonsi: remove unused query codeMarek Olšák2018-04-051-8/+1
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-16/+16
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-4/+0
* radeonsi: shrink r600d_common.h and stop using itMarek Olšák2017-10-091-1/+1
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-22/+22
* Revert "radeonsi: constify a bunch of the perfcounter structs."Marek Olšák2017-05-061-1/+1
* radeonsi: constify a bunch of the perfcounter structs.Dave Airlie2017-05-041-1/+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-6/+6
* gallium/radeon: formalize that create_query doesn't need pipe_contextMarek Olšák2017-03-171-2/+2
* radeonsi: show average results per frame for perf counters in HUDMarek Olšák2017-01-161-1/+1
* 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