summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-201-4/+5
|\
| * ShaderData: refactoringPaul Lemire2016-09-051-4/+5
* | Renderer: get rid of QVariant for backend uniformsPaul Lemire2016-09-141-59/+59
* | Enable QRenderCapture usage in the backendAntti Määttä2016-08-291-1/+1
|/
* RenderView: unset thread local storage after we are done with itPaul Lemire2016-08-091-15/+33
* Set the viewProjection and its inverse as uniforms if usedSean Harmer2016-08-081-0/+15
* RenderStates: remove RenderStateCollectionPaul Lemire2016-07-171-1/+1
* Fix crash in LightSource sortingPaul Lemire2016-07-081-8/+5
* ClearsBuffers: make the RenderViews store clearbuffers valuesPaul Lemire2016-07-041-3/+13
* Fix race with UniformBlockBuilderPaul Lemire2016-07-041-7/+15
* Further job improvementsPaul Lemire2016-07-041-3/+16
* RenderView::sort() Use at() instead of []Paul Lemire2016-07-031-1/+1
* Split RenderCommand building into more jobsPaul Lemire2016-07-031-28/+20
* Use the LightGathering jobPaul Lemire2016-07-031-12/+0
* Move LightSource to dedicated filePaul Lemire2016-07-031-1/+1
* Split RenderViewJobsPaul Lemire2016-07-031-251/+114
* RenderViewJobUtils: small cleanupPaul Lemire2016-07-021-9/+9
* Update the shader data world transform for lightsKevin Ottens2016-07-021-0/+5
* Entity: use QVector for componentsHandle/renderComponentsPaul Lemire2016-06-271-2/+2
* Initialize dynamic properties of lightsSean Harmer2016-05-251-2/+2
* Fix comment in RenderViewPaul Lemire2016-05-201-1/+1
* StringToInt: add an overload taking QLatin1StringMarc Mutz2016-05-141-18/+18
* Qt3D: replace QStringLiteral with QLatin1String when appending or comparingMarc Mutz2016-05-141-5/+6
* ShaderParameterPack: fix parameter passing (II)Marc Mutz2016-05-081-2/+2
* Get rid of QLayer::namesKevin Ottens2016-05-041-10/+8
* Adjust LayerFilter's layers property behaviorKevin Ottens2016-05-041-8/+8
* QClearBuffers: clear specific QRenderTargetOutputsWieland Hagen2016-05-031-3/+24
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-32/+32
* QAbstractLight now inherits directly QComponentKevin Ottens2016-04-281-1/+6
* Rename QLight to QAbstractLightKevin Ottens2016-04-281-3/+3
* render/backend: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-281-16/+21
* Moves QSortCriterion flag to QSortPolicy and remove itFranck Arrecot2016-04-261-7/+5
* standardUniformSetter bug fixTomi Korpipää2016-04-231-1/+1
* Consolidate some functionality into AttachmentPack.Wieland Hagen2016-04-161-5/+0
* RenderView: remove unneeded list of default attribute namesPaul Lemire2016-04-151-15/+0
* Rename QClearBuffer to QClearBuffersMike Krus2016-03-201-1/+1
* Make the backend use workgroup sizes from ComputeCommandPaul Lemire2016-03-051-0/+3
* QComputeJob cleanupPaul Lemire2016-03-051-3/+3
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-051-7/+7
* QRenderTargetOutput enumRobert Brock2016-03-031-1/+1
* QRenderAttachment renamed to QRenderTargetOutputRobert Brock2016-03-031-1/+1
* QRenderAttachment renamed RenderAttachmentType to AttachmentPointRobert Brock2016-03-021-2/+2
* Remove ParameterMappingPaul Lemire2016-02-261-76/+25
* RenderView: fix a few variant.userType()Paul Lemire2016-02-261-5/+6
* RenderView: remove unused variables since the QUniformValue changesPaul Lemire2016-02-231-4/+0
* Avoid recursion for bulk of render command buildingSean Harmer2016-02-221-15/+35
* Use integer comparisons when filtering entities by layerSean Harmer2016-02-221-8/+9
* Use a non polymorphic version of QUniformValueSean Harmer2016-02-211-56/+39
* RenderView: various small fixes in things frequently calledPaul Lemire2016-02-211-48/+47
* RenderViews: use int comparison rather than string for uniforms filteringPaul Lemire2016-02-211-89/+118