https://bugs.winehq.org/show_bug.cgi?id=38416 --- Comment #3 from Sergey Isakov <isakov-sl(a)bk.ru> --- (In reply to Henri Verbeet from comment #2)
(In reply to Sergey Isakov from comment #0)
fixme:d3d9:wined3dformat_from_d3dformat Unhandled D3DFORMAT 0x54 fixme:d3d9:wined3dformat_from_d3dformat Unhandled D3DFORMAT 0x55 fixme:d3d9:wined3dformat_from_d3dformat Unhandled D3DFORMAT 0x76 D3d9ex added some formats, these are probably those. Shouldn't be terribly hard to add.
No. Added the follow #if !defined(D3D_DISABLE_9EX) D3DFMT_D32_LOCKABLE = 84, D3DFMT_S8_LOCKABLE = 85, #endif // !D3D_DISABLE_9EX #if !defined(D3D_DISABLE_9EX) D3DFMT_A1 = 118, D3DFMT_A2B10G10R10_XR_BIAS = 119, D3DFMT_BINARYBUFFER = 199, #endif // !D3D_DISABLE_9EX -- 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.