Zebediah Figura : wined3d: Use context->ops->prepare_upload_bo() in wined3d_device_context_map() if possible.
Module: wine Branch: master Commit: 65e31e450896590fd92feef5e9ad6e3100afe561 URL: https://source.winehq.org/git/wine.git/?a=commit;h=65e31e450896590fd92feef5e... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Wed Jun 30 17:38:33 2021 -0500 wined3d: Use context->ops->prepare_upload_bo() in wined3d_device_context_map() if possible. This has the notable effect of implementing maps on deferred contexts. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/d3d11/tests/d3d11.c | 55 +++++++++---------- dlls/wined3d/cs.c | 121 ++++++++++++++++++++++++++++++++++++----- dlls/wined3d/device.c | 5 +- dlls/wined3d/wined3d_private.h | 7 +++ 4 files changed, 143 insertions(+), 45 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=65e31e450896590fd92fe...
participants (1)
-
Alexandre Julliard