Module: wine Branch: master Commit: 602bb1f551893404dff99ff0331746c0e7bf0d55 URL: http://source.winehq.org/git/wine.git/?a=commit;h=602bb1f551893404dff99ff033...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Mar 5 12:30:42 2009 +0100
wined3d: Pass the vertex count rather than the primitive count to wined3d draw methods.
---
dlls/d3d8/device.c | 40 +++++++- dlls/d3d9/device.c | 40 +++++++- dlls/ddraw/device.c | 204 ++-------------------------------------- dlls/wined3d/device.c | 74 +++++++-------- dlls/wined3d/drawprim.c | 98 +++++++------------ dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.idl | 12 +- 7 files changed, 156 insertions(+), 314 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=602bb1f551893404dff99f...