summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_query.c
Commit message (Expand)AuthorAgeFilesLines
* 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