summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix qml registration versionAntti Määttä2017-01-271-1/+1
* Change renderOnce to RenderPolicy enumAntti Määttä2017-01-275-33/+43
* Register EventForward backend typeAntti Määttä2017-01-271-0/+20
* Update pickboundingvolumejob with event forwardingAntti Määttä2017-01-276-13/+107
* Move event forwarding to frontendAntti Määttä2017-01-278-25/+217
* Add QmlEngine contructor parameter to Scene2DAntti Määttä2017-01-273-4/+55
* Add focus to EventForwardAntti Määttä2017-01-275-0/+52
* Add scene2dpluginAntti Määttä2017-01-277-0/+297
* Load render pluginsAntti Määttä2017-01-275-1/+37
* Add render pluginAntti Määttä2017-01-277-3/+419
* Use only one thread in the scene2d rendererAntti Määttä2017-01-264-23/+44
* Register scene2d qml typeAntti Määttä2017-01-261-0/+5
* Resend render event when texture is not in useAntti Määttä2017-01-261-0/+1
* Add Scene2D logging categoryAntti Määttä2017-01-264-5/+121
* Fix scene2d unit testsAntti Määttä2017-01-262-9/+11
* Fix qscene2d autotestsAntti Määttä2017-01-261-5/+10
* Update scene2d implementationAntti Määttä2017-01-266-208/+280
* Register EventForward qml typeAntti Määttä2017-01-251-0/+2
* Add QEventForward to QObjectPickerAntti Määttä2017-01-255-0/+60
* Add QEventForward node managerAntti Määttä2017-01-253-0/+28
* Retrieve uvw parameters when pickingAntti Määttä2017-01-2411-21/+36
* Add CoordinateReader to triangle visitorAntti Määttä2017-01-242-18/+125
* Add EventForward backend nodeAntti Määttä2017-01-243-2/+288
* Add QEventForward frontend nodeAntti Määttä2017-01-244-2/+426
* Change namespaceAntti Määttä2017-01-245-24/+44
* Move scene2d to quick3drenderAntti Määttä2017-01-245-0/+0
* Rename RenderQmlToTexture to Scene2DAntti Määttä2017-01-245-154/+152
* Add RenderQmlToTexture implementationAntti Määttä2017-01-245-0/+1348
* Change backendnode exportAntti Määttä2017-01-201-1/+2
* Add resource accessor to backend node and nodemanagersAntti Määttä2017-01-204-1/+27
* Add resource accessorAntti Määttä2017-01-203-2/+191
* Merge branch 'dev' into wip/qtquickintegrationSean Harmer2017-01-2036-16/+1541
|\
| * GLTF Export QCamera properlyMiikka Heikkinen2017-01-184-9/+35
| * Add QMemoryBarrier frontend FrameGraph nodePaul Lemire2017-01-135-2/+349
| * GraphicsContext: add indirect draw methodsPaul Lemire2017-01-132-0/+14
| * GraphicsHelpers: add support for indirect drawingPaul Lemire2017-01-1311-1/+67
| * Quick3DExtras: register Text3DGeometry, Text3DMeshPaul Lemire2017-01-131-0/+5
| * 3D Text: created 3d text geometry and meshSven Erdem2017-01-137-0/+1036
| * GLBuffer: make the default buffer id be 0Paul Lemire2017-01-131-1/+1
| * GLBuffer: add enum value for DrawIndirectBufferPaul Lemire2017-01-132-2/+7
| * QBuffer: add enum value for DrawIndirectBufferPaul Lemire2017-01-132-1/+4
| * Quick3DBuffer: add helper method to read binary filePaul Lemire2017-01-132-0/+23
* | Add shared context to rendererAntti Määttä2017-01-183-0/+23
* | Add scene2d to quick3drenderAntti Määttä2017-01-182-0/+6
* | Allow textureLock to textureAntti Määttä2017-01-171-0/+10
* | Give access to AbstractRenderer from BackendNodeAntti Määttä2017-01-172-0/+6
* | Add attachment accessor as pointer to RenderTargetOutputAntti Määttä2017-01-173-4/+10
|/
* Merge branch '5.8' into devSean Harmer2017-01-1048-339/+816
|\
| * Free buffers in Renderer::releaseGraphicsResources()Wieland Hagen2017-01-101-1/+6
| * Make sure not to update same buffer twiceWieland Hagen2017-01-101-1/+1