https://bugs.winehq.org/show_bug.cgi?id=39421
Stefan Dösinger stefan@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan@codeweavers.com
--- Comment #4 from Stefan Dösinger stefan@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.