http://bugs.winehq.org/show_bug.cgi?id=30115
--- Comment #3 from Alexey Loukianov mooroon2@mail.ru 2012-03-09 09:58:38 CST --- (In reply to comment #2)
However, that's after the call to surface_cpu_blt_compressed(). (And wrong for compressed surfaces anyway.)
Actually I'm trying to hunt down the problem near it's roots, thus I'm working with commit 156d24c6 codebase. At that moment there hadn't been such thing as surface_cpu_blt_compressed() - the contents of this function had been essentially inlined into the surface_cpu_blt(). As the visual representation of the bug looks the same with wine-1.4 vs. wine-1.3.26-39-g156d24c - I hope that at the moment I would find a bug cause for wine-1.3.26-39-g156d24c - it would at the same time provide an insight on how to fix this bug with the current HEAD.