]> git.cworth.org Git - fips/commit
Add support for OpenGL ES by conditionally compiling wrapper for eglSwapBuffers
authorCarl Worth <cworth@cworth.org>
Mon, 6 May 2013 18:30:06 +0000 (11:30 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 6 May 2013 18:36:56 +0000 (11:36 -0700)
commitb1570730174c0efe6431e8b032c5d408c7367a21
tree0b82ec9b8e4411c8e07bf52e2baaeddf96ce42f3
parentc0c549440d852153d1777eca3fa962c1b70483b3
Add support for OpenGL ES by conditionally compiling wrapper for eglSwapBuffers

The configure script now looks for EGL/egl.h, (via pkg-config or directly),
and if present, will compile a wrapper for eglSwapBuffers.

This allows fips to report metrics for OpenGL ES programs.
Makefile.local
configure
eglwrap.c [new file with mode: 0644]
glxwrap.c
libfips.sym