gsdx-ogl: fix colclip regression when accurate blending is enabled

Fix #865
This commit is contained in:
Gregory Hainaut 2015-10-16 22:06:34 +02:00
parent 9a2212c86e
commit 03bc304ecf
1 changed files with 2 additions and 0 deletions

View File

@ -373,6 +373,8 @@ bool GSRendererOGL::EmulateBlending(GSDeviceOGL::PSSelector& ps_sel, bool DATE_G
// The fastest algo that requires a single pass
GL_INS("COLCLIP Free mode ENABLED");
ps_sel.colclip = 1;
ASSERT(sw_blending);
accumulation_blend = false; // disable the HDR algo
} else if (accumulation_blend) {
// A fast algo that requires 2 passes
GL_INS("COLCLIP Fast HDR mode ENABLED");