agl-compositor: Update SRCREV 65/24865/2
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 25 Jun 2020 13:35:06 +0000 (16:35 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 25 Jun 2020 13:54:33 +0000 (13:54 +0000)
Bump SRCREV to match latest master. This update includes the following
changes:

06773d6a doc: Added arch diagram
03755785 README: move README.md to doc/
51be2ca7 layout: Clip the view to the size specified by width and height
7854caac shell: Pass the bounding box values to the pop-up surface
40d73940 agl-shell-desktop: Add the ability to pass width and height as area of the bounding box
9701fd67 (review/marius_vlad/24652) shell: Advertise application_id event for other surface roles
c8d025cd (review/marius_vlad/24651) layout: Do not attempt to activate the surface on the remote output
16826129 src: Mark surfaces with the 'remote' role if configuration file says so
81be1de5 main: Do the installment of black surfaces for remote outputs as well
ba9b65aa shell: Add some extra checks to make sure we don't trip ourselves
a04518d8 main: Enable remote outputs later than local (DRM) outputs
7536014f main, layout: Minor clean-ups and added some further logging
9af06129 main: Retrieve the agl-shell-app-id from the config file
bafead57 main: Retrieve the transform and scale from config file
9f2f83ea src: Create an ivi_output for the remote output
22514079 src: Hold a reference for remoting_api in the ivi_compositor
b3c4f205 main: Add the ability to load the remote plugin
7af3d376 desktop: Remove commiting code for the panel
b491db31 shell: Do not remove the black surface if we don't have a background set for that output
c6941d74 desktop: Display a black surface for apps being moved using config file
9d29ef9f layout: Remove black surface when trying to use migrate views to other outputs
8df7681a src/: Use agl-shell-app-id to set-up views on a different output
f235042e layout: Add a wrapper to print out the surface role
5c90f163 src: Insert a black surface/remove it when the last remote surface role is present
f88d870a layout, desktop: Treat the remote surface role like the desktop one
226f4ca4 layout: Remove the quirks as now we have the policy hooks in place to handle that
978c7f8c src/: Add the remote surface role
0e4d30b4 src/: Add all surface roles to a wrapper for retrieving the output
496b4170 (sandbox/mvlad/split-wip-take2) layout: Do not attempt to activate a split or a fs surface
a9ae8d75 layout: Resize the active surface when doing the split
831d1b21 layout: Allow to commit the fullscreen and split surface roles
a2d066f0 layout: Remove unused ivi_compositor reference
af2b5c21 shell: Determine the role type
edbfbad7 shell: Introduce fullscreen and split role type of a surface
f73edbcf desktop: Missing assert include
a2f9566b desktop: Handle correctly panel and bg removal of agl-shell unbind
79420056 README.md: Add documentation details about agl-shell and agl-shell-desktop

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I67971d937e0348d31c2e47c70ebffe6127f96bbe
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24865
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb

index 41f5f02..31f7eb7 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fac6abe0003c4d142ff8fa1f18316df0"
 DEPENDS = "wayland wayland-protocols wayland-native weston"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "1956bd3bfb0c85e3eb3413dd465a1a2fb1ae78bb"
+SRCREV = "06773d6abdc06e0d887729da39259524bd772c44"
 
 PV = "0.0.10+git${SRCPV}"
 S = "${WORKDIR}/git"