]> git.cworth.org Git - glfps/commit
Switch to Glaze to implement glfps
authorCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 14:08:38 +0000 (07:08 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 15:23:32 +0000 (08:23 -0700)
commit1ed37d8858a14c160cbd04ef6e38b0acade66a76
tree212f2ff2d67d5a62dcac8139fbd9ac474fe9c677
parenta02dd4f0d17df5b470a1140ae693e78ac6bbc4ff
Switch to Glaze to implement glfps

With Glaze, things are comparably as easy as using LD_PRELOAD, yet we
still get the robustness of working with applications using dlsym or
GetProcAddress, (as well as the robustness of having a real libGL.so
for the application to use rather than an LD_PRELOAD which can confuse
some applications).
Makefile
glfps-test
glfps.c