Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / main / performance_monitor.c
2020-01-23 Matt Turnerutil: Remove tmp argument from BITSET_FOREACH_SET macro
2018-07-18 Rob Clarkmesa: don't double incr/decr ActiveCounters
2018-07-18 Rob Clarkmesa: fix error msg typo
2017-04-13 Samuel Pitoisetmesa: remove some unused functions in the perf monitor...
2017-02-22 Robert Braggmesa: Separate INTEL_performance_query frontend
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-15 Nicolai Hähnlemesa/main: use BITSET_FOREACH_SET in perf_monitor_resul...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-25 Nicolai Hähnlemesa/main: allow delayed initialization of performance...
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-06-17 Matt Turnermesa: Remove unused functions from perfomance query...
2014-05-30 Juha-Pekka Heikkilamesa/main: Add missing null check in _mesa_CreatePerfQu...
2014-05-02 Petri Latvalamesa: Implement INTEL_performance_query.
2014-05-02 Petri Latvalamesa: Add core support for the GL_INTEL_performance_que...
2013-12-04 Ilia Mirkinmesa: don't leak performance monitors on context destroy
2013-11-18 José Fonsecamesa/main: Move declaration to beginning of scope.
2013-11-18 Kenneth Graunkemesa: Handle !m->Ended for performance monitor result...
2013-11-18 Kenneth Graunkemesa: Track whether a performance monitor has ever...
2013-11-18 Kenneth Graunkemesa: Also initialize gl_performance_monitor::Active.
2013-11-18 Kenneth Graunkemesa: Store the performance monitor object's name.
2013-10-31 Brian Paulmesa: fix some MSVC signed/unsigned compiler warnings
2013-09-26 Kenneth Graunkemesa: Add core support for the GL_AMD_performance_monit...