summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_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
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+2
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+2
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+1
* i915g: Return the max result for the fake occlusion queries.Stéphane Marchesin2011-06-271-1/+2
* i915g: add fake occlusion queries.Stéphane Marchesin2011-06-241-0/+85