]> git.cworth.org Git - fips/history - glxwrap.c
metrics: Collect new timer-query results before report
[fips] / glxwrap.c
2013-05-06 Carl WorthAdd support for OpenGL ES by conditionally compiling...
2013-05-02 Carl WorthReduce code duplication with with new 'glwrap_lookup...
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-24 Carl WorthMove include of dlfcn.h to dlwrap.h
2013-04-24 Carl WorthAdd a simple fips.h file.
2013-04-24 Carl WorthAdd wrappers for dlopen, dlsym, and glXGetProcAddressARB
2013-04-23 Carl WorthStart wrapping OpenGL, and print periodic FPS value...