From: José Fonseca Date: Tue, 16 Oct 2012 11:30:57 +0000 (+0100) Subject: Ignore CGLChoose/DestroyPixelFormat calls. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=46650a4a18f142d0e91455e01d06419350e9ca2e;p=apitrace Ignore CGLChoose/DestroyPixelFormat calls. --- diff --git a/retrace/glretrace_cgl.cpp b/retrace/glretrace_cgl.cpp index b702ae1..8ae0e3e 100644 --- a/retrace/glretrace_cgl.cpp +++ b/retrace/glretrace_cgl.cpp @@ -185,6 +185,8 @@ static void retrace_CGLTexImageIOSurface2D(trace::Call &call) { const retrace::Entry glretrace::cgl_callbacks[] = { + {"CGLChoosePixelFormat", &retrace::ignore}, + {"CGLDestroyPixelFormat", &retrace::ignore}, {"CGLCreateContext", &retrace_CGLCreateContext}, {"CGLDestroyContext", &retrace_CGLDestroyContext}, {"CGLSetCurrentContext", &retrace_CGLSetCurrentContext},