summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine
Commit message (Collapse)AuthorAgeFilesLines
* qt5: Upgrade to Qt 5.11.0Samuli Piippo2018-02-121-47/+0
| | | | | | | | QtQuickCompiler is now part of qtdeclarative, separate recipe is no longer needed. Keeping qtquickcompiler.bbclass still for backwards compatibility. Change-Id: I8e6a66b176fc17c4bb161ae4638125238518e22a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: update submodules and meta-qt5 layerSamuli Piippo2016-10-271-26/+0
| | | | | Change-Id: I4e67e6d0222f79c135b031f8110d565a3e4243b4 Reviewed-by: Risto Avila <risto.avila@qt.io>
* qt5: update to Qt 5.8Samuli Piippo2016-10-032-3/+31
| | | | | Change-Id: If37c30437c3e8d3f5ffafb3a47851d88ec050895 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* webengine: Fix slow video with webengine on imx6 devicesSamuli Piippo2015-12-081-0/+45
Disable texture_rg on imx6 based devices. Yocto image 1.8 has driver, which reports opengl es 3.0 support, however texture_rg does not work properly. Change-Id: Iaeadbfb16bacd3d78d9c660fa02e761e1781b4f3 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>