[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

wayland-protocols: Changes to 'upstream-unstable'



New branch 'upstream-unstable' available with the following commits:
commit 82bb922f5b497b06cab175d0281ef8d5e8009878
Author: Jonas Ådahl <jadahl@gmail.com>
Date:   Thu Mar 10 15:02:29 2016 +0800

    configure.ac: Bump version to 1.3
    
    Signed-off-by: Jonas Ådahl <jadahl@gmail.com>

commit 418915eeba5679832d6a7b50ece02482347056a4
Author: Jonas Ådahl <jadahl@gmail.com>
Date:   Wed Mar 9 15:49:51 2016 +0800

    Revert "xdg-shell: clarify xdg_surface creation semantics regarding buffers"
    
    This patch was intended to be part of the coming v6 version of the
    xdg_shell protocol. It is an semantically backward incompatible change,
    so it cannot be implemented in xdg_shell v5 without breaking
    compatibility with available clients.
    
    This reverts commit 275fd34023fabdcb487f2adf2fe80bda1e4bf0dc.

commit ca86a592c2663871644cbde43bb1eb01bb2fa372
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Wed Mar 9 16:10:48 2016 +1000

    Add the tablet protocol
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Daniel Stone <daniels@collabora.com>
    Reviewed-by: Jonas Ådahl <jadahl@gmail.com>

commit 275fd34023fabdcb487f2adf2fe80bda1e4bf0dc
Author: Mike Blumenkrantz <zmike@samsung.com>
Date:   Wed Dec 2 20:06:46 2015 -0500

    xdg-shell: clarify xdg_surface creation semantics regarding buffers
    
    this change ensures that the client will set its initial state
    before performing any drawing, ensuring that there is no mismatch
    when creating a surface with a non-default state
    (eg. maximize, fullscreen, ...)
    
    looking at the following event flows:
    1) wl_surface.attach, wl_surface.commit, xdg_shell.get_xdg_surface
    
    2) wl_surface.attach, xdg_shell.get_xdg_surface, wl_surface.commit
    
    3) xdg_shell.get_xdg_surface, wl_surface.commit, xdg_surface.configure,
       wl_surface.attach, wl_surface.commit
    
    only 3) is now valid, while 1) and 2) will trigger errors as a result
    of handling buffers prior to creating the xdg surface
    
    Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
    Signed-off-by: Mike Blumenkrantz <zmike@osg.samsung.com>
    Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>

commit 22a9cd8a254b31a19c75d4f2cc2806a74309b7b5
Author: Jonas Ådahl <jadahl@gmail.com>
Date:   Mon Mar 7 17:09:30 2016 +0800

    configure.ac: Bump version to 1.2
    
    Signed-off-by: Jonas Ådahl <jadahl@gmail.com>

commit 62468ffc9aa43d0b2218853b80fca1a9cd3e60bc
Author: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Date:   Wed Feb 17 16:50:31 2016 +0200

    Makefile: install and dist stable protocols
    
    Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
    Reviewed-by: Jonas Ådahl <jadahl@gmail.com>

commit f4e9da83634afaec50c2e8e27f4d2c6d4a0a9af2
Author: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Date:   Mon Feb 22 15:11:14 2016 +0200

    Makefile: add presentation-time to stable protocols
    
    Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
    Reviewed-by: Jonas Ådahl <jadahl@gmail.com>

commit 10ae82c41a58f0c53ea1cba4225006c1f003eb14
Author: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Date:   Wed Feb 17 16:44:40 2016 +0200

    presentation-time: finish stabilization
    
    Rename interfaces and the protocol to follow the policy.
    
    Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
    Reviewed-by: Jonas Ådahl <jadahl@gmail.com>

commit 95e7f445edbc8ea52b6f4d22ae1ee514b2323895
Author: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Date:   Wed Feb 17 16:32:05 2016 +0200

    stable: add presentation-time draft
    
    This XML file has been copied verbatim from Weston 1.10.0 release,
    protocol/presentation_timing.xml. The last behavioral change to that
    file was in December 2014, so the behaviour is considered stable.
    
    Interfaces still need to be renamed according wayland-protocols policy.
    That will be done in a follow-up patch to clearly show the changes.
    
    Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
    Reviewed-by: Jonas Ådahl <jadahl@gmail.com>

commit 2deda62a9e87e72cf85c9499249fe9074608de2c
Author: Carlos Olmedo Escobar <carlos.olmedo.e@gmail.com>
Date:   Mon Feb 29 12:06:18 2016 +0100

    Remove 'is'.
    
    Signed-off-by: Carlos Olmedo Escobar <carlos.olmedo.e@gmail.com>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>


Reply to: