Module: wine Branch: master Commit: c675bf4e825c80ba6b42378e674e6d7decf67055 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c675bf4e825c80ba6b42378e67...
Author: Józef Kucia jkucia@codeweavers.com Date: Thu May 18 15:20:01 2017 +0200
wined3d: Add support for patch list primitive type.
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/d3d11/d3d11_private.h | 4 ++++ dlls/d3d11/device.c | 24 ++++++++++++++++-------- dlls/d3d11/utils.c | 41 +++++++++++++++++++++++++++++++++++++++++ dlls/d3d8/device.c | 12 ++++++------ dlls/d3d9/device.c | 12 ++++++------ dlls/ddraw/device.c | 12 ++++++------ dlls/ddraw/executebuffer.c | 6 +++--- dlls/wined3d/cs.c | 8 ++++++-- dlls/wined3d/device.c | 29 +++++++++++++++++------------ dlls/wined3d/drawprim.c | 6 ++++++ dlls/wined3d/stateblock.c | 1 + dlls/wined3d/wined3d.spec | 4 ++-- dlls/wined3d/wined3d_private.h | 7 ++++--- include/wine/wined3d.h | 4 ++-- 14 files changed, 120 insertions(+), 50 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c675bf4e825c80ba6b4237...