]> git.cworth.org Git - fips/shortlog
fips
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.
2013-06-24 Carl Worthconfigure: Fix to have compiler warnings enabled while...
2013-06-14 Carl WorthTODO: Add some additional items suggested by Eero.
2013-06-14 Carl WorthTODO: Remove bug causing libfips-32.so to not build.
2013-06-14 Carl Worthconfigure: Fully separate CFLAGS/LDFLAGS between fips...
2013-06-14 Carl WorthAdd more detailed warning if libfips binary could not...
2013-06-14 Carl Worthconfigure: Test whether compiler can create both 32...
2013-06-13 Carl Worthconfigure: Move the code which detects compiler warning...
2013-06-13 Carl Worthconfigure: Switch from 4 spaces to tabs for some messages
2013-06-13 Carl Worthconfigure: Add an early check for a functional C compiler
2013-06-13 Carl Worthconfigure: Tighten up the text on a couple of messages
2013-06-13 Carl Worthconfigure: Move the error message for pkg-config earlier
2013-06-13 Carl WorthAdd a TODO file
2013-06-12 Carl Wortheglwrap: Add EGLWRAP_DEFER and EGLWRAP_DEFER_WITH_RETUR...
2013-06-12 Carl WorthFix to actually load the real libGL.so when the applica...
2013-06-12 Carl Worthdlwrap: Don't resolve libfips_handle on every call...
2013-06-12 Carl WorthSwitch from glGetQueryObjectiv to glGetQueryObjectuiv
2013-06-10 Carl WorthAdd a new GLWRAP_DEFER_WITH_RETURN macro.
2013-06-10 Carl WorthRemove typedef for fips_glXGetProcAddressARB_t
2013-06-10 Carl WorthMakefile: Automatically generate libfips.sym symbol map
2013-05-30 Carl Worthlibfips.sym: Sort list in symbol map alphabetically.
2013-05-30 Carl WorthAdd some *wrap_ prefixes to real_foo symbols.
2013-05-30 Carl WorthAdd two missing GL draw wrappers
2013-05-30 Carl Worthmetrics: Collect new timer-query results before report
2013-05-30 Carl Worthdlwrap: Fix dlwrap_real_dlopen to only perform dlsym...
2013-05-30 Carl WorthAvoid inserting timer queries while constructing a...
2013-05-30 Carl WorthAvoid trying to start a timer query within glBegin...
2013-05-30 Carl WorthAdd several missing symbols to the libfips symbol map.
2013-05-06 Carl WorthRemove useless fork before executing wrapped program.
2013-05-06 Carl WorthAdd support for OpenGL ES by conditionally compiling...
2013-05-06 Carl WorthMove metrics-tracking code from glwrap.c to new metrics.c
2013-05-02 Carl WorthReduce code duplication with with new 'glwrap_lookup...
2013-04-29 Carl Worthconfigure: Add checks for GL/gl.h
2013-04-29 Carl WorthFix glwrap.c to workaround 'const' changes in OpenGL...
2013-04-25 Carl WorthWrap all OpenGL drawing calls, measure GPU time of...
2013-04-25 Carl WorthGeneralize glXGetProcAddressARB wrapper to work for...
2013-04-25 Carl WorthFix 3 separate off-by-one error in as many lines of...
2013-04-24 Carl WorthMove include of dlfcn.h to dlwrap.h
2013-04-24 Carl WorthAdd a simple fips.h file.
2013-04-24 Carl WorthAppend to, rather than replace, the LD_PRELOAD value.
2013-04-24 Carl Worthfixup __dlsym
2013-04-24 Carl WorthAdd wrappers for dlopen, dlsym, and glXGetProcAddressARB
2013-04-24 Carl WorthFix fips to work without requiring an absolute path...
2013-04-24 Carl WorthCompile both 32-bit and 64-bit versions of the wrapper...
2013-04-23 Carl WorthStart wrapping OpenGL, and print periodic FPS value...
2013-04-23 Carl WorthAdd the ability to execute a program.
2013-04-23 Carl WorthMove dist, release, etc. targets to new Makefile.release
2013-04-23 Carl WorthInitial commit of fips repository