summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_perfmon.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: delay initialization of performance countersNicolai Hähnle2015-11-251-11/+17
* st/mesa: add support for batch driver queries to perfmonNicolai Hähnle2015-11-201-7/+76
* st/mesa: maintain active perfmon counters in an arrayNicolai Hähnle2015-11-201-32/+49
* st/mesa: use BITSET_FOREACH_SET to loop through active perfmon countersNicolai Hähnle2015-11-201-5/+2
* st/mesa: store mapping from perfmon counter to query typeNicolai Hähnle2015-11-201-42/+32
* st/mesa: map semantic driver query types to underlying typeNicolai Hähnle2015-11-201-0/+3
* gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2015-11-201-30/+0
* st/mesa: fix pipe_query_result result initializerBrian Paul2015-05-051-1/+1
* st/mesa: fix st_NewPerfMonitor() declarationBrian Paul2015-05-051-1/+1
* st/mesa: implement GL_AMD_performance_monitorChristoph Bumiller2015-05-061-0/+425