https://bugs.winehq.org/show_bug.cgi?id=12652
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #59 from Sergey Isakov isakov-sl@bk.ru --- Hi, I am not sure we speak about the same things. I see MSDN https://msdn.microsoft.com/en-us/library/windows/desktop/ff476499(v=vs.85).a... CheckMultisampleQualityLevels: ~~~~ Note that FEATURE_LEVEL_10_1 devices are required to support 4x MSAA for all render targets except R32G32B32A32 and R32G32B32. FEATURE_LEVEL_11_0 devices are required to support 4x MSAA for all render target formats, and 8x MSAA for all render target formats except R32G32B32A32 formats. ~~~~ So why I made a patch returning MSAA levels=4 and I am happy. See patch attached to bug 20776.