[Bug 11584] Recent patch breaks Call of Duty 4

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 9 18:22:38 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11584





--- Comment #29 from Stefan Dösinger <stefandoesinger at gmx.at>  2008-04-09 18:22:38 ---
Which PreLoad is making the problem here in FindContext()? The one in the
readTexture block preloading "This->lastActiveRenderTarget", or the one above
PreLoad "target"? If it is the former one, can you try to change the if
statement above that in the following way:

if (wined3d_settings.offscreen_rendering_mode != ORM_FBO) {

===>


if (wined3d_settings.offscreen_rendering_mode != ORM_FBO && target !=
This->lastActiveRenderTarget) {


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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