Module: wine Branch: master Commit: 9d4cbd6195ab2b73113040a449cc4416597b8c81 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d4cbd6195ab2b73113040a449...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jun 5 11:06:11 2013 +0200
wined3d: Pass a wined3d_resource_desc structure to wined3d_texture_create_2d().
---
dlls/d3d10core/texture.c | 18 ++++++++-- dlls/d3d8/texture.c | 15 +++++++- dlls/d3d9/texture.c | 15 +++++++- dlls/ddraw/surface.c | 20 ++++++++++- dlls/wined3d/texture.c | 81 +++++++++++++++++++-------------------------- dlls/wined3d/wined3d.spec | 2 +- include/wine/wined3d.h | 5 +-- 7 files changed, 95 insertions(+), 61 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9d4cbd6195ab2b73113040...