]> git.cworth.org Git - glfps/log
glfps
10 years agoAdd wrapper for glXGetProcAddressARB
Carl Worth [Fri, 20 Sep 2013 23:39:17 +0000 (16:39 -0700)]
Add wrapper for glXGetProcAddressARB

Some applications may be using this to get at the functions we want to
wrap, so we have to wrap it as well.

10 years agoAdd simple test suite runner for glfps
Carl Worth [Fri, 20 Sep 2013 22:38:11 +0000 (15:38 -0700)]
Add simple test suite runner for glfps

This simply calls into the test suite of the fips project to take
advantage of all of its test.

10 years agoInitial import of libglfps demo for glaze
Carl Worth [Fri, 20 Sep 2013 22:29:03 +0000 (15:29 -0700)]
Initial import of libglfps demo for glaze

This first implementation is a simple FPS-counter for OpenGL
implemented via a library suitable for use with LD_PRELOAD.