Module: wine Branch: master Commit: 4b3db52b53faf65ce0f4ff35faf96bc64d652820 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b3db52b53faf65ce0f4ff35fa...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Nov 27 11:04:48 2013 +0100
wined3d: Merge the texture creation functions.
---
dlls/d3d10core/texture.c | 6 +- dlls/d3d8/device.c | 4 +- dlls/d3d8/texture.c | 6 +- dlls/d3d9/device.c | 4 +- dlls/d3d9/texture.c | 6 +- dlls/ddraw/ddraw.c | 2 +- dlls/ddraw/surface.c | 19 ++++----- dlls/wined3d/device.c | 4 +- dlls/wined3d/surface.c | 3 +- dlls/wined3d/texture.c | 90 +++++++++++---------------------------------- dlls/wined3d/wined3d.spec | 4 +- include/wine/wined3d.h | 7 +--- 12 files changed, 50 insertions(+), 105 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4b3db52b53faf65ce0f4ff...