]> git.cworth.org Git - fips/commitdiff
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)
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.


No differences found