From: Carl Worth Date: Thu, 23 May 2013 21:22:42 +0000 (-0700) Subject: Add several missing symbols to the libfips symbol map. X-Git-Url: https://git.cworth.org/git?p=fips;a=commitdiff_plain;h=5d1e3487ca1699c242ddde9828887e9e3d6c8363 Add several missing symbols to the libfips symbol map. I'm not sure why these weren't added before, but without these in the map, these calls were not being successfully wrapped, so these calls were not being timed as they should have been. In the future we should automatically generate the symbol list to avoid any similar problems. --- diff --git a/libfips.sym b/libfips.sym index 15342a5..773d9c3 100644 --- a/libfips.sym +++ b/libfips.sym @@ -31,6 +31,13 @@ global: glMultiDrawElementsEXT; glMultiModeDrawElementsIBM; glMultiDrawElementsIndirectAMD; + glCallList; + glCallLists; + glClear; + glEnd; + glDrawPixels; + glBlitFramebuffer; + glBlitFramebufferEXT; glUseProgram; glUseProgramObjectARB; glXSwapBuffers;