summaryrefslogtreecommitdiff
path: root/src/video_core/dirty_flags.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2020-03-14 11:47:33 -0400
committerGravatar Fernando Sahmkow2020-03-14 11:47:33 -0400
commit380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa (patch)
tree4fb064d686386b6bdee58e7f0f5cac2765ac9056 /src/video_core/dirty_flags.h
parentMerge pull request #3491 from ReinUsesLisp/polygon-modes (diff)
downloadyuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar.gz
yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar.xz
yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.zip
DirtyFlags: relax need to set render_targets as dirty
The texture cache already takes care of setting a render target to dirty when invalidated.
Diffstat (limited to 'src/video_core/dirty_flags.h')
-rw-r--r--src/video_core/dirty_flags.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/dirty_flags.h b/src/video_core/dirty_flags.h
index 0dbafd3ef..3f6c1d83a 100644
--- a/src/video_core/dirty_flags.h
+++ b/src/video_core/dirty_flags.h
@@ -44,8 +44,6 @@ void FillBlock(Tegra::Engines::Maxwell3D::DirtyState::Tables& tables, std::size_
44 FillBlock(tables[1], begin, num, index_b); 44 FillBlock(tables[1], begin, num, index_b);
45} 45}
46 46
47void SetupCommonOnWriteStores(Tegra::Engines::Maxwell3D::DirtyState::Flags& store);
48
49void SetupDirtyRenderTargets(Tegra::Engines::Maxwell3D::DirtyState::Tables& tables); 47void SetupDirtyRenderTargets(Tegra::Engines::Maxwell3D::DirtyState::Tables& tables);
50 48
51} // namespace VideoCommon::Dirty 49} // namespace VideoCommon::Dirty