From: Pekka Paalanen <[email protected]> Hi,
this is the v2 of http://lists.freedesktop.org/archives/wayland-devel/2015-February/019924.html Please see http://ppaalanen.blogspot.fi/2015/02/weston-repaint-scheduling.html for the details. From the v1 series, the first 3 patches landed, and the remaining two needed revising. Here I have squashed the remaining 2 patches together and addressed review comments. The first patch in this new series is a new one, except the idea was stolen from http://patchwork.freedesktop.org/patch/39502/ Thanks, pq Pekka Paalanen (2): compositor, backends: weston_compositor_read_presentation_clock compositor: add repaint delay timer man/weston.ini.man | 10 ++++ src/compositor-drm.c | 2 +- src/compositor-fbdev.c | 4 +- src/compositor-headless.c | 4 +- src/compositor-rdp.c | 4 +- src/compositor-rpi.c | 2 +- src/compositor-x11.c | 4 +- src/compositor.c | 116 +++++++++++++++++++++++++++++++++++++++++----- src/compositor.h | 7 +++ 9 files changed, 132 insertions(+), 21 deletions(-) -- 2.0.5 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
