Skip to content

Add buffer age support to qpainter render backend in DRM and Wayland platforms

Vlad Zahorodnii requested to merge work/qpainter-damage into master

Currently, the qpainter render backend will repaint the whole screen if something changes on the screen. With this, only the dirty parts of the screen will be repainted. It leads to better performance.

Merge request reports