Zebediah Figura : wined3d: Allow up to 128 MiB of persistently mapped memory on 32-bit architectures.
Module: wine Branch: master Commit: eb90d5db4f9bf92059d379d4fe0ea4a516db5e5c URL: https://source.winehq.org/git/wine.git/?a=commit;h=eb90d5db4f9bf92059d379d4f... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Fri Feb 11 19:42:01 2022 -0600 wined3d: Allow up to 128 MiB of persistently mapped memory on 32-bit architectures. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/adapter_vk.c | 24 ++++++++++++----- dlls/wined3d/context_gl.c | 61 +++++++++++++++++++++++++----------------- dlls/wined3d/context_vk.c | 20 ++++++++++---- dlls/wined3d/directx.c | 9 +++++++ dlls/wined3d/wined3d_private.h | 9 +++++++ 5 files changed, 87 insertions(+), 36 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eb90d5db4f9bf92059d37...
participants (1)
-
Alexandre Julliard