mesa: add infra for ARB_shader_clock
[mesa.git] / src / mesa / main / performance_monitor.c
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...