[PATCH] vkd3d: Bump RootSignature version to 1.1.

Chip Davis cdavis at codeweavers.com
Wed Oct 23 15:43:59 CDT 2019


October 23, 2019 3:09 PM, "Sveinar Søpler" <cybermax at dexter.no> wrote:

> fixme:d3d12_device_CheckFeatureSupport: Unhandled feature 0x15.

That's D3D12_FEATURE_D3D12_OPTIONS3.

typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS3
{
    BOOL CopyQueueTimestampQueriesSupported;
    BOOL CastingFullyTypedFormatSupported;
    D3D12_COMMAND_LIST_SUPPORT_FLAGS WriteBufferImmediateSupportFlags; /* VK_AMD_buffer_marker */
    D3D12_VIEW_INSTANCING_TIER ViewInstancingTier; /* VK_KHR_multiview */
    BOOL BarycentricsSupported; /* VK_NV_fragment_shader_barycentric, VK_AMD_shader_explicit_vertex_parameter */
} D3D12_FEATURE_DATA_D3D12_OPTIONS3;

The right thing to do, then, is to support this option--if only to say we don't really support anything in it. Does this patch fix it for you?

Chip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vkd3d-Support-D3D12_FEATURE_D3D12_OPTIONS3.patch
Type: application/octet-stream
Size: 3707 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20191023/7f53c2b0/attachment.obj>


More information about the wine-devel mailing list