]> git.cworth.org Git - fips/shortlog
fips
2014-03-03 Carl Worthstash frame-timings
2014-02-05 Carl WorthCorrect arguments for glClearNamedBufferSubDataEXT...
2013-11-12 Carl WorthDon't print a frame-time report for the first frame...
2013-11-12 Carl WorthUse consistent argument order for subtract functions...
2013-11-12 Eric AnholtDo something sensible for timestamp wrapping.
2013-11-12 Eric AnholtAdd dispatch for glGetQueryiv().
2013-11-12 Carl WorthFix CPU load reported on initial frame.
2013-11-12 Eric AnholtFix uninitialized-value compile warning.
2013-11-11 Carl WorthAdd placeholder value for GPU load.
2013-11-11 Carl WorthCapture and print CPU load on a per-frame basis.
2013-11-11 Carl WorthPrint frame-time and latency time on separate lines.
2013-11-11 Carl WorthSwitch to unsigned values for the timestamp query results.
2013-11-11 Carl WorthAdd per-frame time and latency measurements
2013-11-11 Carl Worthfips-dispatch: Add functions necessary for GL_TIMESTAMP...
2013-11-11 Carl WorthTiny refactoring of metrics_end_frame interface
2013-11-11 Carl WorthRemove unused parameter from RESTORE_METRICS_OP macro.
2013-11-11 Carl WorthAllow fips to compile with OpenGL without GLfixed
2013-11-11 Carl WorthFix fips to work even without the GL_AMD_performance_mo...
2013-11-04 Carl Worthdispatch: Add support for glGetIntegerv, glGetString...
2013-11-04 Carl WorthFix to still print metrics when there are no per-stage...
2013-11-04 Carl WorthMake definition of context_t private to context.c
2013-11-04 Carl WorthRemove the context_get_current function
2013-11-04 Carl WorthAdd a pointer to metrics_info_t from metrics_t
2013-11-04 Carl Worthmetrics: Move the create/fini/destroy functions to...
2013-11-04 Carl WorthHide the metrics_t data structure in metrics.c
2013-11-04 Carl WorthPush oustanding-counter data down from context.c into...
2013-11-04 Carl Worthcontext: Avoid doing excessive work if application...
2013-11-04 Carl Worthxmalloc: Add xcalloc wrapper for calloc
2013-11-04 Carl WorthBegin re-factoring metrics.c into separate context...
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 WorthAdd a new context.c file with context_enter and context...
2013-10-28 Carl Worthdispatch: Fix dispatcher to perform lookup for the...
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 Carl WorthTrack glext.h ABI changes
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 Worthfips-dispatch: Fix misspelled glGetPerfMonitorGroupStri...
2013-10-22 Carl WorthRespect GLAZE_LIBGL environment variable (if FIPS_LIBGL...
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 Worthfips-dispatch: Add support for AMD_performance_monitor...
2013-10-22 Carl Worthfips-dispatch: Simplify dispatch code by abstracting...
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 WorthRework timer queries to run continuously.
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 Carl WorthTODO: Remove some completed tasks
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-10-07 Carl WorthAllow user to specify FIPS_LIBGL as path to "real"...
2013-10-07 Carl Worthconfigure: Fix generated comment for BINDIR_TO_LIBFIPSDIR
2013-10-07 Carl WorthMakefile: Don't install 32/64-bit target if not compiled
2013-08-27 Carl Worthglxwrap: Initialize fips_dispatch when glxMakeContextCu...
2013-08-05 Carl Worthdlwrap: Add new dlwrap_dlopen_libfips function
2013-08-05 Carl WorthMakefile: Drop rule for *.cc source files.
2013-07-03 Carl Wortheglwrap: Fix some typos in a comment
2013-07-03 Carl Worthdlwrap: Add "libGLESv2.so" to the list of supported...
2013-07-03 Carl Worthtest: Add 4 tests using EGL and OpenGLESv2
2013-07-03 Carl Worthglwrap: Don't hardcode "libGL.so.1" for looking up...
2013-07-03 Carl Worthconfigure: Drop broken workarounds for missing pkg...
2013-07-03 Carl Worthfips: Fix dlsym wrapper for egl symbols
2013-07-03 Carl Worthtest: Add remaining three egl-opengl tests
2013-07-02 Carl Worthtest: Add support for EGL-based test, (and one EGL...
2013-07-02 Carl Worthtest: Rename handle-events.c to common.c
2013-07-02 Carl Worthutil-x11: Rework init_window interface to accept XVisua...
2013-07-01 Carl Worthtest: Rename util.c and util.h to util-x11.c and util...
2013-06-28 Carl Worthtest: Add two more tests to the test suite
2013-06-27 Carl Worthtest: Reduce code duplication in test-suite programs
2013-06-27 Carl Worthglxwraps: Fix fips for programs that call glXGetProcAddress
2013-06-27 Carl Worthtest: Add two more tests, (now using glXGetProcAddress...
2013-06-27 Carl Worthtest: Add test using GLX with dlopen and dlsym to find...
2013-06-27 Carl Worthfips: Add the beginning of a test suite
2013-06-27 Carl Worthfips: Add a -v/--verbose flag.
2013-06-27 Carl Worthconfigure: Add pkg-config-based check for libX11
2013-06-27 Carl Worthconfigure: Set GL_LDFLAGS and EGL_LDFLAGS in configure...
2013-06-27 Carl WorthPush final collection of CFLAGS/LDFLAGS from Makefile...
2013-06-25 Carl WorthStop processing command-line options at first non-optio...
2013-06-24 Carl Wortheglwrap: Add comment describing why we don't lookup...
2013-06-24 Carl WorthEGL: Add wrapper for eglGetProcAddress
2013-06-24 Carl Worthconfigure: Fix configure check to look for egl.h in...
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.
next