Module: wine Branch: master Commit: 2f938ef3ec3e6fc69a5732788400be6c3560a574 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2f938ef3ec3e6fc69a5732788...
Author: Paul Gofman pgofman@codeweavers.com Date: Thu Mar 11 16:34:01 2021 +0300
ddraw: Track location for surfaces with the second texture.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ddraw/ddraw_private.h | 46 +++++++++++++++++++++++++++++------- dlls/ddraw/device.c | 39 ++++++++++++++----------------- dlls/ddraw/executebuffer.c | 9 +++---- dlls/ddraw/surface.c | 58 +++++++++++++++++++++++++--------------------- 4 files changed, 89 insertions(+), 63 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2f938ef3ec3e6fc69a573...