http://bugs.winehq.org/show_bug.cgi?id=23785
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |hverbeet@gmail.com Component|-unknown |directx-d3d
--- Comment #3 from GyB gyebro69@gmail.com 2010-10-14 09:41:17 CDT --- It turned out that this is a regression: the game worked without this issue in Wine-1.1.13.
The result of regression testing:
bae1ec98ca010016eff3b28677f34f8aab414eb1 is the first bad commit commit bae1ec98ca010016eff3b28677f34f8aab414eb1 Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Jan 23 10:22:34 2009 +0100
wined3d: Don't use drawStridedFast() for drawing pretransformed vertices.
This was exposed by adding EXT_vertex_array_bgra support, previously we would almost never hit this because color data being present would already prevent us from using drawStridedFast(). Thanks to Stefan for spotting this.
:040000 040000 1c73bacb0c117859487c9db00f341ff3795f4bba f932074c8ad6108cedf1e7afd798e364d8c9d005 M dlls
git checkout bae1ec98ca010016eff3b28677f34f8aab414eb1 >> invisible mouse git revert bae1ec98ca010016eff3b28677f34f8aab414eb1 >> restores the working condition
Author of the patch added to CC. Added the keyword: regression and changing component.