[PATCH vkd3d 3/3] Add support for MoltenVK on Mac OS.

Józef Kucia joseph.kucia at gmail.com
Fri Aug 3 02:05:09 CDT 2018


On Fri, Aug 3, 2018 at 2:36 AM, Henri Verbeet <hverbeet at gmail.com> wrote:
> On 2 August 2018 at 21:23, Chip Davis <cdavis at codeweavers.com> wrote:
>> Both demo programs run flawlessly. Unfortunately, the d3d12 test is
>> broken, due to Metal getting an invalid pixel format. This needs
>> investigation and perhaps fixing on the MoltenVK side.
>>
>> Signed-off-by: Chip Davis <cdavis at codeweavers.com>
>> ---
>>  Makefile.am                            |   6 +-
>>  configure.ac                           |  21 +-
>>  demos/demo.h                           |   4 +
>>  demos/demo_mvk.h                       | 666 +++++++++++++++++++++++++
>>  libs/vkd3d-utils/vkd3d_utils_main.c    |   4 +
>>  libs/vkd3d-utils/vkd3d_utils_private.h |   5 +
>>  libs/vkd3d/device.c                    |  10 +-
>>  tests/vkd3d_api.c                      |  16 +
>>  8 files changed, 727 insertions(+), 5 deletions(-)
>>  create mode 100644 demos/demo_mvk.h
>>
> Objective-C is a blocker, I'm afraid. But, regardless:

Perhaps we should simply disable demos when building with MoltenVK.



More information about the wine-devel mailing list