]> git.cworth.org Git - fips/history - metrics.c
Add collection of (AMD_performance_monitor) performance counters to fips
[fips] / metrics.c
2013-10-22 Carl WorthAdd collection of (AMD_performance_monitor) performance...
2013-10-22 Carl WorthAdd xmalloc function
2013-10-16 Carl WorthRestore metrics op after temporarily changing for non...
2013-10-16 Carl WorthAggregate non-shader GPU operations into their own...
2013-10-15 Carl WorthSimplify metrics interface by dropping metrics_counter_new
2013-10-07 Carl Worthmetrics: Use a more meaningful field name.
2013-10-07 Eric AnholtSort the output and print the percentage.
2013-10-07 Eric AnholtAdd an explanatory comment for a surprisingly-unused...
2013-10-07 Eric AnholtReport what the actual units are.
2013-06-27 Carl Worthfips: Add a -v/--verbose flag.
2013-06-24 Carl WorthPush glBeginQuery/glEndQuery down into metrics.c
2013-06-24 Carl Worthfips-dispatch: Completely separate fips-dispatch GL...
2013-06-24 Carl WorthAdd dynamic dispatch for any calls to OpenGL functions.
2013-06-12 Carl WorthSwitch from glGetQueryObjectiv to glGetQueryObjectuiv
2013-05-30 Carl Worthmetrics: Collect new timer-query results before report
2013-05-06 Carl WorthMove metrics-tracking code from glwrap.c to new metrics.c