summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Fix the way we compute light positionsPaul Lemire2019-10-291-1/+2
* Add BufferCapture QML documentationMats Honkamaa2019-10-171-0/+8
* Add QML doc for texturesPaul Lemire2019-10-162-0/+185
* Add light_0/7 as uniformsJuan Jose Casafranca2019-10-161-0/+23
* Renderer: check context thread before destroying resourcesPaul Lemire2019-10-161-1/+2
* Doc: Use correct qml module names for qml typesPaul Wicking2019-10-142-1/+2
* Add note to material system nodes that can't be disabledAntti Määttä2019-10-104-0/+16
* Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-107-0/+26
* Fix blitting to also blit depth and stencil buffersPaul Lemire2019-10-091-1/+2
* Prevent picking from losing eventsAntti Määttä2019-10-091-2/+2
* Add comment about far plane value affecting pickingAntti Määttä2019-10-091-0/+6
* Fix rendering when closing and re-opening a windowTomi Korpipaa2019-10-091-4/+0
* Fix for bounding volume handling and calculationVolker Enderlein2019-10-013-34/+107
* Doc: Fix documentation issues for Qt3DRender::QTexture* classesTopi Reinio2019-09-271-2/+24
* Fix potential memory leakMichael Brasser2019-09-171-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-315-14/+29
|\
| * Allow multiple instances of a few render statesHarald Vistnes2019-08-265-14/+29
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-242-3/+51
|\|
| * Expand QCamera::exposure documentationMichael Brasser2019-08-201-0/+20
| * Expand EnvironmentLight documentationMichael Brasser2019-08-201-3/+31
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-133-1/+10
|\|
| * Improve documentation of ObjectPickerJean-Michaël Celerier2019-08-071-0/+2
| * GLTexture: glTexParam is not supported on multisampled texturesPaul Lemire2019-08-071-0/+7
| * submissioncontext fix: devicePixelRatio is not an integerPaul Lemire2019-08-071-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-061-3/+16
|\|
| * Improve SortPolicy documentationMichael Brasser2019-08-051-3/+16
* | 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
* | 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
* | 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
* | Add doc to undocumented functions qt3dNico Vertriest2019-05-275-13/+92
* | 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
* | 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