Skip to content

core/renderloop: use PreciseTimer for render loop.

Apostolos Dimitromanolakis requested to merge apdim/kwin:work/apdim/kwin into master

In the renderloop initialization, the default timer type is not specified for the composite timer. Qt selected a CoarseTimer (+/- 20% timing accuracy), which causes dropped frames in the renderloop.

This patch switches time-critical timers to Qt::PreciseTimer.

Merge request reports

Loading