aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/Android.perfcntrs.mk
Commit message (Collapse)AuthorAgeFilesLines
* freedreno: android: fix build of perfcounters.Martin Fuzzey2020-02-071-4/+4
| | | | | | | Some dependencies were missing on android causing a build failure. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3736> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3736>
* freedreno/perfcntrs: move to shared locationRob Clark2019-11-211-0/+43
This should eventually be useful for VK_KHR_performance_query as well. And in the more near term, for fdperf. Attempt to not break android build is best-effort and untested. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]>