http://bugs.winehq.org/show_bug.cgi?id=22434
--- Comment #24 from Stefan Dösinger stefandoesinger@gmx.at 2011-08-17 17:20:57 CDT --- Created an attachment (id=36025) --> (http://bugs.winehq.org/attachment.cgi?id=36025) ddraw: Emulate a 24 bit depth format without stencil or padding
This patch adds a D24_UNORM format in addition to the already supported D24X8, D24S8 and D32 formats. I think it should fix this bug, but I haven't tested the app myself yet.
What's missing in this patch is a small test that makes sure that pixels are really 3 byte long in this format and that the surface pitch is width * 3 with alignment padding at the end of a row.