Module: wine Branch: master Commit: a4d2660c9b1e24898c81944f9c59078943b563a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4d2660c9b1e24898c81944f9c...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jun 4 09:57:07 2013 +0200
wined3d: Pass a wined3d_resource_desc structure to device_parent_create_texture_surface().
---
dlls/d3d10core/device.c | 14 +++++++------- dlls/d3d8/device.c | 17 ++++++++--------- dlls/d3d9/device.c | 16 ++++++++-------- dlls/ddraw/ddraw.c | 13 ++++++------- dlls/wined3d/texture.c | 22 ++++++++++++---------- include/wine/wined3d.h | 3 +-- 6 files changed, 42 insertions(+), 43 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a4d2660c9b1e24898c8194...