http://bugs.winehq.org/show_bug.cgi?id=9916
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d
--- Comment #76 from Dan Kegel dank@kegel.com 2008-05-12 16:33:08 --- I posted a patch, http://winehq.org/pipermail/wine-patches/2008-May/054828.html to fix six of the d3d9/visual failures (the test was too strict).
After that, and with the fresh version of metacity, the only errors left on my machine are these four in d3d9/visual:
fixme:d3d:tex_alphaop Attempt to enable unsupported stage! visual.c:8694: Test failed: TSSARGTEMP test returned color 0x00ff0000, expected 0x00FFFF00 fixme:d3d:tex_colorop >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glActiveTextureARB @ state.c / 1833 visual.c:9074: Test failed: stretchrect: Pixel 160,360 has color 0x00000000, expected 0x00ff0000 visual.c:9076: Test failed: stretchrect: Pixel 480,360 has color 0x00000000, expected 0x0000ff00 visual.c:9078: Test failed: stretchrect: Pixel 480,120 has color 0x00000000, expected 0x000000ff
Could some d3d person take a look?