summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_query.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-7/+7
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-1/+2
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+6
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+2
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+2
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+1
2011-06-27i915g: Return the max result for the fake occlusion queries.Stéphane Marchesin1-1/+2
2011-06-24i915g: add fake occlusion queries.Stéphane Marchesin1-0/+85