http://bugs.winehq.org/show_bug.cgi?id=14261
Summary: Black rectangle covers most of the screen in Psychonauts when using FBO Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: vitaliy@kievinfo.com CC: stefandoesinger@gmx.at
Created an attachment (id=14552) --> (http://bugs.winehq.org/attachment.cgi?id=14552) screen shot of the problem
Big part of the screen is covered by a black rectangle. Some times it turns white. Some times it disappears. And some elements are still drawn over it. This happens only with OffscreenRenderingMode=fbo.
Regression is caused by this patch:
commit 2d4d18b59dc26b8aee04553671b942071d9213b9 Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Jun 17 01:42:55 2008 +0200
wined3d: Delay render target activation.
The ActivateContext in SetRenderTarget was an old regression prevention, but now it is time to remove it.