diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-13 11:47:15 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-22 13:36:54 +0700 |
commit | e723cdc57029bd5b6ce4c63846e94295ef7ccbf1 (patch) | |
tree | 543e677f69c23dc4b251f584c156bcad9f6bc8a0 /meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend | |
parent | 5a433934720d8a7b74f277db6d9f7f0cc1a10fd7 (diff) |
rcar-gen3: weston: Update SRCREV to follow the latest version
This commit updates SRCREV of weston for following items:
v4l2-renderer
- Update Renesas Electronics copyright.
- Use premultiplied alpha for ARGB color format.
- Apply only translation to surface opaque region.
- Compose whole of output when V4L2_SEL_TGT_COMPOSE unsupported for WPF.
- Compose damaged region only.
- Use bool type for flags instead of int type.
- Enclose v4l2-renderer-device.h in an inclusion guard.
- Apply surface transformation to opaque region.
- Prevent misalignment of the rendering image due to calculation error.
vsp2-renderer
- Fix a typo in a comment.
- Fallback to GL when global alpha is enabled with opaque region.
- Remove unnecessary condition in rendering image.
- Always turn off media streaming.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend | 2 |
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 ed76e5f..2d57d66 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 = "ad2aea3f8aba60cb1affaf544bd236d6ba2bdb62" +SRCREV = "27546e90d8c06717ec9c1244520ebb237d7b5118" SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |