summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_perfcntr.h
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18freedreno: batch query support (perfcounters)Rob Clark1-0/+72
Core infrastructure for performance counters, using gallium's batch query interface (to support AMD_performance_monitor). Signed-off-by: Rob Clark <robdclark@gmail.com>