]> git.cworth.org Git - fips/history - Makefile.local
Add explicit link to libpthread, to work around debugging issues
[fips] / Makefile.local
2013-11-04 Carl WorthBegin re-factoring metrics.c into separate context...
2013-10-28 Carl WorthAdd a new context.c file with context_enter and context...
2013-10-22 Carl WorthAdd xmalloc function
2013-10-07 Carl WorthMakefile: Don't install 32/64-bit target if not compiled
2013-08-05 Carl WorthMakefile: Drop rule for *.cc source files.
2013-06-27 Carl Worthfips: Add the beginning of a test suite
2013-06-27 Carl WorthPush final collection of CFLAGS/LDFLAGS from Makefile...
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-14 Carl Worthconfigure: Fully separate CFLAGS/LDFLAGS between fips...
2013-06-14 Carl Worthconfigure: Test whether compiler can create both 32...
2013-06-10 Carl WorthMakefile: Automatically generate libfips.sym symbol map
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-04-25 Carl WorthWrap all OpenGL drawing calls, measure GPU time of...
2013-04-24 Carl WorthAdd wrappers for dlopen, dlsym, and glXGetProcAddressARB
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