http://bugs.winehq.org/show_bug.cgi?id=17193
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmx.net
--- Comment #6 from Roderick Colenbrander thunderbird2k@gmx.net 2009-03-15 05:40:07 --- Today I had some time to look at this bug but as I didn't catch up reading all my wine email, I hadn't seen this update. As you might have seen I have submitted two patches. The first one adds WGL_ARB_pixel_format detection. The second adds a DescribePixelFormat based WGL pixel format detection backend. This code basically does the same as yours with a key difference that I'm also filtering out non-ICD pixel formats. I don't want to use the bad GDI opengl renderer.
See: http://www.winehq.org/pipermail/wine-patches/2009-March/070763.html http://www.winehq.org/pipermail/wine-patches/2009-March/070765.html
Do they work for you?