Module: vkd3d Branch: master Commit: a95c9f8ad8bd6cc3e3aba23792a18028749639d4 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=a95c9f8ad8bd6cc3e3aba237... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Thu Apr 4 13:01:31 2019 +0200 vkd3d: Add support for VK_EXT_depth_clip_enable. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure.ac | 2 +- libs/vkd3d/device.c | 22 ++++++++++++++++++++++ libs/vkd3d/state.c | 47 +++++++++++++++++++++++++++++++++++----------- libs/vkd3d/vkd3d_private.h | 4 +++- tests/d3d12.c | 2 +- tests/d3d12_crosstest.h | 11 +++++++++++ 6 files changed, 74 insertions(+), 14 deletions(-) Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=a95c9f8ad8bd6cc3e3ab...