]> git.cworth.org Git - fips/commitdiff
Add several missing symbols to the libfips symbol map.
authorCarl Worth <cworth@cworth.org>
Thu, 23 May 2013 21:22:42 +0000 (14:22 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 30 May 2013 20:07:51 +0000 (13:07 -0700)
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.

libfips.sym

index 15342a555c4c60646941f231c9de3efe0521d9ea..773d9c3db2653c90aa35db332b02a7435eaf1008 100644 (file)
@@ -31,6 +31,13 @@ global:
        glMultiDrawElementsEXT;
        glMultiModeDrawElementsIBM;
        glMultiDrawElementsIndirectAMD;
+       glCallList;
+       glCallLists;
+       glClear;
+       glEnd;
+       glDrawPixels;
+       glBlitFramebuffer;
+       glBlitFramebufferEXT;
        glUseProgram;
        glUseProgramObjectARB;
        glXSwapBuffers;