http://bugs.winehq.org/show_bug.cgi?id=34625
--- Comment #5 from Erich Hoover erich.e.hoover@gmail.com --- Created attachment 47487 --> http://bugs.winehq.org/attachment.cgi?id=47487 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. The attached patch will make the application report that antialiasing is supported, but I would guess that it does not actually do anything even if you turn it on.