aboutsummaryrefslogtreecommitdiffstats
path: root/browser-layer
AgeCommit message (Collapse)Author
2016-09-27chromium: Enable new version 52 for x11 support wayland on older versionLauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-09-08chromium: Refactor code to use the the new overridesOtavio Salvador
The recipe has been reworked to use the 'imxvpu' feature override. Change-Id: Idc7e20dbb3354eb03d804d3c0e9aa79413f95c87 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-23chromium: Update bbappend to version 48.0.2548.0Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19chromium-imx: Update dependency name of vpuwrapYuqing Zhu
libfslvpuwrap has been renamed to imx-vpuwrap, need to do update. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-27chromium: Update bbappend to version 40.0.2214.91Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-28chromium-imx: Update chromium-imx to support SOC without VPULauren Post
Current VPU patches only work for mx6q and mx6dl that have VPU. To build for future mx6sx need to split VPU patches off for only mx6q and mx6dl. Also depends on libfslvpuwrap should be restricted to mx6q and mx6dl. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-14chromium: Update bbappend to version 38.0.2125.101Carlos Rafael Giani
In this update, the "component-build" packageconfig is no longer enabled by default. Component builds do use much less RAM on build machines, but according to Chromium developers, it is not recommended to use these for anything other than developer builds. Note that you should still enable component mode if you don't have a 64 bit build machine, or a machine with less than 8 GB RAM. Reference: https://groups.google.com/a/chromium.org/d/topic/chromium-dev/yqIHEbquIBg/discussion Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-08chromium: Remove Chromium 35 bbappendCarlos Rafael Giani
Since the Chromium 35 recipe got removed, now that Chromium 37 is stable, this bbappend also needs to go. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-04chromium: Update bbappend to version 37.0.2062.94Carlos Rafael Giani
Also update chromium-imx revision to support newer v5 Vivante drivers (used in 3.10.31 Beta release). These do not use "GL_VIV_direct_texture" as the name for the Vivante texture extension, but "GL_VIV_tex_direct" instead. v4 drivers (3.10.17 GA release and older) are still supported. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-25chromium: Add bbappend for GPU specific modifications and VPU supportCarlos Rafael Giani
* Adds ozone-wayland patches which modify the required EGL versions in the GYP files * Turns on h.264 and MP4 support in Chromium's FFmpeg copy * Enables a workaround for the Vivante GPU that prevents translucent canvas regions to show up with a blue color * Adds hardware-accelerated video decoding using the VPU by fetching chromium-imx sources and integrating them into the Chromium source tree and the GYP files Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>