http://bugs.winehq.org/show_bug.cgi?id=12199
--- Comment #5 from Roderick Colenbrander thunderbird2k@gmx.net 2008-03-25 03:34:08 --- Right now by accident float formats like R32F are offered as render targets. Inside CheckRenderTargetCapability add a line like: if(CheckFormat == WINED3DFMT_R32F) return FALSE. Do this in the FBO-part of the function. Also do it for R16F.