jonaburg / picom

A lightweight compositor for X11 (previously a compton fork)
Other
956 stars 99 forks source link

Use ms accuracy again #7

Closed mbalc closed 3 years ago

mbalc commented 4 years ago

Fixing https://github.com/jonaburg/picom/issues/6

unai-ndz commented 4 years ago

The reason I did not make a PR was to try to fix the accurate timer properly.

The new timer should get fixed or removed completely, but I guess it's better to merge this now. We need to clean the commits when both blur and rounded corners get merged into picom anyways.

jonaburg commented 3 years ago

I initially didn't want to revert back to using ms for calculating the next fading point with the thought of fixing this in the future. At any rate I've temporarily removed this, and will be working on a more permanent fix as time goes on. GLX still doesn't offer as good performance as xrender, but I'll be looking into this from another way. Suffice to say, this issue is now resolved, at least the super broken feel is gone, so I'll be closing the PR.