=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: wined3d: Remove partial surface update support.

Alexandre Julliard julliard at winehq.org
Wed Nov 20 13:38:57 CST 2013


Module: wine
Branch: master
Commit: 047ce3af6e5331137900e9daae6342a3c65c41ca
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=047ce3af6e5331137900e9daae6342a3c65c41ca

Author: Stefan Dösinger <stefan at 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=047ce3af6e5331137900e9daae6342a3c65c41ca



More information about the wine-cvs mailing list