[Bug 36376] eRacer demo doesn't start, fails to create d3d object

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 7 13:11:12 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36376

--- Comment #1 from Stefan Dösinger <stefan at codeweavers.com> ---
This bug is pretty easy to fix. It is enough to add WINED3DFMT_DXT2 to
surface_cpu_blt_compressed. This format is just the same as DXT3 as far as this
function is concerned. I'll send a patch.

The other problem with this game is that it blits from ARGB to DXT2 and/or 3,
depending on the enumerated formats. I guess this is why there's no text
anywhere. Fixing this is harder, thanks to the patent on this algorithm.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list