Module: vkd3d
Branch: master
Commit: 91555883ac6c56471ab062da361f63dbd2dc6dfd
URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=91555883ac6c56471ab062d…
Author: Conor McCarthy <cmccarthy(a)codeweavers.com>
Date: Fri Dec 6 22:51:17 2019 +0330
vkd3d: Add stub for ID3D12GraphicsCommandList2::WriteBufferImmediate().
ID3D12GraphicsCommandList2 and WriteBufferImmediate() are used by
Hitman 2, but implementing the function on top of an AMD extension has
no effect on game behaviour. It's commonly used to write debug info.
Signed-off-by: Conor McCarthy <cmccarthy(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
libs/vkd3d/command.c | 272 ++++++++++++++++++++++++---------------------
libs/vkd3d/device.c | 4 +-
libs/vkd3d/vkd3d_private.h | 2 +-
tests/d3d12.c | 10 +-
4 files changed, 154 insertions(+), 134 deletions(-)
Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=91555883ac6c56471ab…