http://bugs.winehq.org/show_bug.cgi?id=12855
--- Comment #2 from Austin English austinenglish@gmail.com 2008-04-29 15:33:38 --- (In reply to comment #1)
Created an attachment (id=12576)
--> (http://bugs.winehq.org/attachment.cgi?id=12576) [details]
proposed fix
The test itself is quite fragile as it depends on the way the pixel format list is ordered which can be different on each OS (windows, linux, freebsd) and driver. I took away the tricky parts and now only test if ChoosePixelFormat returns the first matching format which is basically all I need to know.
opengl.c:247: Test failed: A pixel format at an earlier position in the list already matches our requirements, but a later one was returned.
I'll attach another +wgl with it...