agl-compositor_git: Bump up SRCREV 50/27450/5
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 4 May 2022 11:35:15 +0000 (14:35 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 16 May 2022 13:22:45 +0000 (13:22 +0000)
This SRCREV bump is a bug-fixing update: includes some fixes with
fullscreen surface roles, uses libweston's _fini calls to verify and
check-up and if cleaned up correctly when shutting down the compositor,
and finally, does some minor clean-ups.

Specifically, the following changes have been added since the last
update:

1304d412eb2bcefd4 shell: Do not set none role for applications w/o appid
43bdf9a42bac33df1 shell: Let the output destroy handler handle layer fini
a89fbd6702dd82c4b desktop: Document the repaint schedule
5274f6ea9da2f119f Revert "desktop: No need to schedule a compositor repaint"
71deafe03f41738bf shell: Added missing layer fini calls
41791c9fa1839e93a compositor: Proper indentation
40f5e3bbfac73375b desktop: Remove dead code
8f85581e96bc71512 desktop: No need to schedule a compositor repaint
c40f46aa4d2644b18 meson.build: Bump up meson version
7a7b46bd7040b2814 layout: Inform client to resize for fullscreen roles
13ac8bab43fffd002 layout: Send dimensions when setting up property as fullscreen
2cd345013ccaaccd7 layout: Do perform a view update transform when unmapped
b13e185e7214218ca layout: Make the view mapped at activation completion
7ecc8c2ee8a776bb1 compositor: Rename activated_by_default to mapped

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I3f5735fad1ea99fa6ce388fbb73796436f956bf6
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27450
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb

index 4ecc81f..5f2c8a8 100644 (file)
@@ -12,7 +12,7 @@ DEPENDS = "wayland wayland-protocols wayland-native weston \
           ${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin', '', d)}"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "a02c5606aa6621c9d3e0cc968180e7993201e2da"
+SRCREV = "1304d412eb2bcefd4733539213ecb9b6ca39a605"
 AGL_BRANCH:aglnext = "next"
 SRCREV:aglnext = "${AUTOREV}"