aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_query_acc.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Split the fd_batch_resource_used by read vs write.Eric Anholt2020-05-121-1/+1
* freedreno: add screen lock wrappersRob Clark2020-04-291-2/+2
* freedreno: fix missing lockingRob Clark2020-04-041-0/+2
* freedreno: Fix detection of being in a blit for acc queries.Eric Anholt2020-03-301-8/+2
* freedreno: Associate the acc query bo with the batch.Eric Anholt2020-03-301-0/+2
* freedreno: Fix acc query handling in the presence of batch reordering.Eric Anholt2020-03-301-18/+46
* freedreno: Remove the "active" member of queries.Eric Anholt2020-03-301-4/+4
* freedreno: Remove always-true return from per-gen begin_query.Eric Anholt2020-03-301-3/+1
* freedreno: remove flush-queueRob Clark2020-01-291-2/+2
* 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