Module: wine Branch: master Commit: 71631f76384e130aa35e671ae5d78ed445ca517b URL: http://source.winehq.org/git/wine.git/?a=commit;h=71631f76384e130aa35e671ae5...
Author: Stefan Dösinger stefandoesinger@gmx.at Date: Tue Jan 2 21:07:39 2007 +0100
wined3d: Use the baseVertexIndex in the stateblock.
---
dlls/d3d8/d3d8_private.h | 3 -- dlls/d3d8/device.c | 11 ++----- dlls/d3d9/device.c | 7 +++- dlls/ddraw/device.c | 3 +- dlls/wined3d/device.c | 56 ++++++++++++++++++++++++++-------- dlls/wined3d/drawprim.c | 61 +++++++++++++++++-------------------- dlls/wined3d/vertexbuffer.c | 1 - dlls/wined3d/wined3d_private.h | 3 +- include/wine/wined3d_interface.h | 6 ++- 9 files changed, 85 insertions(+), 66 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=71631f76384e130aa35e67...