summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/qwebglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVectorJarek Kobus2020-06-291-1/+1
* Set the bytes per pixel for LUMINANCE_ALPHA to 2Andy Shaw2019-11-191-1/+1
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-011-3/+2
* Fix calling convention in Win32Jesus Fernandez2018-12-051-4/+10
* Check the pointer before dereferencing it to avoid crashesv5.12.0-beta4Jesus Fernandez2018-10-241-0/+2
* Use reference in range for to avoid copyJesus Fernandez2018-09-251-1/+1
* Fix -Wzero-as-null-pointer-constantJesus Fernandez2018-09-141-1/+1
* Fix -Wold-style-castJesus Fernandez2018-09-141-12/+17
* Use QWebGLFunctionCall::addParametersJesus Fernandez2018-09-141-5/+1
* Move strings variable from global to local scopeJesus Fernandez2018-09-141-2/+1
* Fix OpenGL context crashJesus Fernandez2018-09-111-6/+6
* Silence warning about paddingJesus Fernandez2018-07-101-1/+1
* Allow customizing the maximum texture sizev5.11.0-beta2Jesus Fernandez2018-03-091-2/+6
* Return event id instead of deleted eventJesus Fernandez2018-02-151-10/+15
* Remove the parameterCount parameterJesus Fernandez2017-12-051-33/+39
* Do not send images filled with zerosJesus Fernandez2017-11-241-4/+15
* Change variable nameJesus Fernandez2017-11-231-14/+15
* Send numeric identifiers instead of stringsJesus Fernandez2017-11-231-6/+24
* Move the WebGL GLFunction hash into the GLFunction classJesus Fernandez2017-11-221-6/+7
* Don't send size as a bufferSubData parameterv5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.0Jesus Fernandez2017-11-151-1/+1
* Fix extra ; warningJesus Fernandez2017-10-241-57/+57
* Generate metadata for function parameters via variadic macrosv5.10.0-beta1Michael Winkelmann2017-10-041-390/+406
* Fix memory corruptionJesus Fernandez2017-10-021-9/+32
* Fix aligmentJesus Fernandez2017-10-021-1/+1
* Add GL command generation helper functionsJesus Fernandez2017-09-281-1509/+531
* Fix indentationJesus Fernandez2017-09-211-2/+1
* Remove qCCriticalJesus Fernandez2017-09-201-1/+0
* Fix rsize and rname in glGetActiveUniform functionJesus Fernandez2017-09-201-2/+2
* Allow Desktop OpenGL builds of QtJesus Fernandez2017-08-031-0/+1
* Add Qt WebGL platform pluginJesus Fernandez2017-06-271-0/+2520