Zebediah Figura : wined3d: Use context->ops->prepare_upload_bo() in wined3d_device_context_map() if possible.

Alexandre Julliard julliard at winehq.org
Thu Jul 1 15:53:51 CDT 2021


Module: wine
Branch: master
Commit: 65e31e450896590fd92feef5e9ad6e3100afe561
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=65e31e450896590fd92feef5e9ad6e3100afe561

Author: Zebediah Figura <z.figura12 at 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 at gmail.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=65e31e450896590fd92feef5e9ad6e3100afe561



More information about the wine-cvs mailing list