]> git.cworth.org Git - fips/shortlog
fips
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