From: José Fonseca Date: Tue, 16 Oct 2012 15:32:20 +0000 (+0100) Subject: Hide CGLGetCurrentContext calls X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=36ac3f29fa7080469e80e13d21acb15648d108d7;p=apitrace Hide CGLGetCurrentContext calls --- diff --git a/common/trace_parser_flags.cpp b/common/trace_parser_flags.cpp index fe24514..71d918a 100644 --- a/common/trace_parser_flags.cpp +++ b/common/trace_parser_flags.cpp @@ -55,6 +55,7 @@ defaultCallFlags = 0; */ const Entry callFlagTable[] = { + { "CGLGetCurrentContext", CALL_FLAG_NO_SIDE_EFFECTS | CALL_FLAG_VERBOSE }, { "CGLFlushDrawable", CALL_FLAG_END_FRAME }, { "IDirect3D9::CheckDeviceFormat", CALL_FLAG_NO_SIDE_EFFECTS | CALL_FLAG_VERBOSE }, { "IDirect3D9::EnumAdapterModes", CALL_FLAG_NO_SIDE_EFFECTS | CALL_FLAG_VERBOSE },