summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update plugins.qmltypes for 5.14Kai Koehne2019-10-228-19/+463
* | | Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-2234-1/+124
* | | ComputeCommand/SubtreeEnabler use direct sync job to update frontendPaul Lemire2019-10-228-58/+69
* | | Remove remaining messaging code in QSkeletonLoaderMike Krus2019-10-223-141/+0
* | | QMouseEvent: fix BIC issue following Modifier/Modifiers changePaul Lemire2019-10-225-12/+116
* | | Remove old code from animation classes & update testsMike Krus2019-10-215-79/+24
* | | Convent SendBufferCaptureJob to direct syncPaul Lemire2019-10-218-52/+79
* | | Convert LoadBufferJob to use direct syncPaul Lemire2019-10-216-21/+47
* | | Split RenderCommand generation and uniform updatePaul Lemire2019-10-2119-690/+1041
* | | Reduce number of allocationsMike Krus2019-10-211-5/+3
* | | Fix Coverity warningsMike Krus2019-10-2136-25/+60
* | | Clean up old property update codeMike Krus2019-10-2038-54/+0
* | | Merge "FrameGraphNode: mark dirty on cleanup"v5.14.0-beta2Paul Lemire2019-10-175-7/+42
|\ \ \
| * | | FrameGraphNode: mark dirty on cleanupPaul Lemire2019-10-172-0/+19
| * | | Buffer: mark as dirty even if empty on firstTimePaul Lemire2019-10-173-7/+23
* | | | Merge "Merge remote-tracking branch '5.13' into 5.14"Paul Lemire2019-10-174-1/+210
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch '5.13' into 5.14Paul Lemire2019-10-174-1/+210
| |\| |
| | * | 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
* | | | QSubtreeEnabler: fix doc typoPaul Lemire2019-10-171-1/+1
* | | | tst_ktxtextures: remove OTHER_FILES variable from .proPaul Lemire2019-10-171-28/+0
|/ / /
* | | Add manual test for compressed_texturePaul Lemire2019-10-1637-1/+212
* | | QTextureLoader: reset target and format on source changePaul Lemire2019-10-161-0/+5
* | | Add unit tests for KTX loadingPaul Lemire2019-10-159-0/+115
* | | Scene3D: fix next frame update requestPaul Lemire2019-10-152-3/+14
* | | Scene3D: only show SGNode once Qt3D has first rendered into itPaul Lemire2019-10-157-1/+27
* | | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Paul Lemire2019-10-1527-60/+386
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-1527-60/+386
| |\| |
| | * | 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-109-0/+34
| | * 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
| | * Add documentation for AbstractClipAnimator QML type propertiesMats Honkamaa2019-10-081-0/+22
| | * Clarify Scene2D input event supportTomi Korpipaa2019-10-071-0/+4
| | * Ensure we can build assimp on Windows and macOS with non gcc compilersAndy Shaw2019-10-071-1/+1
| | * Doc: Add inherits tags to ClipAnimator and BlendedClipAnimatorMats Honkamaa2019-10-042-0/+2
| | * Fix for bounding volume handling and calculationVolker Enderlein2019-10-015-52/+299
* | | Restore use of Added/Removed messages for aspects not supporting syncMike Krus2019-10-1417-50/+51
* | | Update QScene2D to use direct syncMike Krus2019-10-1412-169/+229
|/ /
* | Update PickBoundingVolumeJob to use direct syncMike Krus2019-10-1412-472/+570
* | ShaderBuilder: ensure no old updates are left overPaul Lemire2019-10-143-3/+4
* | renderviewjobutils.cpp: Remove unnecessary string conversionFriedemann Kleint2019-10-141-1/+1
* | Convert Shader/ShaderBuilder jobs to use direct syncPaul Lemire2019-10-1413-299/+238
* | Update QAbstractTexture message handlingMike Krus2019-10-117-95/+29
* | Clean QJoint message handlingMike Krus2019-10-114-102/+29
* | Update MouseEventDispatcherJob to use direct syncMike Krus2019-10-116-63/+45