]> git.cworth.org Git - fips/history - metrics.c
Collect any available results before switching contexts.
[fips] / metrics.c
2013-10-31 Carl WorthCollect any available results before switching contexts.
2013-10-31 Carl Worthmetrics: Fix to not try to call into OpenGL at atexit...
2013-10-31 Carl WorthFix resource leaks when switching contexts.
2013-10-31 Carl WorthCollect timer/monitor results whenever there are >1000...
2013-10-31 Carl WorthPrint reports every 15 frames rather than every 60
2013-10-31 Carl WorthFix to print metrics for operations with no per-stage...
2013-10-31 Carl Worthmetrics: Cosmetic change to prefer ctx over current_context
2013-10-28 Carl WorthFix buffer overrun in accumulate_program_metrics
2013-10-24 Carl WorthCleanup outstanding counters at context change.
2013-10-23 Carl WorthAdd support for performance counters of types other...
2013-10-23 Kenneth GraunkeFix conversion from group IDs to group array indices.
2013-10-23 Carl WorthPerform reporting on a per-shader-stage basis
2013-10-23 Carl WorthPrefer "info" over "metrics_info" for variable name.
2013-10-23 Carl WorthFix for an implementation with non-contiguous group...
2013-10-23 Carl WorthFree all fip-allocated data when the program exits
2013-10-23 Carl WorthClose two memory leaks in fips metrics reporting.
2013-10-23 Carl WorthPrint performance-counter names in report
2013-10-22 Carl WorthUn-nest an inner loop while printing program metrics
2013-10-22 Carl WorthEnsure that the name "fips" appears in all error messages.
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