http://bugs.winehq.org/show_bug.cgi?id=24009 Stefan Dösinger <stefandoesinger(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger(a)gmx.at --- Comment #16 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2011-04-04 13:50:36 CDT --- Yes, this needs some more test cases. Try to find out which API the app uses to call ProcessVertices(a +ddraw log will tell you). Most likely it is IDirect3DVertexBuffer::ProcessVertices (IDirect3DVertexBufferImpl_1_ProcessVertices), which forwards to IDirect3DVertexBuffer7::ProcessVertices (IDirect3DVertexBufferImpl_ProcessVertices). It is possible that those two functions are different in their behavior. The current tests test IDirect3DVertexBuffer7::ProcessVertices. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.