summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* 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 focus to EventForwardAntti Määttä2017-01-275-0/+52
* Load render pluginsAntti Määttä2017-01-273-1/+22
* Add render pluginAntti Määttä2017-01-277-3/+419
* 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
* Move scene2d to quick3drenderAntti Määttä2017-01-245-1346/+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-2022-7/+442
|\
| * 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
| * 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
* | Add shared context to rendererAntti Määttä2017-01-183-0/+23
* | 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-1042-218/+660
|\
| * Free buffers in Renderer::releaseGraphicsResources()Wieland Hagen2017-01-101-1/+6
| * Make sure not to update same buffer twiceWieland Hagen2017-01-101-1/+1
| * Doc: corrected description of parameterNico Vertriest2017-01-101-2/+1
| * Fix some framegraph docs issuesAntti Määttä2017-01-105-32/+95
| * Update docs for QGeometry and QGeometryRendererAntti Määttä2017-01-102-118/+154
| * Update QTechniqueFilter docsAntti Määttä2017-01-101-8/+43
| * QRendererSettings::setActiveFrameGraph(): Set surface for new graphWieland Hagen2017-01-092-8/+22
| * Ignore RenderCommand for current frame, if shader not loaded yetWieland Hagen2017-01-093-5/+11
| * Merge "Merge branch '5.8.0' into 5.8" into refs/staging/5.8Sean Harmer2017-01-092-1/+10
| |\
| | * Merge branch '5.8.0' into 5.8Sean Harmer2017-01-062-1/+10
| | |\
| | | * Fix race condition with dynamic texture updatesv5.8.0Sean Harmer2017-01-062-1/+10
| * | | Reinstate back face pickingMike Krus2017-01-094-11/+47
| * | | Don’t perform picking if QObjectPicker is disabledMike Krus2017-01-092-5/+17
| * | | OpenGLVertexArrayObject: add a destroy methodPaul Lemire2017-01-092-0/+13
| * | | Clicked event only generated if pickers matchMike Krus2017-01-091-1/+2
| * | | Unit tests for render capture backend nodeAntti Määttä2017-01-092-2/+1
| * | | Fix build with ICC during -Werror: unused local variableThiago Macieira2017-01-071-1/+2
| |/ /
| * | Initialize QRenderAspectPrivate's m_offscreenHelper member variableGuillermo A. Amaral2017-01-061-0/+1
| * | Merge branch '5.8.0' into 5.8Sean Harmer2017-01-054-5/+11
| |\|
| | * Don't abort when getting an unknown/undefined uniform valueSean Harmer2017-01-031-1/+1