https://bugs.winehq.org/show_bug.cgi?id=38416
--- Comment #5 from Sergey Isakov isakov-sl@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;