index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
performance_monitor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove some unused functions in the perf monitor area
Samuel Pitoiset
2017-04-13
1
-27
/
+0
*
mesa: Separate INTEL_performance_query frontend
Robert Bragg
2017-02-22
1
-590
/
+0
*
mesa/main: use BITSET_FOREACH_SET in perf_monitor_result_size
Nicolai Hähnle
2015-12-15
1
-4
/
+3
*
mesa/main: allow delayed initialization of performance monitors
Nicolai Hähnle
2015-11-25
1
-4
/
+35
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
mesa: Remove unused functions from perfomance query code.
Matt Turner
2014-06-17
1
-13
/
+0
*
mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+5
*
mesa: Implement INTEL_performance_query.
Petri Latvala
2014-05-02
1
-46
/
+441
*
mesa: Add core support for the GL_INTEL_performance_query extension.
Petri Latvala
2014-05-02
1
-0
/
+219
*
mesa: don't leak performance monitors on context destroy
Ilia Mirkin
2013-12-04
1
-0
/
+19
*
mesa/main: Move declaration to beginning of scope.
José Fonseca
2013-11-18
1
-1
/
+2
*
mesa: Handle !m->Ended for performance monitor result availability.
Kenneth Graunke
2013-11-17
1
-1
/
+5
*
mesa: Track whether a performance monitor has ever ended.
Kenneth Graunke
2013-11-17
1
-1
/
+5
*
mesa: Also initialize gl_performance_monitor::Active.
Kenneth Graunke
2013-11-17
1
-0
/
+2
*
mesa: Store the performance monitor object's name.
Kenneth Graunke
2013-11-17
1
-0
/
+2
*
mesa: fix some MSVC signed/unsigned compiler warnings
Brian Paul
2013-10-31
1
-3
/
+3
*
mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
2013-09-26
1
-0
/
+609