summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QTexture refactoringPaul Lemire2014-10-3014-101/+408
* Fix strict-warning header compilationThiago Macieira2014-10-301-8/+8
* Fix off-by-one error in ArrayAllocatingPolicy::releaseResource.Milian Wolff2014-10-291-1/+1
* QUniformValue: removed commentPaul Lemire2014-10-291-2/+0
* Optimize QHash usage in QResourceManager.Milian Wolff2014-10-291-18/+18
* Optimize: Use a plain non-recursive QMutex in the QResourceManager.Milian Wolff2014-10-295-99/+52
* Optimize QChangeArbiter::distributeQueueChanges.Milian Wolff2014-10-291-2/+3
* Optimize: get rid of temporary QList allocations.Milian Wolff2014-10-281-10/+13
* QFrameAllocatorQueue fixPaul Lemire2014-10-271-2/+11
* QMesh: source is now a QUrlPaul Lemire2014-10-273-13/+15
* Rename RendererAspect -> QRenderAspectSean Harmer2014-10-2631-70/+63
* Disable debug output by default for Qt3DSean Harmer2014-10-261-0/+4
* Optimize ArrayPreallocationPolicy.Milian Wolff2014-10-255-49/+74
* QResourcesManager: Added dynamic ArrayAllocation policyPaul Lemire2014-10-2512-26/+942
* QRenderTarget: send QUuid for the attachments instead of clonesPaul Lemire2014-10-253-9/+9
* Fix rendering in Release modePaul Lemire2014-10-253-13/+26
* QLayer: QString name property converted to QStringList namesPaul Lemire2014-10-2213-42/+47
* QParameterMapper: renamed to QParameterMappingPaul Lemire2014-10-2220-115/+114
* QMeshData: enum for primitivesPaul Lemire2014-10-2212-18/+29
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-2240-486/+263
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-2011-47/+33
* QFrameGraphItem: renamed to QFrameGraphNodePaul Lemire2014-10-2035-144/+144
* QTechniqueFilter: renamed criteria property to requiresPaul Lemire2014-10-2012-37/+37
* Improve the notification blocking efficiencySean Harmer2014-10-191-2/+4
* Reduce number of notifications when setting camera lens via helpersSean Harmer2014-10-191-0/+4
* Remove an errant qDebug() statementSean Harmer2014-10-191-1/+0
* QNode: Add functionality to block notifications to aspectsSean Harmer2014-10-193-1/+43
* QJobManager: renamed to QAspectJobManagerPaul Lemire2014-10-186-40/+40
* QJobProviderInterface: renamed to QAspectJobProviderInterfacePaul Lemire2014-10-183-9/+9
* QJobManagerInterface renamed to QAspectJobManagerInterfacePaul Lemire2014-10-1813-32/+32
* QJob: refactoredPaul Lemire2014-10-1828-84/+178
* QAspectEngine/QAspectManager: setWindow -> setSurfacePaul Lemire2014-10-185-25/+19
* QCameraLens: refactoredPaul Lemire2014-10-182-13/+12
* Restored QParameter dynamic updatesPaul Lemire2014-10-1820-184/+110
* Added ParameterManager in the backendPaul Lemire2014-10-182-1/+16
* Cleaned up includes in backend classesPaul Lemire2014-10-1816-25/+2
* Added RenderParameter classPaul Lemire2014-10-183-2/+170
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-1814-245/+56
* QRenderPassFilter: renamed criteria property to includesPaul Lemire2014-10-1710-52/+52
* RenderRenderPass: renamed criterion to annotationPaul Lemire2014-10-174-20/+20
* QRenderPass: renamed criteria property to annotationsPaul Lemire2014-10-1716-68/+60
* RenderTechnique: renamed criteria to annotationsPaul Lemire2014-10-173-19/+19
* QTechnique: renamed criteria property to annotationsPaul Lemire2014-10-177-58/+42
* Renamed RenderCriterion to RenderAnnotationPaul Lemire2014-10-179-35/+35
* Renamed QCriterion to QAnnotationPaul Lemire2014-10-1758-218/+214
* Separate handle definition from Manager declarationPaul Lemire2014-10-1718-137/+123
* QAbstractShapeMesh removedPaul Lemire2014-10-1722-261/+45
* Moved most of the managers into a single header filePaul Lemire2014-10-1765-2818/+344
* RendererAspect: register backend classes with frontend typesPaul Lemire2014-10-1712-775/+179
* Further refactoring of QAbstractAspectPaul Lemire2014-10-1710-40/+133