Module: wine Branch: master Commit: fa0041954f600ff92cf485d0cb7acd2590c0ea98 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fa0041954f600ff92cf485d0cb...
Author: Stefan Dösinger stefan@codeweavers.com Date: Thu Sep 3 20:56:26 2015 +0200
wined3d: Return a texture from the swapchain resource creation callback.
---
dlls/d3d11/device.c | 19 ++++++++------- dlls/d3d8/device.c | 24 +++++++------------ dlls/d3d9/device.c | 24 +++++++------------ dlls/ddraw/ddraw.c | 23 +++++++------------ dlls/dxgi/device.c | 10 ++++---- dlls/wined3d/device.c | 39 +++++++++++++++++-------------- dlls/wined3d/swapchain.c | 60 +++++++++++++++++++++++++----------------------- include/wine/wined3d.h | 4 ++-- 8 files changed, 93 insertions(+), 110 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fa0041954f600ff92cf485...