On Tue, 4 Apr 2017 17:54:32 +0100
Daniel Stone wrote:
> vblank_pending is currently a bool, which is reset on every vblank
> requests (i.e. sprite pageflip). This can occur more than once per
> frame, so turn it into a callback, so we only fire frame-done when we've
> collected all the events.
>
vblank_pending is currently a bool, which is reset on every vblank
requests (i.e. sprite pageflip). This can occur more than once per
frame, so turn it into a callback, so we only fire frame-done when we've
collected all the events.
This fixes unexpected behaviour when multiple views per output ha