Module: wine Branch: master Commit: 42fcf202211f62ccec21863b36076c2d5e02c1da URL: http://source.winehq.org/git/wine.git/?a=commit;h=42fcf202211f62ccec21863b36...
Author: Józef Kucia jkucia@codeweavers.com Date: Thu Jun 2 11:14:13 2016 +0200
wined3d: Implement index buffer offset.
Signed-off-by: Józef Kucia jkucia@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d10core/tests/device.c | 2 +- dlls/d3d11/device.c | 13 ++++--------- dlls/d3d8/device.c | 9 ++++----- dlls/d3d9/device.c | 9 ++++----- dlls/ddraw/device.c | 6 +++--- dlls/wined3d/cs.c | 5 ++++- dlls/wined3d/device.c | 19 ++++++++++++------- dlls/wined3d/drawprim.c | 15 ++++++++------- dlls/wined3d/stateblock.c | 7 +++++-- dlls/wined3d/wined3d.spec | 4 ++-- dlls/wined3d/wined3d_private.h | 7 ++++--- include/wine/wined3d.h | 4 ++-- 12 files changed, 53 insertions(+), 47 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=42fcf202211f62ccec2186...