From 983f27081e422f517cc6712165d2b3a7bf596cb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 12 Mar 2013 22:27:21 +0000 Subject: [PATCH] common: Set flags for D3D11.1 calls too. --- common/trace_parser_flags.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/trace_parser_flags.cpp b/common/trace_parser_flags.cpp index bad9f5e..df98974 100644 --- a/common/trace_parser_flags.cpp +++ b/common/trace_parser_flags.cpp @@ -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 }, -- 2.43.0