]> git.cworth.org Git - apitrace/commitdiff
common: Set flags for D3D11.1 calls too.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 12 Mar 2013 22:27:21 +0000 (22:27 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 12 Mar 2013 22:27:21 +0000 (22:27 +0000)
common/trace_parser_flags.cpp

index bad9f5ec41afa16055697b11ffb577917b560287..df989741f1ce34344bc9bf36470ec1eaad61e462 100644 (file)
@@ -72,6 +72,15 @@ callFlagTable[] = {
     { "ID3D10Device::DrawInstanced",                   CALL_FLAG_RENDER },
     { "ID3D10Device::OMSetRenderTargets",              CALL_FLAG_SWAP_RENDERTARGET },
     { "ID3D11Device::CheckMultisampleQualityLevels",   CALL_FLAG_NO_SIDE_EFFECTS | CALL_FLAG_VERBOSE },
+    { "ID3D11DeviceContext1::Draw",                          CALL_FLAG_RENDER },
+    { "ID3D11DeviceContext1::DrawAuto",                      CALL_FLAG_RENDER },
+    { "ID3D11DeviceContext1::DrawIndexed",                   CALL_FLAG_RENDER },
+    { "ID3D11DeviceContext1::DrawIndexedInstanced",          CALL_FLAG_RENDER },
+    { "ID3D11DeviceContext1::DrawIndexedInstancedIndirect",  CALL_FLAG_RENDER },
+    { "ID3D11DeviceContext1::DrawInstanced",                 CALL_FLAG_RENDER },
+    { "ID3D11DeviceContext1::DrawInstancedIndirect",         CALL_FLAG_RENDER },
+    { "ID3D11DeviceContext1::OMSetRenderTargets",       CALL_FLAG_SWAP_RENDERTARGET },
+    { "ID3D11DeviceContext1::OMSetRenderTargetsAndUnorderedAccessViews", CALL_FLAG_SWAP_RENDERTARGET },
     { "ID3D11DeviceContext::Draw",                          CALL_FLAG_RENDER },
     { "ID3D11DeviceContext::DrawAuto",                      CALL_FLAG_RENDER },
     { "ID3D11DeviceContext::DrawIndexed",                   CALL_FLAG_RENDER },