summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-203-12/+26
|\
| * ShaderData: add getter to retrieve transform type of propertiesPaul Lemire2016-09-071-1/+1
| * LoadSceneJob: set the status after the subtreePaul Lemire2016-09-071-7/+9
| * ShaderData: refactoringPaul Lemire2016-09-052-5/+17
* | Renderer: get rid of QVariant for backend uniformsPaul Lemire2016-09-142-4/+5
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-052-2/+26
|\|
| * LoadSceneJob: make testablePaul Lemire2016-08-292-2/+26
* | Enable QRenderCapture usage in the backendAntti Määttä2016-08-291-0/+10
* | Add sendRenderCaptureJobAntti Määttä2016-08-294-3/+177
* | Calcboundingvolumejob: make run publicPaul Lemire2016-08-271-2/+0
* | PickBoundingVolumeJob: only perform picking test when neededPaul Lemire2016-08-271-2/+32
* | ExpandBoundingVolumeJob: make run publicPaul Lemire2016-08-261-2/+0
* | UpdateWorldBoundingVolume: make run publicPaul Lemire2016-08-261-2/+0
* | UpdateWorldTransformJob: make run publicPaul Lemire2016-08-261-2/+0
* | CalcGeometryTriangleVolume: make run publicPaul Lemire2016-08-261-2/+0
* | LoadBufferJob: make testablePaul Lemire2016-08-261-2/+2
* | RenderViewInitializeJob: remove unused membersPaul Lemire2016-08-252-7/+0
* | Merge branch '5.7' into 5.8Sean Harmer2016-08-252-6/+20
|\|
| * LoadTextureDataJob: No crash on null texture dataKevin Ottens2016-08-241-1/+2
| * QSceneLoader: status is updated from the backendPaul Lemire2016-08-231-5/+18
* | Remove compile warnings when not defining QT3D_JOBS_RUN_STATSPaul Lemire2016-08-193-9/+0
* | Merge branch '5.7' into devSean Harmer2016-08-145-20/+42
|\|
| * LoadSceneJob: always call Scene::setSubTree()Paul Lemire2016-08-111-11/+17
| * Fix regression: remove disabled entities from the renderingPaul Lemire2016-08-101-2/+9
| * RenverViewInitializerJob: remove unused includePaul Lemire2016-08-091-1/+0
| * Send release events to all pressed object pickers that are hitAndy Shaw2016-08-071-4/+5
| * Prevent duplicate pick events being generatedAntti Määttä2016-08-051-1/+10
| * Consistently declare Plane as a structSean Harmer2016-08-041-1/+1
* | Enable picking of back facing trianglesMike Krus2016-08-131-10/+66
* | Add modifier and button support to QPickEventMike Krus2016-08-131-2/+33
|/
* LayerFiltering: move enabled filtering into job directlyPaul Lemire2016-07-182-9/+23
* RenderStates: remove RenderStateCollectionPaul Lemire2016-07-172-7/+7
* Fix frustum culling testSean Harmer2016-07-111-6/+6
* Fix crash in LightSource sortingPaul Lemire2016-07-081-1/+1
* Renderer: decouple buffer/texture updates from draw commandsPaul Lemire2016-07-051-2/+3
* Renderer/RenderView: store only renderTarget nodeIdPaul Lemire2016-07-041-2/+2
* Fix compilation when using QT3D_JOBS_RUN_STATSPaul Lemire2016-07-041-1/+1
* Fix warnings that occur when QT3D_JOBS_RUN_STATS is not definedPaul Lemire2016-07-043-0/+6
* Further job improvementsPaul Lemire2016-07-043-10/+14
* Use UpdateWorldTransformJobPaul Lemire2016-07-041-3/+1
* Add UpdateWorldBoundingVolumeJobPaul Lemire2016-07-044-3/+164
* Rename UpdateBoundingVolumeJob -> ExpandBoundingVolumeJobPaul Lemire2016-07-044-16/+16
* FilterEntityByComponentJob: return a reference rather than a copyPaul Lemire2016-07-031-1/+1
* Render: remove Unknown job typePaul Lemire2016-07-031-2/+1
* Move jobs into RendererPaul Lemire2016-07-038-11/+35
* Split RenderCommand building into more jobsPaul Lemire2016-07-033-7/+13
* Use the LightGathering jobPaul Lemire2016-07-031-1/+0
* FilterEntityByComponentJob: use Q_DECL_NOTHROWPaul Lemire2016-07-031-2/+2
* Add a LightGatherer jobPaul Lemire2016-07-034-3/+168
* MaterialParameterGatherJob: use Q_DECL_NOTHROWPaul Lemire2016-07-031-5/+5