X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_parser_flags.cpp;h=71d918af64e3bd0b781122522e6954e83d3a1941;hb=36ac3f29fa7080469e80e13d21acb15648d108d7;hp=fe245149e1b7ad96c5b121be69d616d87a76e118;hpb=fe2b9f4225a491d9f10d549bf87e37e760f6391a;p=apitrace 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 },