http://bugs.winehq.org/show_bug.cgi?id=30565
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com
--- Comment #1 from Józef Kucia joseph.kucia@gmail.com 2012-05-01 12:45:06 CDT --- (In reply to comment #0)
On Wine, the graphics flicker like crazy. On Windows, there is no flickering.
I cannot reproduce flickering. It seems to work fine to me.
I do get a fixme in terminal: fixme:wgl:ConvertAttribWGLtoGLX unsupported 201e WGL Attribute
I think it's not related, 0x201e is WGL_ACCUM_RED_BITS_EXT.
Also, the app doesn't seem to do anything wrong except passing wrong enum to glTexEnvi: glTexEnvi(target = GL_TEXTURE_ENV, pname = GL_TEXTURE_ENV_MODE, param = GL_BLEND_SRC).