summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix two GL errors and warnings related to resizingwip/threadingMiikka Heikkinen2015-07-012-5/+6
* Minor improvements to render loopMiikka Heikkinen2015-07-012-15/+9
* Make command queue size semi-dynamicMiikka Heikkinen2015-06-293-24/+41
* Clarify synchronous commands usage in renderTarget documentationMiikka Heikkinen2015-06-291-11/+24
* Change renderMode to renderTarget as that is more accurate nameMiikka Heikkinen2015-06-295-62/+62
* Add optional on-demand renderingMiikka Heikkinen2015-06-297-68/+189
* Rendering Canvas3D to scenegraph framebufferMiikka Heikkinen2015-06-2615-195/+1209
* Using Qt Quick item as Canvas3D textureMiikka Heikkinen2015-06-1724-15/+1698
* Fix getting GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDINGMiikka Heikkinen2015-06-113-0/+22
* Merge remote-tracking branch 'origin/dev' into wip/threadingMiikka Heikkinen2015-06-08145-1185/+41011
|\
| * Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-03144-1240/+41155
| |\
| | * Fix getShaderPrecisionFormat on desktopMiikka Heikkinen2015-06-012-36/+61
| | * Added wizard template for Qt Canvas3D Application with Three.jsTitta Heikkala2015-06-0110-0/+35633
| | * Simplifying code in Planets example.Pasi Keränen2015-06-011-48/+57
| | * Added an autotest for program and shadersMiikka Heikkinen2015-06-014-71/+678
| | * Move images under separate qresource tag in planets exampleMiikka Heikkinen2015-05-291-33/+35
| | * Fixed camera jumps in planets exampleTomi Korpipää2015-05-292-22/+23
| | * Fixed jittering of planets with minimum scalingTomi Korpipää2015-05-282-78/+132
| | * Fixing the pixelratio setting in three.js examples.Pasi Keränen2015-05-282-2/+4
| | * Updating OneQt documentation.Pasi Keränen2015-05-284-51/+73
| | * Doc: review revised Canvas3d documentationNico Vertriest2015-05-2710-21/+22
| | * Fixed Planets example documentationTitta Heikkala2015-05-271-1/+1
| | * Updated Getting Started documentationTitta Heikkala2015-05-271-0/+11
| | * Renaming properties in OneQt example.Pasi Keränen2015-05-273-134/+134
| | * Added documentation for Planets exampleTitta Heikkala2015-05-275-9/+141
| | * Tweaking the shininess of the planets in Planets example.Pasi Keränen2015-05-271-0/+4
| | * Fix resource aliasing in examplesMiikka Heikkinen2015-05-2724-37/+39
| | * Fix getUniform for array and struct uniforms.Miikka Heikkinen2015-05-276-300/+1327
| | * Fixed incorrect return type in getFramebufferAttachmentParameterTomi Korpipää2015-05-263-5/+37
| | * Minor fixes to the Planets exampleTitta Heikkala2015-05-262-1/+2
| | * Added missing deployment file for creator templateTitta Heikkala2015-05-261-0/+27
| | * Changed ImageCube to be active control.Pasi Keränen2015-05-266-155/+327
| | * Fix context sharing on androidMiikka Heikkinen2015-05-261-3/+14
| | * Updated qtcanvas3d template for Qt CreatorTitta Heikkala2015-05-266-96/+94
| | * Fixed placement of three.js examplesPasi Keränen2015-05-2672-13/+14
| | * Fixed null return values for get...Parameter functionsTomi Korpipää2015-05-262-20/+58
| | * Added FPS counter to the Planets exampleTitta Heikkala2015-05-223-0/+113
| | * Added planet exampleTitta Heikkala2015-05-2242-18/+1825
| | * Remove superfluous break statementsMiikka Heikkinen2015-05-211-8/+0
| | * Add support for point size and spritesMiikka Heikkinen2015-05-211-0/+9
| | * Actual fix for "shaking" bug that occurred in some GPUsMiikka Heikkinen2015-05-201-0/+12
| | * Fix depth enum usage.Miikka Heikkinen2015-05-202-2/+1
| | * Refactored typed array handlingMiikka Heikkinen2015-05-202-212/+207
| | * Fixed getAttachedShaders return typesTomi Korpipää2015-05-202-6/+10
| | * Fixed the return types of get...Parameter functionsTomi Korpipää2015-05-202-15/+16
| | * Fix QML type naming to avoid clashes with Qt 3D and other modulesMiikka Heikkinen2015-05-1916-168/+319
| | * Return the correct type in getShaderParameterTomi Korpipää2015-05-192-5/+5
| | * Fix Canvas3D_conformance_gl_get_calls related conformance issuesMiikka Heikkinen2015-05-182-16/+27
| | * Improved example UIsMiikka Heikkinen2015-05-187-43/+39
| | * Fix uniform1iv when using javascript arraysMiikka Heikkinen2015-05-181-1/+1