https://bugs.winehq.org/show_bug.cgi?id=56383
Bug ID: 56383 Summary: d3d11_device_CheckFormatSupport does not support D3D11_FORMAT_SUPPORT_DISPLAY Product: Wine Version: 9.3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
FNA3D 24.02 is broken in Wine because it checks for the D3D11_FORMAT_SUPPORT_DISPLAY flag, even for formats that should always work, and Wine's implementation doesn't return that flag. Found when merging FNA updates into Wine Mono. FNA3D 24.03 added a work-around for this, but they'd like to remove it when Wine is fixed.
Wine already has a test for this with a todo in check_format_support.
See also: https://github.com/FNA-XNA/FNA3D/issues/199
https://bugs.winehq.org/show_bug.cgi?id=56383
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=56383
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase