aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_query.h
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Remove the "active" member of queries.Eric Anholt2020-03-301-1/+0
* freedreno: Remove always-true return from per-gen begin_query.Eric Anholt2020-03-301-1/+1
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-061-0/+7
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-3/+3
* freedreno: Remove the Emacs mode linesNeil Roberts2018-10-171-2/+0
* freedreno: batch query support (perfcounters)Rob Clark2018-07-181-0/+4
* freedreno: register usage queriesRob Clark2018-07-181-0/+2
* freedreno: add non-draw batches for compute/blitRob Clark2017-12-171-3/+4
* freedreno: track staging and shadow perf ctrs for the HUDRob Clark2017-12-171-0/+2
* freedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVERob Clark2017-10-021-3/+4
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+1
* freedreno: add support for hw accumulating queriesRob Clark2017-04-221-0/+21
* freedreno/query: some queries don't have ->begin_query()Rob Clark2016-02-171-0/+12
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+1
* freedreno/query: allow multiple query implementationsRob Clark2014-05-131-1/+32
* freedreno: add basic query supportRob Clark2014-01-081-0/+37