summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Adding QDoc to QStencilOperationRobert Brock2016-05-261-0/+18
* Adding QDoc to QStencilMaskRobert Brock2016-05-261-2/+25
* Adding QDoc to QScissorTestRobert Brock2016-05-261-0/+41
* Adding QDoc to QPolygonOffsetRobert Brock2016-05-261-0/+27
* Adding QDoc to QFrontFaceRobert Brock2016-05-261-0/+18
* Adding QDoc to QDepthTestRobert Brock2016-05-261-0/+18
* Adding QDoc to QCullFaceRobert Brock2016-05-261-0/+22
* Adding QDoc to QBlendEquationRobert Brock2016-05-261-0/+19
* Adding QDoc to QAlphaTestRobert Brock2016-05-261-0/+24
* Add doc skeleton for Qt3DInputTomi Korpipää2016-05-2520-133/+509
* Start of Skeletal Doc for render-materialsystemColin Ogilvie2016-05-255-19/+159
* QNode: fix missing check for nullptrPaul Lemire2016-05-251-1/+2
* Initialize dynamic properties of lightsSean Harmer2016-05-252-2/+4
* Default constant of attenuation to 1.0Sean Harmer2016-05-252-2/+2
* Entity: use NodeAdded to update the childrenHandlesPaul Lemire2016-05-251-0/+18
* Node bookkeeping fix: clear table of connection in QNode dtorPaul Lemire2016-05-251-6/+8
* Remove deleted entries from RenderStateCollection cacheJanne Koskinen2016-05-253-4/+14
* Change default RenderPolicy to AlwaysMiikka Heikkinen2016-05-241-1/+1
* Skeletal Doc for QSceneLoaderColin Ogilvie2016-05-241-1/+41
* Start on skeleton doc for render-framegraphColin Ogilvie2016-05-247-6/+182
* doc for qtextureimagedataColin Ogilvie2016-05-241-0/+59
* TextureMaterial.qml change remaining annotations to filterKeys.Unai IRIGOYEN2016-05-231-3/+3
* Avoid changing access rights to virtual methodsMike Krus2016-05-232-6/+11
* Unit tests for QKeyboardHandlerKevin Ottens2016-05-234-5/+8
* initializeFromPeer last when creating backend nodeKevin Ottens2016-05-231-1/+3
* Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-232-2/+43
* Shared node bookkeepingPaul Lemire2016-05-2329-14/+269
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-2330-120/+120
* Repair AxisSetting handling in physical devicesKevin Ottens2016-05-232-19/+36
* Make sure the axisSettings is found by QtCreatorKevin Ottens2016-05-231-28/+4
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-235-27/+13
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-235-60/+70
* Respect the QRenderSettings::RenderPolicySean Harmer2016-05-231-3/+0
* Fix dynamic shader code updatesSean Harmer2016-05-222-6/+9
* Remove unused ctor from QPropertyNodeRemovedChangeSean Harmer2016-05-212-6/+0
* Only try to create render jobs if we have a settings objectSean Harmer2016-05-201-2/+5
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-204-3/+29
* Pass the static meta object to the creation changesSean Harmer2016-05-201-1/+44
* Improvements to RenderSettingsSean Harmer2016-05-202-11/+7
* Allow the backend chance to process any final changes during shutdownSean Harmer2016-05-205-5/+28
* Avoid crash in QML app shutdown and actually send events in C++ appSean Harmer2016-05-202-16/+56
* Remove qDebug()Sean Harmer2016-05-201-1/+0
* Add "We mean it warning"Sean Harmer2016-05-201-0/+11
* QTexture: cleanupPaul Lemire2016-05-209-670/+756
* Make QTexture use QTextureSourceGeneratorPaul Lemire2016-05-209-51/+144
* Add a QTextureSourceGeneratorPaul Lemire2016-05-202-0/+69
* Add qtexture_p.hPaul Lemire2016-05-203-11/+78
* Add QTextureGeneratorPaul Lemire2016-05-203-3/+128
* Added QTextureDataPaul Lemire2016-05-203-2/+397
* Texture: proper code alignmentPaul Lemire2016-05-202-23/+23