https://bugs.winehq.org/show_bug.cgi?id=12652
--- Comment #56 from Wylda wylda@volny.cz --- (In reply to Wylda from comment #55)
Also "Multisample Type" offers much more values in wine than in Windows. In wine it ends up at 3DMULTISAMPLE_16_SAMPLES, but real Win8.1 end only at 3DMULTISAMPLE_3_SAMPLES (if i remember correctly).
Correction - Win8.1 offers only: * 3DMULTISAMPLE_NONE * 3DMULTISAMPLE_NONMASKABLE * 3DMULTISAMPLE_2_SAMPLES * 3DMULTISAMPLE_4_SAMPLES * 3DMULTISAMPLE_8_SAMPLES
Wine 1.9.0 offers: * 3DMULTISAMPLE_NONE * 3DMULTISAMPLE_NONMASKABLE * 3DMULTISAMPLE_2_SAMPLES * 3DMULTISAMPLE_3_SAMPLES * 3DMULTISAMPLE_4_SAMPLES * 3DMULTISAMPLE_5_SAMPLES * 3DMULTISAMPLE_6_SAMPLES * 3DMULTISAMPLE_7_SAMPLES * 3DMULTISAMPLE_8_SAMPLES * 3DMULTISAMPLE_9_SAMPLES * 3DMULTISAMPLE_10_SAMPLES * 3DMULTISAMPLE_11_SAMPLES * 3DMULTISAMPLE_12_SAMPLES * 3DMULTISAMPLE_13_SAMPLES * 3DMULTISAMPLE_14_SAMPLES * 3DMULTISAMPLE_15_SAMPLES * 3DMULTISAMPLE_16_SAMPLES
Above mentioned note about "Multisample Quality levels" 4 vs 32 is correct.