Module: wine Branch: master Commit: 1b08196c5a1046a3bdecd383e3811de6aa85fbdf URL: http://source.winehq.org/git/wine.git/?a=commit;h=1b08196c5a1046a3bdecd383e3...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Mar 24 09:38:23 2015 +0100
wined3d: Implement d3d10 style instance data step rates.
---
dlls/d3d10core/inputlayout.c | 7 ++----- dlls/d3d8/vertexdeclaration.c | 2 ++ dlls/d3d9/vertexdeclaration.c | 2 ++ dlls/wined3d/context.c | 19 +++++++++++++++++-- dlls/wined3d/state.c | 27 +++++++++++---------------- dlls/wined3d/utils.c | 14 ++++++++++++++ dlls/wined3d/vertexdeclaration.c | 20 +++++++++++++------- dlls/wined3d/wined3d_private.h | 8 ++++++-- include/wine/wined3d.h | 10 +++++++++- 9 files changed, 76 insertions(+), 33 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1b08196c5a1046a3bdecd3...