Module: wine Branch: master Commit: 047ce3af6e5331137900e9daae6342a3c65c41ca URL: http://source.winehq.org/git/wine.git/?a=commit;h=047ce3af6e5331137900e9daae...
Author: Stefan Dösinger stefan@codeweavers.com Date: Wed Nov 20 12:33:31 2013 +0100
wined3d: Remove partial surface update support.
This has only ever worked for render targets, and only through the glDrawPixels codepath, which was removed long ago.
---
dlls/wined3d/context.c | 2 +- dlls/wined3d/device.c | 2 +- dlls/wined3d/drawprim.c | 2 +- dlls/wined3d/surface.c | 174 ++++++++++++++-------------------------- dlls/wined3d/swapchain.c | 6 +- dlls/wined3d/wined3d_private.h | 2 +- 6 files changed, 68 insertions(+), 120 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=047ce3af6e5331137900e9...