aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines/maxwell_3d.cpp
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-07-14 08:14:27 -0400
committerFernandoS27 <fsahmkow27@gmail.com>2019-07-17 17:29:52 -0400
commitfec32fed18bd4210f00150018a05ab010091e573 (patch)
tree81250a6801d23e54f1681e8881cabebbd1e9f01d /src/video_core/engines/maxwell_3d.cpp
parenta081dea8abd9539ab45e53fbfb0e9c6243b87180 (diff)
GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing
Diffstat (limited to 'src/video_core/engines/maxwell_3d.cpp')
-rw-r--r--src/video_core/engines/maxwell_3d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp
index cfa98f528..d499aaa8d 100644
--- a/src/video_core/engines/maxwell_3d.cpp
+++ b/src/video_core/engines/maxwell_3d.cpp
@@ -568,7 +568,6 @@ void Maxwell3D::FinishCBData() {
const u32 id = cb_data_state.id;
memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size);
- dirty.ResetRenderTargets();
cb_data_state.id = null_cb_data;
cb_data_state.current = null_cb_data;