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
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
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
>