summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_query.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-17freedreno: Remove the Emacs mode linesNeil Roberts1-2/+0
2018-07-18freedreno: batch query support (perfcounters)Rob Clark1-0/+4
2018-07-18freedreno: register usage queriesRob Clark1-0/+2
2017-12-17freedreno: add non-draw batches for compute/blitRob Clark1-3/+4
2017-12-17freedreno: track staging and shadow perf ctrs for the HUDRob Clark1-0/+2
2017-10-02freedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVERob Clark1-3/+4
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle1-0/+1
2017-04-22freedreno: add support for hw accumulating queriesRob Clark1-0/+21
2016-02-17freedreno/query: some queries don't have ->begin_query()Rob Clark1-0/+12
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+1
2014-05-13freedreno/query: allow multiple query implementationsRob Clark1-1/+32
2014-01-08freedreno: add basic query supportRob Clark1-0/+37