summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QMaterial: unit test notifications on effect changePaul Lemire2015-08-071-0/+51
* QMaterial: effect -> do not rely on generated notificationPaul Lemire2015-08-071-1/+2
* QMaterial units: fix .proPaul Lemire2015-08-071-1/+1
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-0746-268/+1659
* Add a new Logic aspect to allow synchronous operationsSean Harmer2015-08-0627-1/+1695
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-068-1/+50
* Make it possible for aspects to detect when being shutdownSean Harmer2015-08-064-0/+15
* Fix crash when shutting down due to cloning a deleted objectSean Harmer2015-08-051-1/+6
* Add a couple of missing QNode::cleanup() calls to input aspectSean Harmer2015-08-054-0/+25
* Handle jobs from multiple aspects of the same typeSean Harmer2015-08-051-3/+4
* Find a set of QNode pointers from node ids locking just onceSean Harmer2015-08-052-0/+12
* Avoid warnings about missing unsized formats with GLES2Laszlo Agocs2015-08-051-0/+2
* Benchmarking app for massive data setsMika Salmela2015-08-047-0/+360
* Make qtickclockservice header privateSean Harmer2015-08-035-7/+18
* Register mouse events in QMLRémi Benoit2015-08-031-0/+8
* Filter and dispatch mouse eventsRémi Benoit2015-08-0310-5/+382
* MouseInput backend class for QMouseInputPaul Lemire2015-08-037-2/+271
* MouseController backend class for QMouseControllerPaul Lemire2015-08-037-2/+241
* MouseInput API and example mockupRémi Benoit2015-08-0314-3/+1178
* Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-026-9/+55
* Re-add libassimp 3.1.1 to 3rd partyAndy Nichols2015-08-02418-7/+160745
* Expose the max thread count from the poolerLaszlo Agocs2015-07-313-1/+8
* Add a simple unlit textured materialSean Harmer2015-07-308-1/+179
* Renderer: fix/improvementsPaul Lemire2015-07-291-9/+28
* examples: window.cpp request stencil bufferPaul Lemire2015-07-291-0/+1
* clip-planes-qml examplesPaul Lemire2015-07-2917-1/+1058
* Add unit test for QMaterialPaul Lemire2015-07-283-1/+496
* Enhance assimp-cpp example with exploring the loaded scene treeLaszlo Agocs2015-07-281-4/+69
* Functors: remove dynamic_castPaul Lemire2015-07-2819-57/+383
* Added PhongAlphaMaterial for qmlPaul Lemire2015-07-278-1/+271
* QShaderProgram: fix a property was notified twice to the arbiterPaul Lemire2015-07-251-2/+0
* StateSet: handle multiple nested StateSetPaul Lemire2015-07-251-2/+12
* tst_renderrenderpass: updated to use latest render statesPaul Lemire2015-07-251-0/+24
* QRotateTransform: fix radian/degree conversionsPaul Lemire2015-07-251-4/+3
* Quick3D: register QStencilMaskPaul Lemire2015-07-251-0/+2
* Quick3D: register QStencilOp/QStencilOpSeparatePaul Lemire2015-07-251-0/+4
* StencilMask backend renderstate for QStencilMaskPaul Lemire2015-07-253-0/+34
* StencilOp backend state for QStencilOpPaul Lemire2015-07-254-1/+47
* QStencilMask render statePaul Lemire2015-07-254-2/+194
* Quick3D register QClipPlanePaul Lemire2015-07-251-0/+2
* QStencilOp renderstate addedPaul Lemire2015-07-2516-102/+726
* loader-qml: Added materials and animationsPaul Lemire2015-07-253-14/+68
* Quick3DEntityLoader: fix insert the item when it is fully createdPaul Lemire2015-07-251-7/+21
* ClipPlane backend state for QClipPlanePaul Lemire2015-07-2513-1/+119
* Improve the keyboardinput-qml exampleSean Harmer2015-07-244-97/+93
* TextureDataManager/TextureImageData improvedPaul Lemire2015-07-2415-180/+171
* Add new QClipPlane render statePaul Lemire2015-07-244-3/+205
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-2312-43/+233
* Add scene3d-loader examplePaul Lemire2015-07-238-1/+433
* Enable Attribute::dump() to dump useful dataAndy Nichols2015-07-231-13/+17