danvd / wlroots-eglstreams

A modular Wayland compositor library with EGLStreams support
MIT License
106 stars 11 forks source link

Fix startup lag #42

Open git-bruh opened 1 year ago

git-bruh commented 1 year ago

Hi, the hack implemented for fixing #39 sleeps for 1 second but even sleeping for 10ms is enough and usually succeds either at the first or second try. This causes lags at startup as the sleep is trigged 5-6 times when starting sway

https://github.com/git-bruh/wlroots-eglstreams/blob/master/render/egl.c#L1275