aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_query.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-4/+4
* vc4: Fix leak in HW queries error pathErnestas Kulik2019-01-291-1/+1
* broadcom/vc4: Add support for HW perfmonBoris Brezillon2018-03-051-12/+216
* 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
* vc4: make vc4_begin_query() return a booleanSamuel Pitoiset2015-05-271-1/+2
* vc4: Add the necessary stubs for occlusion queries.Eric Anholt2014-09-291-0/+83