summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drenderer
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary metatype declarationsSean Harmer2015-06-082-4/+0
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-204-8/+8
* FrameGraph: allow the FrameGraph tree to contain any kind of NodesPaul Lemire2015-05-103-181/+0
* QRenderTargetSelector: takes list of active drawBuffersPaul Lemire2015-05-103-2/+168
* Quick3DTechniqueFilter: list of QParameterPaul Lemire2015-05-092-4/+45
* Quick3DRenderPassFilter: list of QParameterPaul Lemire2015-05-092-4/+47
* Quick3DRenderPass: list of Parameters addedPaul Lemire2015-05-092-0/+43
* Quick3DStateSet extension classes for QML of QStateSetPaul Lemire2015-04-253-2/+180
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+1
* Copyright header change.Mika Salmela2015-02-0934-648/+478
* Removed now useless Quick3DTextureCubeMapExtensionPaul Lemire2015-02-082-204/+0
* Remove Quick3DTexture2DExtension, this is not needed anymorePaul Lemire2015-02-082-54/+1
* Texture API refactoringPaul Lemire2015-02-081-3/+3
* Quick3DTextureExtension provided list of QAbstractTextureImage to QMLPaul Lemire2015-02-082-0/+65
* QTextureProviders addedPaul Lemire2015-02-082-139/+7
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-082-40/+40
* Quick3DTextureCubeMapExtension addedPaul Lemire2015-02-082-2/+205
* Fix static buildsGiuseppe D'Angelo2015-01-271-3/+7
* RenderShaderData handling entirely reworkedPaul Lemire2015-01-184-23/+43
* Remove unneeded dependenciesKevin Ottens2015-01-081-1/+1
* Don't force a dynamic build when not configured for gcovSean Harmer2014-12-211-2/+0
* Remove references to unused private headers variable in .pro filesSean Harmer2014-12-211-1/+1
* Quick3DParameter: Use QJSValue to QVariantList converterPaul Lemire2014-12-121-10/+2
* Quick3DShaderDataPropertyReader: converts Quick3DShaderDataArray to QVariantListPaul Lemire2014-12-121-0/+8
* Quick3DShaderDataArrayPaul Lemire2014-12-123-2/+218
* Quick3DShaderData for QJSValue handlingPaul Lemire2014-12-124-4/+172
* Style fix in Quick3DParameterPaul Lemire2014-12-121-2/+1
* QTexture refactoringPaul Lemire2014-10-302-24/+137
* QParameterMapper: renamed to QParameterMappingPaul Lemire2014-10-222-14/+14
* QFrameGraphItem: renamed to QFrameGraphNodePaul Lemire2014-10-202-17/+17
* QTechniqueFilter: renamed criteria property to requiresPaul Lemire2014-10-202-17/+17
* QRenderPassFilter: renamed criteria property to includesPaul Lemire2014-10-172-21/+21
* QRenderPass: renamed criteria property to annotationsPaul Lemire2014-10-172-20/+20
* QTechnique: renamed criteria property to annotationsPaul Lemire2014-10-172-30/+23
* Renamed QCriterion to QAnnotationPaul Lemire2014-10-178-53/+53
* Hide doClone implementations behind a macroKevin Ottens2014-10-152-8/+1
* QAbstract removed from corePaul Lemire2014-10-033-4/+4
* QNode refactoringPaul Lemire2014-10-032-4/+5
* Added and exported Quick3DParameterPaul Lemire2014-09-305-3/+272
* Refactored QAbstractSceneLoader and QSceneLoaderPaul Lemire2014-09-302-13/+0
* Quick3DSortMethod addedPaul Lemire2014-09-293-2/+192
* Renamed QAbstractScene to QAbstractSceneLoaderPaul Lemire2014-09-281-2/+2
* Quick3D components for RenderTargetsPaul Lemire2014-09-153-10/+62
* Texture renamed to QTexturePaul Lemire2014-08-193-11/+10
* Texture subclass of QNodePaul Lemire2014-08-191-3/+3
* shaderpropertyparser is not a public headerThiago Macieira2014-08-173-2/+2
* Avoid naming classes DrawStateLouai Al-Khanji2014-08-152-21/+23
* Use new custom parser private api and switch to 5.4 branchSean Harmer2014-08-152-11/+11
* Disable precompiled headers.Louai Al-Khanji2014-08-151-0/+1
* Quick3DRenderPass added QQmlListProperty fo QDrawStatesPaul Lemire2014-08-142-8/+49