http://bugs.winehq.org/show_bug.cgi?id=14917
Summary: Ddraw Realizepalette regression Product: Wine Version: CVS/GIT Platform: Other URL: ftp://ftp.westwood.com/pub/redalert/previews/demo/ra95de mo.zip OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: thunderbird2k@gmx.net
Hi,
As of commit e178ddd9e1e16d1a3f52492799692e289eefcf8c wined3d its RealizePalette function doesn't work anymore in the DirectX Conformance test (palette fading in fnddraw_dct) and Red Alert in case of the default GDI mode.
RealizePalette itself seems to receive the correct palette (the entries have been updated correctly) but somehow the changes don't lead to a new image in x11_copy_to_screen.
The patch that caused the regression is huge (1000+ lines), so debugging it is time consuming.
Regards, Roderick