summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-281-1/+1
|\| |
| * | Fix Clang 6 warning about not using the override keywordThiago Macieira2018-04-271-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-146-92/+99
|\|
| * Fix warningsv5.11.0-beta4Jesus Fernandez2018-04-051-3/+8
| * Silence complaints about bitwise operationsv5.11.0-beta3Jesus Fernandez2018-03-271-0/+3
| * Remove old partial binary message workaroundJesus Fernandez2018-03-272-28/+6
| * Fix browser warning and use addEventListenerJesus Fernandez2018-03-221-8/+8
| * Add missing semicolonsJesus Fernandez2018-03-221-14/+14
| * Remove unnecessary semicolonJesus Fernandez2018-03-211-1/+1
| * Reuse body variableJesus Fernandez2018-03-211-2/+1
| * Remove unused variablesJesus Fernandez2018-03-211-3/+1
| * Add an environment variable to set the WebSocket Server addressJesus Fernandez2018-03-211-2/+14
| * Allow customizing the maximum texture sizev5.11.0-beta2Jesus Fernandez2018-03-091-2/+6
| * Remove spurious blank linesv5.11.0-beta1Jesus Fernandez2018-02-191-2/+0
| * Show more information when the HTTP server fails to initializeJesus Fernandez2018-02-153-2/+12
| * Correct variable name in webqt.jsxEdi Cikovic2018-02-151-1/+1
| * Return event id instead of deleted eventJesus Fernandez2018-02-151-10/+15
| * Remove an unused functionv5.11.0-alpha1Jesus Fernandez2018-02-131-14/+4
| * Force Threaded Render Loop modeJesus Fernandez2018-02-131-0/+5
* | Bump versionOswald Buddenhagen2018-02-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-44/+17
|\
| * Fix key mapping of Enterv5.10.15.10.15.10Michael Brasser2018-01-173-38/+8
| * Fix deleteFramebuffers and deleteRenderbuffersMichael Brasser2018-01-151-2/+2
| * WebSocket Server refactorJesus Fernandez2018-01-121-4/+7
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0911-225/+281
|\|
| * Don't build when OpenGL is disabledJesus Fernandez2018-01-091-1/+1
| * qCritical if the user creates a raster surfaceJesus Fernandez2018-01-091-0/+1
| * Fix browser resizeJesus Fernandez2018-01-092-0/+7
| * Add a comment to the sentinel checkJesus Fernandez2018-01-091-1/+1
| * Fix glDrawArraysJesus Fernandez2018-01-091-1/+3
| * Instantiate QCoreTextFontDatabaseEngineFactory, not just base classJesus Fernandez2018-01-091-1/+2
| * Only claim support for capabilities WebGL actually hasJesus Fernandez2018-01-091-7/+6
| * Bump versionOswald Buddenhagen2017-12-201-1/+1
| * Remove the parameterCount parameterJesus Fernandez2017-12-055-140/+156
| * 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-234-11/+34
| * Fix Javascript errorJesus Fernandez2017-11-221-1/+1
| * Move the WebGL GLFunction hash into the GLFunction classJesus Fernandez2017-11-221-6/+7
| * Use a dictionary instead of an arrayJesus Fernandez2017-11-221-44/+38
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2011-1758/+868
|\|
| * Don't send size as a bufferSubData parameterv5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.0Jesus Fernandez2017-11-151-1/+1
| * Handle null values in bufferData functionJesus Fernandez2017-11-151-1/+1
| * Fix conflicting DEPTH/STENCIL/DEPTH_STENCIL attachments warningJesus Fernandez2017-11-141-1/+7
| * Improve JavaScript debug messagesv5.10.0-beta4Jesus Fernandez2017-11-031-4/+25
| * Remove unneeded dependency and includeJesus Fernandez2017-11-023-3/+0
| * Fix gl.renderbufferStorage function typov5.10.0-beta3Jesus Fernandez2017-10-251-1/+1
| * Remove useless commentsJesus Fernandez2017-10-251-70/+0
| * Remove undefined variablesJesus Fernandez2017-10-251-3/+0
| * Fix extra ; warningJesus Fernandez2017-10-241-57/+57