summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QDepthTest rename func to depthFunctionRobert Brock2016-02-2618-39/+39
* Remove ParameterMappingPaul Lemire2016-02-2672-924/+151
* QAttribute: merge with QAbstractAttributePaul Lemire2016-02-2623-888/+456
* QBuffer merged with QAbstractBufferPaul Lemire2016-02-2613-333/+68
* QMesh: rename subMesh to meshNamePaul Lemire2016-02-263-19/+19
* RenderView: fix a few variant.userType()Paul Lemire2016-02-261-5/+6
* Fix some -Wreorder warningsSean Harmer2016-02-263-5/+5
* Rename the viewport rect property to normalizedRectRobert Brock2016-02-2619-56/+56
* QMaterial removed tetureValues and setTextureParameterRobert Brock2016-02-253-19/+0
* Remove QRenderAttachment name propertyRobert Brock2016-02-257-42/+4
* Propagate backend node changes to Renderer; render-on-demandWieland Hagen2016-02-2468-14/+392
* Added AbstractRenderer pointer to RenderBackendNodeWieland Hagen2016-02-2422-69/+116
* Only emit camera changed signals when actually changed smth.Wieland Hagen2016-02-241-16/+23
* Dedicated QRenderBackendNodeWieland Hagen2016-02-2461-106/+239
* RenderView: remove unused variables since the QUniformValue changesPaul Lemire2016-02-231-4/+0
* Fix warning in rendererPaul Lemire2016-02-231-1/+0
* QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-2330-102/+102
* Renderer: use instanced drawing all the timePaul Lemire2016-02-231-23/+12
* const QNodeId & -> QNodeIdPaul Lemire2016-02-22108-248/+248
* QComponentList -> QComponentVectorPaul Lemire2016-02-225-7/+7
* QNodeList -> QNodeVectorPaul Lemire2016-02-225-13/+13
* QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-227-14/+18
* QAspectEngine replace QList of QAbstractAsprct* by QVectorPaul Lemire2016-02-223-4/+4
* QTransform: move rotationX,Y,Z properties downPaul Lemire2016-02-221-1/+1
* QComponent: rename shareabe getter to isShareablePaul Lemire2016-02-224-8/+8
* QEntity: remove removeAllComponentsPaul Lemire2016-02-222-12/+3
* QBackendNode: remove useless createBackendNode declarationPaul Lemire2016-02-221-1/+0
* QNode: setParent non virtualPaul Lemire2016-02-221-1/+1
* Renderer: slice executeCommands in smaller functionsPaul Lemire2016-02-222-91/+115
* Avoid recursion for bulk of render command buildingSean Harmer2016-02-222-16/+36
* Use integer comparisons when filtering entities by layerSean Harmer2016-02-228-13/+38
* Shader: make noexcept and inline simple gettersPaul Lemire2016-02-222-49/+9
* Fix warnings in QUniformValuePaul Lemire2016-02-211-1/+2
* Use a non polymorphic version of QUniformValueSean Harmer2016-02-216-161/+174
* RenderView: various small fixes in things frequently calledPaul Lemire2016-02-216-67/+87
* RenderViews: use int comparison rather than string for uniforms filteringPaul Lemire2016-02-2116-163/+287
* QResourceManager: use QReadWriteLock instead of QMutex when possiblePaul Lemire2016-02-201-17/+83
* Optimize QNodeId methodsPaul Lemire2016-02-201-7/+12
* StringToInt: use QReadWriteLock plus temporary vectorPaul Lemire2016-02-202-5/+40
* Do picking on mouse moveMike Krus2016-02-196-5/+93
* Set Context FormatMike Krus2016-02-191-4/+10
* Add some optional timing loggingSean Harmer2016-02-195-7/+57
* Fix copy and paste error in allocatorSean Harmer2016-02-191-1/+1
* Avoid huge cost of restoring previously bound framebufferSean Harmer2016-02-191-1/+8
* Add StringToInt classPaul Lemire2016-02-193-2/+164
* Fix ShaderData setup on WindowsSean Harmer2016-02-191-5/+8
* Check if we have a change arbiter before enqueuing the parent change.Volker Krause2016-02-191-2/+2
* Move meta type registration out of the QNode ctor.Volker Krause2016-02-194-7/+9
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-02-193-1/+61
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-193-1/+61
| |\