Module: wine Branch: master Commit: 5fcc1f8f70100a3b1b29c36d53fa69d11804c2a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fcc1f8f70100a3b1b29c36d53...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Oct 4 13:53:27 2012 +0200
wined3d: Just return the surface from wined3d_swapchain_get_back_buffer().
---
dlls/d3d8/device.c | 1 - dlls/d3d8/swapchain.c | 12 +++++++----- dlls/d3d9/device.c | 1 - dlls/d3d9/swapchain.c | 12 +++++++----- dlls/dxgi/swapchain.c | 8 +++----- dlls/wined3d/device.c | 4 +++- dlls/wined3d/stateblock.c | 5 +---- dlls/wined3d/swapchain.c | 19 +++++++------------ dlls/wined3d/wined3d.spec | 2 +- include/wine/wined3d.h | 4 ++-- 10 files changed, 31 insertions(+), 37 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5fcc1f8f70100a3b1b29c3...