From: Carl Worth Date: Mon, 6 May 2013 18:30:06 +0000 (-0700) Subject: Add support for OpenGL ES by conditionally compiling wrapper for eglSwapBuffers X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b1570730174c0efe6431e8b032c5d408c7367a21;hp=b1570730174c0efe6431e8b032c5d408c7367a21;p=fips 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. ---