Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Fix no frame issue when reaching a maximum value of frame ID #12

Closed mshin-wolvic closed 1 year ago

mshin-wolvic commented 1 year ago
MyidShin commented 1 year ago

Is there any way to avoid swapping an empty frame when the frame is not ready?

I think it would be possible to make sure that Wolvic doesn't swap after the frame's cancellation. @svillar , wdyt?

svillar commented 1 year ago

Is there any way to avoid swapping an empty frame when the frame is not ready?

I think it would be possible to make sure that Wolvic doesn't swap after the frame's cancellation. @svillar , wdyt?

I didn't have time to look into that, but is it blocking anything? I thought it was a leak, which is indeed important, but was not aware that it could cause any other problem