aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/ogl-runtime_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* ogl-runtime: update to v2.6.0Mikko Gronoff2020-02-051-3/+3
| | | | | Change-Id: Ia3cceb5a7f088d8ced2fad637a3ab82c8a7357ad Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* ogl-runtime: update to v2.5.0 releaseSamuli Piippo2020-01-111-5/+3
| | | | Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* ogl-runtime: Only compile for supported architecturesKhem Raj2019-12-181-0/+2
| | | | | | | | | EASTL does not yet support all architectures that oe does so this is better to limit it to supported ones https://code.qt.io/cgit/qt3dstudio/qt3dstudio-eastl.git/tree/UnknownVersion/include/EABase/config/eaplatform.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ogl-runtime: Fix build on x86_64Khem Raj2019-10-081-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qt3d-runtime: update to ogl-runtime v2.4Mikko Gronoff2019-09-231-0/+28
Qt 3D Studio Runtime 2.x switches/upgrades to OpenGL Runtime with version update 2.3 -> 2.4. * Contains new 3rdparty submodule EASTL (Electronic Arts Standard Template Library), recipe adjusted accordingly. * format-security, examples & musl libc build issues fixed Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>