Module: wine Branch: master Commit: a3f59cf6188947d4190e5dbfe22215f9c20efa18 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a3f59cf6188947d4190e5dbfe2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Jun 3 09:19:35 2013 +0200
wined3d: Allow textures as swapchain surfaces.
---
dlls/wined3d/arb_program_shader.c | 7 +- dlls/wined3d/context.c | 11 +- dlls/wined3d/device.c | 3 +- dlls/wined3d/surface.c | 209 +++++++++++++++++-------------------- dlls/wined3d/swapchain.c | 18 +-- dlls/wined3d/texture.c | 6 +- dlls/wined3d/wined3d_private.h | 25 +---- 7 files changed, 120 insertions(+), 159 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a3f59cf6188947d4190e5d...