Module: wine Branch: master Commit: d6bc4fe71aa35cd531769a0d4d2ee8f22f13f748 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d6bc4fe71aa35cd531769a0d4d...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jun 6 10:51:47 2013 +0200
wined3d: Allow surface flags to be passed to texture creation functions.
---
dlls/d3d10core/device.c | 8 ++++---- dlls/d3d10core/texture.c | 2 +- dlls/d3d8/d3d8_private.h | 4 ++-- dlls/d3d8/device.c | 38 +++++++++++++++++++------------------- dlls/d3d8/surface.c | 10 ++-------- dlls/d3d8/texture.c | 12 ++++++++++-- dlls/d3d9/d3d9_private.h | 4 ++-- dlls/d3d9/device.c | 42 +++++++++++++++++++++++------------------- dlls/d3d9/surface.c | 10 ++-------- dlls/d3d9/texture.c | 12 ++++++++++-- dlls/ddraw/ddraw.c | 32 +++++++++++++++++++------------- dlls/ddraw/ddraw_private.h | 4 ++-- dlls/ddraw/surface.c | 17 +++++------------ dlls/wined3d/texture.c | 28 ++++++++++++++++------------ dlls/wined3d/wined3d.spec | 4 ++-- include/wine/wined3d.h | 9 ++++++--- 16 files changed, 125 insertions(+), 111 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d6bc4fe71aa35cd531769a...