commit | 7be73d7385421685cf6db71f6401551d583da325 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Nov 06 13:16:35 2017 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Nov 06 13:20:08 2017 +0100 |
tree | 75183a459c6325f1fb73b7de0eda26cbd32656d3 | |
parent | 330ca42ef70c38f21ed7b385ae92988f8bbfc5ea [diff] |
Avoid corner case of applications rendering at frame rate There is a problematic corner case where an application is updating at exactly the same rate that we're sending update. In that case we may miss updates regularly, getting a very uneven final frame rate. Avoid this by introducing a slight offset when we start updating.