[Bug 16727] r1gl fails to request wgl features such as multi sampling

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 16 04:43:09 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=16727


Roderick Colenbrander <thunderbird2k at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thunderbird2k at gmail.com




--- Comment #4 from Roderick Colenbrander <thunderbird2k at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list