[Bug 22478] Major performance drop in King's Bounty games with shadows enabled

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 5 11:31:14 CDT 2010


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





--- Comment #27 from Henri Verbeet <hverbeet at gmail.com>  2010-05-05 11:31:14 ---
(In reply to comment #24)
>                  context_apply_fbo_state(context);
> +                if(context->render_offscreen && context->current_rt != device->render_targets[0])
> +                    context_attach_surface_fbo(context, GL_FRAMEBUFFER, 0, context->current_rt);

In the cases where it matters that change would corrupt the FBO cache, and
still give you the performance hit of FBO setup.

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