From 5d1e3487ca1699c242ddde9828887e9e3d6c8363 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 23 May 2013 14:22:42 -0700 Subject: [PATCH] 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. --- libfips.sym | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.43.0