aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_query.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Fix detection of being in a blit for acc queries.Eric Anholt2020-03-301-1/+4
* freedreno: Remove the "active" member of queries.Eric Anholt2020-03-301-12/+1
* freedreno: Remove always-true return from per-gen begin_query.Eric Anholt2020-03-301-4/+3
* freedreno/perfcntrs: remove gallium dependenciesRob Clark2019-11-211-2/+37
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-061-4/+5
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-6/+6
* freedreno: Remove the Emacs mode linesNeil Roberts2018-10-171-2/+0
* freedreno: batch query support (perfcounters)Rob Clark2018-07-181-3/+66
* freedreno: register usage queriesRob Clark2018-07-181-15/+31
* freedreno: add non-draw batches for compute/blitRob Clark2017-12-171-0/+1
* freedreno: track staging and shadow perf ctrs for the HUDRob Clark2017-12-171-0/+2
* freedreno: a bit of query refactorRob Clark2017-04-221-1/+27
* freedreno: make hw-query a helperRob Clark2017-04-221-2/+2
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* freedreno: add support for conditional rendering, required for GL3.0Ilia Mirkin2015-11-181-0/+11
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-2/+2
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-6/+6
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* freedreno: add support for hw queriesRob Clark2014-05-131-2/+3
* freedreno/query: allow multiple query implementationsRob Clark2014-05-131-106/+12
* freedreno: add prims-emitted driver queryRob Clark2014-02-011-0/+1
* freedreno: add basic query supportRob Clark2014-01-081-0/+213