12 Oct
2022
12 Oct
'22
3:52 p.m.
Applications calling wined3d_device_context_resolve_sub_resource() on a deferred context would instead get this scheduled on the immediate context. Worse, because the original call was intended for a deferred context, we'd do this without taking the mutex required for immediate contexts, potentially corrupting the command stream. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1043