http://bugs.winehq.org/show_bug.cgi?id=24009
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger@gmx.at
--- Comment #16 from Stefan Dösinger stefandoesinger@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.