aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_rasterizer.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-09-16 00:25:28 -0700
committerYuri Kunde Schlesner <yuriks@yuriks.net>2016-09-29 20:55:24 -0700
commit01667d9a35dcab22df7144427b9be0019c2e9a81 (patch)
treef8a9a0ec07221758b50b952ba58ab0ea28b459a2 /src/video_core/renderer_opengl/gl_rasterizer.h
parent0c8df1046f789c9f965300c54d03004fc0b8721e (diff)
OpenGL: Take cached viewport sub-rect into account for scissor
Fixes #1938
Diffstat (limited to 'src/video_core/renderer_opengl/gl_rasterizer.h')
-rw-r--r--src/video_core/renderer_opengl/gl_rasterizer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer.h b/src/video_core/renderer_opengl/gl_rasterizer.h
index 24fefed1b..7b4ce2ac5 100644
--- a/src/video_core/renderer_opengl/gl_rasterizer.h
+++ b/src/video_core/renderer_opengl/gl_rasterizer.h
@@ -393,9 +393,6 @@ private:
/// Syncs the depth test states to match the PICA register
void SyncDepthTest();
- /// Syncs the scissor test state to match the PICA register
- void SyncScissorTest();
-
/// Syncs the TEV combiner color buffer to match the PICA register
void SyncCombinerColor();