Stefan Dösinger : d3d: Fix ProcessVertices.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 26 10:23:56 CDT 2007


Module: wine
Branch: master
Commit: 460f71dcf839ea406831d246b367260e6057a4ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=460f71dcf839ea406831d246b367260e6057a4ad

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Sun Apr 22 18:06:07 2007 +0200

d3d: Fix ProcessVertices.

IDirect3DDevice9::ProcessVertices takes a vertex declaration, not a
vertex buffer. The source for ProcessVertices is taken from the
stateblock, not the vertex declaration.

---

 dlls/d3d9/device.c               |    3 +-
 dlls/ddraw/vertexbuffer.c        |   13 +++++-
 dlls/wined3d/device.c            |   83 +++++++++++++++++---------------------
 include/wine/wined3d_interface.h |    2 +-
 4 files changed, 51 insertions(+), 50 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=460f71dcf839ea406831d246b367260e6057a4ad



More information about the wine-cvs mailing list