aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xw@renesas.com>2018-10-12 03:24:07 -0400
committerKhang Nguyen <khang.nguyen.xv@renesas.com>2018-10-29 13:41:32 +0700
commit833b9a47e6010a5b70d8b0b4c59adf0dae392de3 (patch)
treeced77c2417ca988f5793f6b8b42aadf0e1838077
parent937239a788b4662922041848360bbfaeaa886ae4 (diff)
rcar-gen3: weston: Update SRCREV to follow the latest version
This commit updates SRCREV of weston for following items: [v4l2-renderer] - Use uint8_t* for variables to be operated by pointer. - Apply to "U" suffix constatnt of unsigned type. - Fix according to static code analysis tool. - Improve attaching shm buffer. - Use stride of shm buffer, not of KMS BO. - Remove bytesused from v4l2_renderer_plane. - Use length instead of byteused. - Set -1 when closing dmabuf. - Remove unused members in v4l2_surface_state. - Remove unused member bpp. - Free buffers queued into RPF which is disabled. - Allow set image width/height to 1 for input VSP in using RGB. - Skip rendering the surface which buffer isn't attached. - Expand damage region when using YUV444 and YVU444 color format. - Expand damage region when using multi sample pixels format. - Make opaque region the same as non-opaque. - Don't release dmabuf buffer immediately when client release buffer. [compositor-drm] - Use bool type for flag for using v4l2-renderer. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
index bdc768a..280aa79 100644
--- a/meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
+++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
@@ -4,7 +4,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
BRANCH = "rcar-gen3/2.0.0/gl-fallback"
-SRCREV = "95d0e2e9da67959a98c79c5839e5530d30b73445"
+SRCREV = "84709ddcbf1e94edae96038f530e9ddd855f707f"
SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"