15 Apr
2015
15 Apr
'15
1:19 p.m.
https://bugs.winehq.org/show_bug.cgi?id=38416 --- Comment #5 from Sergey Isakov <isakov-sl(a)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.