summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Coding convention fix for Src/importscore, importsextras,5.8Robert Brock2017-04-0117-129/+135
* Fixes includes to comply with coding conventions for Src/sceneRobert Brock2017-04-016-45/+43
* Coding convention fix for Src/ExtrasRobert Brock2017-04-0146-80/+115
* Coding convention fix for Src/Quick3DRobert Brock2017-04-0175-145/+182
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-31112-288/+358
* Coding convention fix for Src/inputRobert Brock2017-03-16105-208/+307
* Unroll loops in ES2 shadersMauro Persano2017-03-161-83/+173
* assimp: Don't use -Wno-reorder on C compilerKevin Funk2017-03-021-2/+2
* Coding convention fix for Src/logicRobert Brock2017-03-0210-22/+33
* Doc: added doc for parameters QPaintedTextureImageNico Vertriest2017-02-151-25/+13
* Enable blitFramebuffer with ES2 when it is supportedAntti Määttä2017-02-083-22/+24
* Fix deprecation warningSean Harmer2017-02-082-7/+15
* Fix -Wreorder warningsSean Harmer2017-02-081-2/+2
* Fix warning about set but not used variableSean Harmer2017-02-081-6/+0
* Add QBackendNode wizard templateDavid Morgan2017-02-076-11/+72
* Add .qmake.stash to .gitignoreSean Harmer2017-02-061-0/+1
* Fix onDemand rendering idle loop CPU burningJanne Koskinen2017-02-061-0/+1
* Make sure not to reference already deleted VAOsWieland Hagen2017-02-021-1/+1
* Remove unneeded setAspectRatioWieland Hagen2017-02-021-1/+0
* Fix node de-registration from scene on deletion/reparentingWieland Hagen2017-02-022-7/+73
* Delete abandoned VAOs after each frameWieland Hagen2017-02-015-37/+79
* OpenGLVertexArrayObject: require cleanupWieland Hagen2017-02-013-5/+15
* Free VAOs in Renderer::releaseGraphicsResources()Wieland Hagen2017-02-011-0/+7
* Enable point sprites for GL2Harald Vistnes2017-01-311-9/+5
* Rename Texture::DirtyGenerators to DirtyImageGeneratorsWieland Hagen2017-01-264-7/+7
* Fix updating of texture generatorWieland Hagen2017-01-266-18/+58
* Doc: corrected several qdoc errors qt3dNico Vertriest2017-01-252-11/+5
* Doc: minor spelling mistakeNico Vertriest2017-01-251-1/+1
* Doc: added doc for parameter \a otherNico Vertriest2017-01-251-1/+2
* Send further pick events to initial object pickerMike Krus2017-01-2310-7/+503
* Picking: restore early checksMike Krus2017-01-216-59/+89
* Keep the existence of renderer and nodes in syncMike Krus2017-01-201-1/+5
* Texture: small coding style cleanupMauro Persano2017-01-201-24/+12
* Accept DDS files with extra data at the endMauro Persano2017-01-201-3/+9
* remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-181-1/+0
* ObjLoader: actually check for the indices' valuesGiuseppe D'Angelo2017-01-131-7/+7
* Ignore textures which don't have their texture data yetWieland Hagen2017-01-122-3/+7
* Fix compile warningPaul Lemire2017-01-121-3/+2
* Prevent copying of QAbstractFunctorVolker Krause2017-01-121-0/+3
* BasicShapes: use Entity::setEnabled instead of a parent changePaul Lemire2017-01-111-6/+6
* Add some basic debug output for texture and texture image managersSean Harmer2017-01-113-0/+30
* Update the creator template files to follow latest APISean Harmer2017-01-113-11/+19
* Skybox: add documentation about issues with frustum cullingPaul Lemire2017-01-113-2/+7
* Use QTextureLoader for textures in GLTF filesMauro Persano2017-01-101-10/+3
* QPaintedTextureImage: documentationWieland Hagen2017-01-101-0/+66
* Fix race in QAspectManager when shutting downPaul Lemire2017-01-102-1/+19
* Free buffers in Renderer::releaseGraphicsResources()Wieland Hagen2017-01-101-1/+6
* Make sure not to update same buffer twiceWieland Hagen2017-01-101-1/+1
* Doc: corrected description of parameterNico Vertriest2017-01-101-2/+1
* Fix some framegraph docs issuesAntti Määttä2017-01-105-32/+95