http://bugs.winehq.org/show_bug.cgi?id=10221
--- Comment #15 from Dan Kegel dank@kegel.com 2008-12-17 22:17:33 --- It's fine for me on newer nvidia with Ubuntu Intrepid, I think.
http://test.winehq.org/data/tests/d3d9:visual.html shows occasional failures, e.g. http://test.winehq.org/data/5646fec9b14b2d039994cdeeef141eca889e649f/#group_... on mstefani's Intel 945GME graphics card, opengl.c:581: OpenGL renderer: Mesa DRI Intel(R) 945GME GEM 20080716 x86/MMX/SSE2
http://test.winehq.org/data/704f9ea5d18cc005b576e1da302cac05463b50f2/#group_... on ALH's vm, opengl.c:581: OpenGL renderer: Mesa GLX Indirect (i.e. not hardware accelerated),
http://test.winehq.org/data/9960ab2418b18245dcf249da3a0ea097cdf62553/#group_... on a Dell 630, opengl.c:576: OpenGL renderer: Quadro NVS 135M/PCI/SSE2 opengl.c:577: OpenGL driver version: 2.1.2 NVIDIA 177.80 opengl.c:578: OpenGL vendor: NVIDIA Corporation
The failure on that last one was
visual.c:8834: Test failed: Offscreen failed for D3DFMT_G16R16: Got color 0x181800, expected 0x1818ff.
and seems related to this recent change:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=e04556bb166804edc5c6cb...
We can probably discount the failure on the Intel card and the virtual card as due to driver problems. The Nvidia failure seems more serious. Stefan, what's up there?