summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/qwebglfunctioncall.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the parameterCount parameterJesus Fernandez2017-12-051-0/+6
| | | | | | | | | | | | Saves 4 bytes per message. Combined with other optimizations, this can save a lot of bandwidth. It also adds a new serialization type, the array. The parameter count cannot be removed without supporting arrays. Change-Id: I5f9c0901d50fb7d9613461d9860338e18dcbe3cd Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Remove identifier from messages not waiting for answerJesus Fernandez2017-09-211-1/+2
| | | | | | | | | | Saves 4 bytes per message not waiting for answer. Combined with other optimizations can save a lot of bandwidth. Change-Id: I360ba88d3b75db9278d6aff6c397e3ef8c99b02e Reviewed-by: Michael Winkelmann <michael.winkelmann@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Add Qt WebGL platform pluginJesus Fernandez2017-06-271-0/+150
Done-with: Michael Winkelmann <michael.winkelmann@qt.io> Change-Id: I6632475956393116af8885f42ba557e35d2b0985 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>