diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-10 13:35:59 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-26 16:50:16 -0500 |
commit | a1811f866833bd1a974193137366e4ff9bf96a59 (patch) | |
tree | 4ab1213b6ba8284f9051387f9e80642dc5e22752 | |
parent | bc937ade566528cc097c9321694c0f5f5ef8cbf6 (diff) | |
download | meta-freescale-a1811f866833bd1a974193137366e4ff9bf96a59.tar.gz |
weston: Bugfixes
- g2d-renderer: Enable dither effect in the fbdev board
- compositor-drm: avoid commit invalid framebuffer to plane
- g2d-render: fix the render error in vg_gc2000 test
- g2d-render: fix the residual image on display
- g2d-renderer: import DMABuf should use offset in attributes
- compositor-drm: Revert the fence support in DRM compositor
- compositor-drm: fix video playback hang after add fence in glrender
- MGS-4050 [#ccc] libweston/compositor-fbdev: Use fbGetDisplayByIndex when selecting the framebuffer
- compositor-drm: Add display fence support
- compositor-drm: fix cannot reuse current framebuffer if damage is empty
- g2d-render: weston will be closed after executing weston-info
- g2d-render: support new ion allocator
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index 372a0be3..e80e7e0a 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=http | |||
15 | file://xwayland.weston-start \ | 15 | file://xwayland.weston-start \ |
16 | file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ | 16 | file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ |
17 | " | 17 | " |
18 | SRCREV = "642006cbd89e7ae51a7ce672c899614814dc4ef0" | 18 | SRCREV = "866072b52751e5023651dd9322baa513e1f74fe6" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 21 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |