[PATCH 2/3] wined3d: Improve CheckDeviceType() support for windowed mode. (try 2)

Ken Thomases ken at codeweavers.com
Mon Jan 27 13:33:03 CST 2014


For windowed mode:
* It doesn't matter if there are no adapter modes for the display format.
* A backbuffer format is valid so long as there's support for color conversion
 to the display format.
* A backbuffer format of D3DFMT_UNKNOWN is allowed and means that it should be
 the same as the display format.

Fixes <http://bugs.winehq.org/show_bug.cgi?id=35405>.

try 2, superseding patch 101903: don't check adapter modes in windowed mode
---
dlls/wined3d/directx.c |  132 ++++++++++++++++++++++++++++--------------------
1 files changed, 78 insertions(+), 54 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-wined3d-Improve-CheckDeviceType-support-for-windowed.patch
Type: text/x-patch
Size: 8659 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140127/6c456950/attachment.bin>


More information about the wine-patches mailing list