Paul Gofman : ddraw: Create the second texture for system memory bindable surfaces.
Module: wine Branch: master Commit: d2d9f713df7932aac4b137ec3bf647d5da7faaef URL: https://source.winehq.org/git/wine.git/?a=commit;h=d2d9f713df7932aac4b137ec3... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Thu Mar 11 16:33:55 2021 +0300 ddraw: Create the second texture for system memory bindable surfaces. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ddraw/ddraw_private.h | 18 +++++ dlls/ddraw/device.c | 60 +++++++++++++++- dlls/ddraw/executebuffer.c | 6 ++ dlls/ddraw/surface.c | 173 ++++++++++++++++++++++++++++++++++++++------- 4 files changed, 229 insertions(+), 28 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d2d9f713df7932aac4b13...
participants (1)
-
Alexandre Julliard