gsdx-ogl: disable GL_DITHER

I really don't know the impact but it is not supported with integer texture.
This commit is contained in:
Gregory Hainaut 2015-05-20 08:05:27 +02:00
parent 8d3e3e6c5b
commit a4c74ef872
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ bool GSDeviceOGL::Create(GSWnd* wnd)
glDisable(GL_CULL_FACE);
glEnable(GL_SCISSOR_TEST);
glDisable(GL_MULTISAMPLE);
glDisable(GL_DITHER); // Honestly I don't know!
// ****************************************************************
// DATE