diff options
author | Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> | 2017-03-30 15:30:31 +0700 |
---|---|---|
committer | Khiem Nguyen <khiem.nguyen.xt@renesas.com> | 2017-04-19 09:57:59 +0700 |
commit | c00adcbc48a06280562c4bf227087dde63b36394 (patch) | |
tree | 16b2138c6e9fa7dc6c3787b656b5f08f29251124 /meta-rcar-gen3/recipes-graphics/wayland | |
parent | 1bd49e2e836885b8cfdf8f94d84ac8c27fd17337 (diff) |
rcar-gen3: weston: Update SRCREV for weston to follow latest version
This commit updates SRCREV of weston for following items:
v4l2-renderer
- Check color format at importing dmabuf.
- Translate clipping region for subtraction from opaque region.
- Fix calculation of clip region.
vsp2-renderer
- Fix destination rect for rendering.
- Fallback to GL at zooming output.
- Reset scaler usage counter correctly.
Change-Id: I83d9c3905eeeec48e09dae24f50e29fef4b5cc43
Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend index 2047457..22f82ba 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend @@ -4,7 +4,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" BRANCH = "rcar-gen3/1.11.0/gl-fallback" -SRCREV = "1a8e5cd9e2e100d100e076dba3d937a5dc60093d" +SRCREV = "a9df84304f6fcf8025beae998adcc4b02d8b968e" SRC_URI = " \ git://github.com/renesas-rcar/weston.git;branch=${BRANCH} \ |