[Bug 38416] Unhandled D3DFORMAT

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 15 08:19:39 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38416

--- Comment #5 from Sergey Isakov <isakov-sl at bk.ru> ---
Looks like these conditions should be extended to new formats

    /* Float formats need FBOs. If FBOs are used this function isn't called */
    if (format->flags & WINED3DFMT_FLAG_FLOAT) return FALSE;

    if ((format->id == WINED3DFMT_D16_LOCKABLE) || (format->id ==
WINED3DFMT_D32_FLOAT))
        lockable = TRUE;

-- 
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.



More information about the wine-bugs mailing list