http://bugs.winehq.org/show_bug.cgi?id=16727
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmail.com
--- Comment #4 from Roderick Colenbrander thunderbird2k@gmail.com 2009-05-16 04:43:09 --- (In reply to comment #3)
Created an attachment (id=18401)
--> (http://bugs.winehq.org/attachment.cgi?id=18401) [details]
+wgl trace from World of warcraft in opengl mode, where multi sample request is successful
Commenting the following two lines in dlls/winex11.drv/opengl.c should fix the issue I think: PUSH2(oGLXAttr, GLX_RENDER_TYPE, pixelattrib); TRACE("pAttr[?] = GLX_RENDER_TYPE: %#x\n", pixelattrib); To: // PUSH2(oGLXAttr, GLX_RENDER_TYPE, pixelattrib); // TRACE("pAttr[?] = GLX_RENDER_TYPE: %#x\n", pixelattrib);
This is some code which I added a long time ago to fix other issues but perhaps it is either not correct or there is a bug in the ati drivers. I need to write some tests.
Roderick