Module: wine Branch: master Commit: 9acf66b795fc2007cf479668e0efae6a951c61df URL: https://source.winehq.org/git/wine.git/?a=commit;h=9acf66b795fc2007cf479668e...
Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Oct 14 23:44:19 2021 -0500
wined3d: Handle NOOVERWRITE maps on persistently mapped Vulkan buffers from the client thread.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/adapter_gl.c | 7 ++++ dlls/wined3d/adapter_vk.c | 44 +++++++++++++-------- dlls/wined3d/buffer.c | 5 +++ dlls/wined3d/context_gl.c | 61 +++++++++++++++++++++--------- dlls/wined3d/cs.c | 86 ++++++++++++++++++++++++++++++++++++++++-- dlls/wined3d/directx.c | 6 +++ dlls/wined3d/wined3d_private.h | 25 +++++++++++- 7 files changed, 198 insertions(+), 36 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9acf66b795fc2007cf479...