diff options
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_rasterizer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer.cpp b/src/video_core/renderer_opengl/gl_rasterizer.cpp index 84c285db8..8f977985b 100644 --- a/src/video_core/renderer_opengl/gl_rasterizer.cpp +++ b/src/video_core/renderer_opengl/gl_rasterizer.cpp | |||
| @@ -459,10 +459,6 @@ void RasterizerOpenGL::Clear() { | |||
| 459 | glDisablei(GL_SCISSOR_TEST, 0); | 459 | glDisablei(GL_SCISSOR_TEST, 0); |
| 460 | } | 460 | } |
| 461 | 461 | ||
| 462 | // TODO(Rodrigo): Find out if blending affects clearing | ||
| 463 | state_tracker.NotifyBlend0(); | ||
| 464 | glDisablei(GL_BLEND, 0); | ||
| 465 | |||
| 466 | UNIMPLEMENTED_IF(regs.clear_flags.viewport); | 462 | UNIMPLEMENTED_IF(regs.clear_flags.viewport); |
| 467 | 463 | ||
| 468 | ConfigureClearFramebuffer(use_color, use_depth, use_stencil); | 464 | ConfigureClearFramebuffer(use_color, use_depth, use_stencil); |