Re: [weston V2 1/2] Check for math (m) and real time (rt) libraries

2014-10-31 Thread sardemff7+wayland
On 2014-10-30 15:23, Javier Jardón wrote: --- Makefile.am | 19 +-- configure.ac | 6 ++ 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 934..e78f6c8 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,12 @@ AC

[PATCH weston v3 2/2] compositor-drm: Watchdog timer implementation

2014-10-31 Thread Frederic Plourde
Weston will not repaint until previous update has been acked by a page-flip event coming from the drm driver. However, some buggy drivers won't return those events or will stop sending them at some point and Weston output repaints will completely freeze. To ease developers' task in testing their dr

Re: [PATCH wayland 1/2] tests: add test for callback serials

2014-10-31 Thread Marek Chalupa
On 29 October 2014 20:26, Bryce Harrington wrote: > On Mon, Oct 27, 2014 at 09:14:40AM +0100, Marek Chalupa wrote: > > The callback returns always with the same serial, > > which is not right (it's serial, not constant...). > > This test highlights the bug. > > > > Signed-off-by: Marek Chalupa >