Module: wine Branch: master Commit: 0a354365bd2aa5854ffcc5157bf9db3ad03441b8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0a354365bd2aa5854ffcc5157...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Mar 16 13:56:25 2018 +0330
wined3d: Merge the surface_created() and volume_created() wined3d_device_parent_ops callbacks.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d11/device.c | 13 ++++++------ dlls/d3d8/device.c | 57 +++++++++++++++++++++++++------------------------- dlls/d3d9/device.c | 57 +++++++++++++++++++++++++------------------------- dlls/ddraw/ddraw.c | 27 +++++++----------------- dlls/wined3d/texture.c | 8 +++---- include/wine/wined3d.h | 7 ++----- 6 files changed, 75 insertions(+), 94 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0a354365bd2aa5854ffcc...