Module: wine Branch: master Commit: ec87407e7c31451aab636f1b586edaf3ce38a6a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec87407e7c31451aab636f1b58...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Aug 20 13:20:02 2014 +0200
wined3d: Keep a reference to the frontbuffer texture instead of the surface in the swapchain.
---
dlls/wined3d/arb_program_shader.c | 2 +- dlls/wined3d/context.c | 4 ++-- dlls/wined3d/device.c | 11 +++++---- dlls/wined3d/resource.c | 2 +- dlls/wined3d/surface.c | 23 ++++++++++-------- dlls/wined3d/swapchain.c | 49 ++++++++++++++++++++++----------------- dlls/wined3d/wined3d_private.h | 2 +- 7 files changed, 53 insertions(+), 40 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ec87407e7c31451aab636f...