http://bugs.winehq.org/show_bug.cgi?id=10080
--- Comment #68 from Mark Wagner mark.wagner17@gte.net 2009-11-14 19:37:21 --- Another in-source workaround, which doesn't require disabling pbuffers: change ConvertAttribWGLtoGLX() starting at line 737 to
case WGL_SAMPLES_ARB: pop = iWGLAttr[++cur]; if(pop > 4) pop = 4; /* Hack: Request a 4x AA surface if 8x or higher is requested. */ PUSH2(oGLXAttr, GLX_SAMPLES_ARB, pop); TRACE("pAttr[%d] = GLX_SAMPLES_ARB: %x\n", cur, pop); break;