summaryrefslogtreecommitdiff
path: root/src/mesa/main/performance_monitor.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-13mesa: remove some unused functions in the perf monitor areaSamuel Pitoiset1-27/+0
2017-02-22mesa: Separate INTEL_performance_query frontendRobert Bragg1-590/+0
2015-12-15mesa/main: use BITSET_FOREACH_SET in perf_monitor_result_sizeNicolai Hähnle1-4/+3
2015-11-25mesa/main: allow delayed initialization of performance monitorsNicolai Hähnle1-4/+35
2015-02-20util: Move Mesa's bitset.h to util/.Eric Anholt1-1/+1
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-1/+1
2014-06-17mesa: Remove unused functions from perfomance query code.Matt Turner1-13/+0
2014-05-30mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()Juha-Pekka Heikkila1-0/+5
2014-05-02mesa: Implement INTEL_performance_query.Petri Latvala1-46/+441
2014-05-02mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala1-0/+219
2013-12-04mesa: don't leak performance monitors on context destroyIlia Mirkin1-0/+19
2013-11-18mesa/main: Move declaration to beginning of scope.José Fonseca1-1/+2
2013-11-17mesa: Handle !m->Ended for performance monitor result availability.Kenneth Graunke1-1/+5
2013-11-17mesa: Track whether a performance monitor has ever ended.Kenneth Graunke1-1/+5
2013-11-17mesa: Also initialize gl_performance_monitor::Active.Kenneth Graunke1-0/+2
2013-11-17mesa: Store the performance monitor object's name.Kenneth Graunke1-0/+2
2013-10-31mesa: fix some MSVC signed/unsigned compiler warningsBrian Paul1-3/+3
2013-09-26mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke1-0/+609