[Bug 39421] Majesty Gold HD runs very slowly

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 12 04:02:02 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=39421

Stefan Dösinger <stefan at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefan at codeweavers.com

--- Comment #4 from Stefan Dösinger <stefan at codeweavers.com> ---
Does the game draw to the front buffer? We have to flush after a front buffer
draw to make the changes show up on the screen. They're supposed to show up
immediately, there is no "I am done drawing now, please show this" for blits to
the front buffer. So we can't really queue things up and skip flushes if there
are 300 / second, because we never know if there will be a draw number 301.

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