aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_query_acc.c
Commit message (Expand)AuthorAgeFilesLines
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-1/+1
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-061-3/+5
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-3/+3
* freedreno: drop unused arg from fd_batch_flush()Rob Clark2019-06-261-2/+2
* freedreno: add fd_context_batch() accessorRob Clark2018-09-051-2/+2
* freedreno: batch query prep-workRob Clark2018-07-181-7/+18
* freedreno: rework accumulated query result vfuncRob Clark2018-07-181-1/+1
* freedreno: rework fence trackingRob Clark2017-12-031-2/+2
* freedreno: per-context fd_pipeRob Clark2017-10-241-3/+3
* freedreno: add support for hw accumulating queriesRob Clark2017-04-221-0/+230