Skip to content

core/renderloop: add some hysteresis to triple buffering

Xaver Hugl requested to merge work/cherry-pick-0672313c into Plasma/6.1

Switching to triple buffering requires dropping a frame, so if we constantly switch back and forth between double and triple buffering, that can cause very visible performance issues

CCBUG: 488843

(cherry picked from commit 0672313c)

Co-authored-by: Xaver Hugl xaver.hugl@gmail.com

Merge request reports