Hi, Here is an update to the Wayland Presentation Extension.
For context, please refer to the last thread about the extension: http://lists.freedesktop.org/archives/wayland-devel/2014-September/017278.html Differences compared to the last proposal (v4) are: * Remove the 'destroy' method from the feedback object. * Some grammatical corrections to the protocol specification. Thanks to Bryce Harrington. Pekka Paalanen (8): protocol: add presentation extension v5 compositor: add stub implementation of presentation interface weston-info: report presentation clock compositor: set and use the presentation clock everywhere compositor: implement presentation_feedback compositor-drm: deliver frame seq for feedback tests: presentation test, simple clients: add presentation-shm demo .gitignore | 1 + Makefile.am | 24 ++ clients/presentation-shm.c | 866 +++++++++++++++++++++++++++++++++++++++ clients/weston-info.c | 81 ++++ protocol/presentation_timing.xml | 238 +++++++++++ src/compositor-drm.c | 46 ++- src/compositor-fbdev.c | 12 +- src/compositor-headless.c | 11 +- src/compositor-rdp.c | 11 +- src/compositor-rpi.c | 49 ++- src/compositor-wayland.c | 11 +- src/compositor-x11.c | 11 +- src/compositor.c | 265 +++++++++++- src/compositor.h | 20 +- tests/presentation-test.c | 246 +++++++++++ 15 files changed, 1823 insertions(+), 69 deletions(-) create mode 100644 clients/presentation-shm.c create mode 100644 protocol/presentation_timing.xml create mode 100644 tests/presentation-test.c Thanks, Louis-Francis Ratté-Boulianne -- 1.9.3 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
