[PATCH weston 0/6] Add client driven repaint and clock for testing
Derek Foreman
derekf at osg.samsung.com
Fri Dec 19 10:45:44 PST 2014
This series allows test clients to put the compositor into a new "test mode"
where the presentation clock is controlled by the client, and the client
can request a repaint.
Only the headless compositor supports this for now.
Derek Foreman (6):
test: Add a compositor test-mode
compositors: Wrap clock_gettime() usage
test: Add clock_settime()
compositor: Make repaint loop exit frequently in test mode
test: Add client driven repaint
compositor-headless: Add test mode
protocol/wayland-test.xml | 9 ++++++++-
src/compositor-drm.c | 2 +-
src/compositor-fbdev.c | 2 +-
src/compositor-headless.c | 36 +++++++++++++++++++++++++++++++++---
src/compositor-rdp.c | 2 +-
src/compositor-x11.c | 2 +-
src/compositor.c | 43 +++++++++++++++++++++++++++++++++++++++++++
src/compositor.h | 15 +++++++++++++++
tests/weston-test.c | 31 +++++++++++++++++++++++++++++++
9 files changed, 134 insertions(+), 8 deletions(-)
--
2.1.3
More information about the wayland-devel
mailing list