http://bugs.winehq.org/show_bug.cgi?id=6570
Summary: IWineD3DImpl_GetDeviceCaps doesn't work for DirectX 9 (Supreme Commander beta) Product: Wine Version: 0.9.23. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: fyhuang@gmail.com
When running the Supreme Commander beta, wine reports that the function IWineD3DImpl_GetDeviceCaps is a fixme: "fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistant at the moment!" This prevents the running of the Supreme Commander beta, because it checks for support of v2.0 vertex shaders, which I assume are reported by this function.
If IWineD3DImpl_GetDeviceCaps were given even a minimal implementation for DirectX 9, it would probably make many other programs beyond the Supreme Commander beta run.