http://bugs.winehq.org/show_bug.cgi?id=27407
--- Comment #6 from Henri Verbeet hverbeet@gmail.com 2011-06-07 03:12:07 CDT --- (In reply to comment #2)
WoW is obviously requesting this format, so this patch can't be totally useless
No, the FIXME is printed by wined3d init code that checks which formats are available for FBO attachments. (I.e., can be used as render targets in D3D.) The FIXME is printed because the format is not available for render targets, while we would expect it to be on native Windows. It doesn't mean the application actually uses that format.