[PATCH vkd3d v3 0/5] Add more features to CheckFeatureSupport().

Conor McCarthy cmccarthy at codeweavers.com
Thu Dec 5 08:01:30 CST 2019


Some games, e.g. Shadow of the Tomb Raider, do not check for success,
and if the feature check is unimplemented they will use uninitialised
data for the result.

Supersedes 174666.

Conor McCarthy (5):
  vkd3d: Implement support for D3D12_FEATURE_D3D12_OPTIONS1.
  vkd3d: Implement support for D3D12_FEATURE_ARCHITECTURE1.
  vkd3d: Implement support for D3D12_FEATURE_D3D12_OPTIONS2.
  vkd3d: Implement support for D3D12_FEATURE_SHADER_CACHE.
  vkd3d: Implement support for D3D12_FEATURE_COMMAND_QUEUE_PRIORITY.

 include/vkd3d_d3d12.idl    |  53 ++++++++++++++++
 libs/vkd3d/device.c        | 126 +++++++++++++++++++++++++++++++++++++
 libs/vkd3d/vkd3d_private.h |   2 +
 3 files changed, 181 insertions(+)

-- 
2.24.0




More information about the wine-devel mailing list