summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use Qt3D.Renderer rather than RenderSean Harmer2015-06-1196-133/+133
* Fix cmake unit test for Qt3DSean Harmer2015-06-102-3/+9
* Reshape torus-cpp example to be basicshapes-cppMika Salmela2015-06-106-35/+349
* Make QAspectJobManager and base class privateSean Harmer2015-06-1014-235/+67
* Remove unnecessary metatype declarationsSean Harmer2015-06-0819-38/+0
* Fix compilation on OS X 10.8Sean Harmer2015-06-051-0/+5
* Examples: added license filesLiang Qi2015-06-052-0/+38
* Doc: Add Qt3D QML and C++ skeleton comments for qdocMartin Smith2015-05-2813-65/+663
* Add mutex to QThreadPooler destructorMika Salmela2015-05-271-0/+4
* ThreadPooler future reservation under mutexMika Salmela2015-05-261-0/+8
* Target path definition for examplesMika Salmela2015-05-2432-31/+104
* Add comment about assimp to readmeMika Salmela2015-05-241-0/+8
* [AssimpParser] Optimize aiString to QString conversionKonstantin Ritt2015-05-201-8/+16
* Unit tests for ThreadPoolerMika Salmela2015-05-204-2/+330
* Examples: Remove shared resource library.Friedemann Kleint2015-05-2039-286/+110
* Fix property name for skybox exampleSean Harmer2015-05-201-1/+1
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-2023-70/+48
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-20134-299/+296
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-2017-42/+32
* [QAspectEngine] Initialize properly and do not leak resourcesKonstantin Ritt2015-05-191-3/+12
* Remove FBO complete debugPaul Lemire2015-05-171-1/+0
* Allow to have different clearColor per RenderViewPaul Lemire2015-05-153-4/+18
* Register TextureRectangle and TextureBuffer to QMLPaul Lemire2015-05-151-0/+2
* RenderTexture: handle the unique flag and append the node id to the dna whenPaul Lemire2015-05-152-2/+13
* QAbstractTextureProvider add unique propertyPaul Lemire2015-05-154-4/+54
* Unit tests for RenderMeshPaul Lemire2015-05-145-2/+193
* Fix some small typosUnai IRIGOYEN2015-05-141-1/+1
* Remove exampleresources library from examples that do not use it.Friedemann Kleint2015-05-135-14/+0
* Unit tests for RenderMaterialPaul Lemire2015-05-135-2/+200
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-05-1320-32/+30
* assimp-cpp example addedPaul Lemire2015-05-133-1/+110
* Add an example demonstrating inline and in separate file shadersPaul Lemire2015-05-127-1/+331
* anaglyph-3d examplePaul Lemire2015-05-129-61/+510
* Renderer: properly merge global stateset with per renderpass statesetPaul Lemire2015-05-124-5/+19
* QCameraLens: allow specify projection with frustrumPaul Lemire2015-05-124-9/+164
* QFrameGraph: small fixPaul Lemire2015-05-121-5/+2
* QSkyboxEntity default addedPaul Lemire2015-05-104-2/+467
* Add SkyboxEntity as a QML defaultPaul Lemire2015-05-108-1/+197
* QViewport: set rect to 0,0,1,1 by defaultPaul Lemire2015-05-101-2/+3
* AssimpParser: create most appropriate texture materialPaul Lemire2015-05-102-39/+95
* FrameGraph: allow the FrameGraph tree to contain any kind of NodesPaul Lemire2015-05-107-220/+16
* Fix: Allow StateSet to not contain any Qt3D::QRenderStatePaul Lemire2015-05-104-6/+31
* Qt3D.Render.RenderStates logging category used to monitor RenderState changesPaul Lemire2015-05-103-1/+7
* RenderShader: protect fragOutput hash with mutexPaul Lemire2015-05-102-7/+26
* Renderer: glDrawBuffers using QRenderTargetSelector drawBufferPaul Lemire2015-05-106-7/+49
* QRenderTargetSelector: takes list of active drawBuffersPaul Lemire2015-05-1010-4/+225
* Added QBlendStateSeparate render statePaul Lemire2015-05-097-9/+56
* RenderView: lookup RenderPassFilter/TechniqueFilter ParametersPaul Lemire2015-05-093-21/+37
* Quick3DTechniqueFilter: list of QParameterPaul Lemire2015-05-092-4/+45
* Quick3DRenderPassFilter: list of QParameterPaul Lemire2015-05-092-4/+47