-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement damage tracking #223
Conversation
5a4803a
to
5394555
Compare
5394555
to
bb66abb
Compare
Nice work. |
Further testing indicates that the high CPU usage might be isolated to Firefox (or other web browsers). |
Seems to be caused by I've not noticed this in any of the applications that I run normally (chromium, mpv, alacritty, jetbrains IDEs). |
Update: It's ONLY Firefox. Chromium is not affected. And it looks like it's just because Hardware Video offloading breaks in Firefox after this change (but doesn't break in Chromium). Might be an Intel driver issue? I'll try with AMD iGPU and see if it's the same problem |
Just confirming that this also happens on my AMD Ryzen 7 PRO 4750U with Radeon RX Vega 8 iGPU |
|
I'll prepare a PR that fixes the issue with a firefox-specific workaround that restores the previous behavior without precise damage tracking. Let me know if you find any other applications that have this problem. |
Please try #224 |
Close #28