aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_query_hw.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-3/+3
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-061-7/+1
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+4
* nv50: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-0/+6
* nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset2015-12-161-0/+6
* nv50: add support for performance metrics on G84+Samuel Pitoiset2015-11-141-3/+16
* nv50: add compute-related MP perf counters on G84+Samuel Pitoiset2015-11-141-1/+33
* nv50: do not create an invalid HW query typeSamuel Pitoiset2015-10-301-11/+28
* nv50: move HW queries to nv50_query_hw.c/h filesSamuel Pitoiset2015-10-301-0/+389