summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/renderviewjobutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-5/+5
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-021-2/+2
* Move sync jobs to a common place so that they can be used by rhi and openglPaul Lemire2020-08-261-0/+18
* Use QList instead of QVector in renderJarek Kobus2020-07-091-1/+1
* Share code between renderer pluginsPaul Lemire2020-07-071-0/+231
* Move Renderer specific classes into new folderPaul Lemire2018-03-191-540/+0
* Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-131-1/+1
|\
| * Enable BlitFramebuffer with non-output render targetsLaszlo Agocs2017-12-111-1/+1
* | Store parameter handle instead of uniform valueSvenn-Arne Dragly2017-12-061-4/+5
|/
* BlitFramebuffer framegraph nodeJuan José Casafranca2017-08-231-0/+17
* Renderer: launch proximity filter jobPaul Lemire2017-08-191-0/+4
* Fix and improve layer filteringPaul Lemire2017-08-181-3/+1
* Accept/Drop entities and filter recursivelyJuan José Casafranca2017-08-021-0/+1
* Add optional QRect parameter to QRenderCapture::requestCaptureMauro Persano2017-06-211-1/+1
* Make render states honor the enabled flagMauro Persano2017-06-061-2/+5
* Fix ShaderData following texture support changesPaul Lemire2017-03-271-4/+3
* QShaderData: fix texture support in propertiesKevin Ottens2017-02-241-4/+15
* QMemoryBarrier cleanupPaul Lemire2017-02-161-1/+1
* Initialize member variable in RenderViewBuilderSean Harmer2017-02-121-1/+2
* Expose QViewport's gamma property to the shadersKevin Ottens2017-01-311-0/+1
* Transfers gpu buffer data to cpuJuan José Casafranca2017-01-311-0/+9
* RenderView: store memoryBarrier flagPaul Lemire2017-01-231-0/+7
* RenderViewJobUtils: refactor findTechniqueForEffectPaul Lemire2016-12-121-44/+7
* TechniqueManager: move to dedicated filePaul Lemire2016-11-301-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+3
|\
| * Give access to FrameGraphNode as a grouping nodeKevin Ottens2016-10-141-0/+3
* | findTechniqueForEffect: replace unlikely if by an assertPaul Lemire2016-11-231-2/+2
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-201-4/+13
|\|
| * ShaderData: add getter to retrieve transform type of propertiesPaul Lemire2016-09-071-1/+1
| * ShaderData: refactoringPaul Lemire2016-09-051-4/+13
* | Renderer: get rid of QVariant for backend uniformsPaul Lemire2016-09-141-2/+2
* | Enable QRenderCapture usage in the backendAntti Määttä2016-08-291-0/+10
|/
* RenderStates: remove RenderStateCollectionPaul Lemire2016-07-171-6/+6
* Renderer/RenderView: store only renderTarget nodeIdPaul Lemire2016-07-041-2/+2
* Further job improvementsPaul Lemire2016-07-041-10/+7
* Split RenderViewJobsPaul Lemire2016-07-031-1/+1
* RenderViewJobUtils: small cleanupPaul Lemire2016-07-021-10/+21
* RenderViewJobUtils: small coding style fixPaul Lemire2016-06-301-1/+1
* Don't crash when using framegraph with nested CameraSelectorsSean Harmer2016-06-171-1/+1
* Use highest technique from effectMäättä Antti2016-06-131-6/+25
* Allow changing of pixel ratio in QRenderSurfaceSelectorJanne Koskinen2016-05-271-1/+1
* Qt3D: replace QStringLiteral with QLatin1String when appending or comparingMarc Mutz2016-05-141-5/+5
* Get rid of QLayer::namesKevin Ottens2016-05-041-1/+0
* Adjust LayerFilter's layers property behaviorKevin Ottens2016-05-041-0/+1
* QClearBuffers: clear specific QRenderTargetOutputsWieland Hagen2016-05-031-5/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-6/+6
* render/jobs: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-301-8/+15
* Moves QSortCriterion flag to QSortPolicy and remove itFranck Arrecot2016-04-261-1/+1
* Consolidate some functionality into AttachmentPack.Wieland Hagen2016-04-161-14/+4
* RenderViewJobUtils: check that renderPasses are enabledPaul Lemire2016-04-141-1/+1