https://bugs.winehq.org/show_bug.cgi?id=34625
--- Comment #6 from Henri Verbeet hverbeet@gmail.com --- (In reply to comment #5)
Created attachment 47487 [details] Report raster capability D3DPRASTERCAPS_ANTIALIASSORTINDEPENDENT
Taking a quick look into this (with lots of trial and error), it appears that the problem is that the raster capability D3DPRASTERCAPS_ANTIALIASSORTINDEPENDENT is not being reported by wined3d. This is likely because we don't actually support this capability, but Henri would know much better than I.
It's probably correct, although it may depend on the GL capabilities of the graphics card / driver. Making FSAA actually work probably requires some more work though, the ddraw 7 docs for example mention DDSCAPS2_HINTANTIALIASING.