summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-282-5/+5
* RenderSettings: only destroy the RenderSettings component that is usedPaul Lemire2019-08-131-2/+4
* Renderer renderSynchronous: allow skipping swap buffer stepPaul Lemire2019-08-075-8/+18
* Make Scene3D rendering use the Manual Qt3D drive modePaul Lemire2019-08-076-54/+25
* qshaderimage_p.h: add missing We mean it warningPaul Lemire2019-08-061-0/+11
* QImageTextureDataFunctor: return invalid data when url is invalidWang Chuan2019-08-051-1/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-3113-18/+117
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-305-1/+64
| |\
| | * ShaderData: don't call markDirty(AllDirty)Paul Lemire2019-07-241-1/+1
| | * Provide more detail in *Light documentationMichael Brasser2019-07-234-0/+63
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-239-18/+54
| |\|
| | * Silence warnings about null textures in uniformsMike Krus2019-07-221-0/+6
| | * Renderer: use last known good surface to reset render statesPaul Lemire2019-07-191-1/+1
| | * Align RenderView::buildComputeRenderCommands with buildDrawRenderCommandsPaul Lemire2019-07-191-3/+14
| | * RenderStates: fix override of nested RenderStatesPaul Lemire2019-07-187-14/+33
* | | ShaderData: don't call markDirty(AllDirty)Paul Lemire2019-07-241-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-236-20/+101
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-166-20/+101
| |\|
| | * QRay3D: normalize the direction vector internallyPaul Lemire2019-07-151-4/+4
| | * Joints: remove removed joints from dirty listPaul Lemire2019-07-153-0/+8
| | * Expand documentation for CameraMichael Brasser2019-07-121-15/+88
| | * Doc: Fix typo in property namePaul Wicking2019-07-101-1/+1
* | | Remove unused <QMap> includesMarc Mutz2019-07-221-1/+0
* | | Fix compilation with -qt3d-profile-jobsPaul Lemire2019-07-151-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-112-1/+48
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-112-1/+48
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-272-1/+48
| | |\|
| | | * Doc: Extend Qt3D documentationPaul Wicking2019-06-072-1/+48
* | | | Basic KTX support for Qt 3DMichael Brasser2019-07-093-10/+173
* | | | QShaderImage: fix missing endtable in docPaul Lemire2019-07-091-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-255-13/+92
|\| |
| * | Add doc to undocumented functions qt3dNico Vertriest2019-05-275-13/+92
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-181-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-3/+3
| |\|
| | * Fix Parameter priority sortingPaul Lemire2019-05-241-3/+3
* | | Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-113-7/+7
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Paul Lemire2019-06-0330-288/+771
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-0330-288/+771
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-291-1/+1
| | |\|
| | | * Clean up warningsMike Krus2019-05-282-1/+2
| | * | Merge branch '5.12' into 5.13Paul Lemire2019-05-281-1/+1
| | |\|
| | | * QClearBuffers: fix wrong clearColor qml property name in docPaul Lemire2019-05-241-1/+1
| | * | Clean up bounding box updatesMike Krus2019-05-251-37/+41
| | * | Introduce EntityAccumulatorMike Krus2019-05-253-0/+184
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-05-261-2/+14
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-2/+14
| | | |\|
| | | | * Doc: Add TextureLoader QML documentationPaul Wicking2019-05-151-2/+14
| | * | | Use entity visitor to traverse scene graphMike Krus2019-05-253-149/+156
| | * | | Introduce EntityVisitorMike Krus2019-05-253-0/+210
| | * | | Iterate on child handlesMike Krus2019-05-2519-98/+164