summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/qwebglintegration.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Clang 10 warning about inconsistent overrideThiago Macieira2020-05-051-1/+1
| | | | | | | | | | | qwebglintegration.h:62:32: warning: 'createPlatformOffscreenSurface' overrides a member function but is not marked 'override' [- Winconsistent-missing-override] Task-number: QTBUG-83666 Pick-To: 5.15 Change-Id: I99ab0f318b1c43b89888fffd160b5b8264692657 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
* Handle offscreen surfacesLaszlo Agocs2019-07-251-0/+1
| | | | | | | | | | | Implement createPlatformOffscreenSurface(). This way a QOffscreenSurface will not lead to creating a QWindow. Fairly dummy, and may need amending later, but fixes the immediate problem with the - still default - direct OpenGL code path of Qt Quick. Task-number: QTBUG-76993 Change-Id: Ia4198163fc91d3f353d0067a2a807ec075168ace Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
* Add platform plugin parameter for websockerserverMaurice Kalinowski2019-01-301-1/+1
| | | | | | | | | | | When using the webgl backend in a container, one needs to specify the port of the websocket server in addition to the http server. While using QT_WEBGL_WEBSOCKETSERVER is an option, it requires to pass a hostname in addition. Change-Id: Iefce12f049a81711a52586d60dd34bddbb9de12e Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
* Add Qt WebGL platform pluginJesus Fernandez2017-06-271-0/+79
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>