http://bugs.winehq.org/show_bug.cgi?id=16502
--- Comment #1 from H. Verbeet hverbeet@gmail.com 2008-12-14 11:00:53 --- (In reply to comment #0)
Bisection results follow. I'm a little surprised to see a d3d commit, I had expected to find a ddraw or a gdi patch. Is this plausible or did I mess up?
It's plausible. Wine's ddraw is implemented on top of wined3d. Note that the patch modifies both wined3d and ddraw. IIRC, you can use "-Dsun.java2d.noddraw=true" to prevent Java from using ddraw, that should help with bisecting.