summaryrefslogtreecommitdiffstats
path: root/src/qmlstreamer
Commit message (Collapse)AuthorAgeFilesLines
* Disable force update for qmlstreamsAntti Määttä2021-04-281-0/+1
| | | | | | | | | | | | | This was added originally to fix a problem with the rendering. Normally RenderControl informs us to render the qml when the content changes, but this was somehow broken in earlier qt versions and animated qml content was not rendered correctly if we didn't force the rendering. This seems to be fixed now and we can disable forced rendering. Task-number: QT3DS-4228 Change-Id: I3da2b369fcb0ce25e755b2c0842771c7345ad856 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Fix wrong lib paths in android buildv2.8.0-rc2Antti Määttä2020-10-161-0/+6
| | | | | | Task-number: QT3DS-3982 Change-Id: Ifc01400a6756e3ee66765a5b37fa9d805f58f99c Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Scale QML stream item size up to nearest divisible-by-four sizeTomi Korpipaa2020-08-123-1/+18
| | | | | | | | Task-number: QT3DS-4144 Change-Id: Id1bd2387538a6cf865c59830730d80eb5f93652f Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Update and fix documentationJanne Kangas2020-02-061-1/+1
| | | | | | | | Also move d_ptr variable to private in Q3DSDataInput. Task-id: QT3DS-4050 Change-Id: I91ded90a413e0e9f78b0d866823a686357e4b908 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Initial OpenGL runtime documentation structureMats Honkamaa2019-06-192-10/+7
| | | | | | | | | | Copied from Qt3D runtime docs with some modifications. Task-number: QT3DS-3561 Change-Id: I67fc9bc59290b34e788cf4a79676c9e04e634979 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Pasi Keränen <pasi.keranen@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Long live the slayer!Pasi Keränen2019-06-0716-0/+1705
Initial commit of OpenGL Runtime to repository. Based on SHA1 61823aaccc6510699a54b34a2fe3f7523dab3b4e of qt3dstudio repository. Task-number: QT3DS-3600 Change-Id: Iaeb80237399f0e5656a19ebec9d1ab3a681d8832 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>