Summary: | Overview FPS drop animation | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Sauf <hsaom> |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | indigosky30, nate |
Priority: | NOR | Keywords: | qt6 |
Version: | 6.0.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sauf
2024-03-08 11:57:26 UTC
Hardware AMD Ryzen 5 5600H 16 GB AMD Radeon RX 6600M Graphics A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5390 Git commit d59451adcf8f7a4d90659a60bfbe73230091b0e3 by Xaver Hugl. Committed on 26/03/2024 at 16:06. Pushed by zamundaaa into branch 'master'. effects/quickeffect: render qtquick scenes in the normal render pass If they're rendered in prePaintScreen, the time needed to render them is not accounted for in compositing scheduling, which may make KWin miss vblank Related: bug 452119, bug 482034 M +5 -0 src/effect/offscreenquickview.cpp M +9 -10 src/effect/quickeffect.cpp https://invent.kde.org/plasma/kwin/-/commit/d59451adcf8f7a4d90659a60bfbe73230091b0e3 (In reply to Zamundaaa from comment #3) > Git commit d59451adcf8f7a4d90659a60bfbe73230091b0e3 by Xaver Hugl. > Committed on 26/03/2024 at 16:06. > Pushed by zamundaaa into branch 'master'. > > effects/quickeffect: render qtquick scenes in the normal render pass > > If they're rendered in prePaintScreen, the time needed to render them is not > accounted for in compositing scheduling, which may make KWin miss vblank > Related: bug 452119, bug 482034 > > M +5 -0 src/effect/offscreenquickview.cpp > M +9 -10 src/effect/quickeffect.cpp > > https://invent.kde.org/plasma/kwin/-/commit/ > d59451adcf8f7a4d90659a60bfbe73230091b0e3 Shouldnt this bug be closed since the merge request was accepted and the other 2 related bugs are RESOLVED? |