summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* QShaderGraph: disable edges connected to disabled nodesv5.15.0-rc2v5.15.0-rc1v5.15.0Nicolas Guichard2020-04-271-10/+12
* Add missing private warningMike Krus2020-04-241-0/+14
* Unregister the event filter when the render aspect is unregisteredAndy Shaw2020-04-241-0/+3
* Add missing include to properly resolve QT_CONFIG(vulkan)Paul Lemire2020-04-221-0/+1
* rhi: Rework uniform processingJean-Michaël Celerier2020-04-222-2/+2
* rhi: Work needed for PBR material support in RHIJean-Michaël Celerier2020-04-225-1/+140
* rhi: Port most of Qt3DExtras materials to RHIJean-Michaël Celerier2020-04-222-17/+107
* rhi: Handle RHI-required information in QShaderGraphJean-Michaël Celerier2020-04-214-79/+374
* Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-2113-22/+41
|\
| * Revert "Move calculateBoundingVolumeJob dependency on updateTreeEnabledJob"Michael Brasser2020-04-061-6/+2
| * Disable sorting commands by textures on WindowsPaul Lemire2020-04-061-0/+2
| * Fix potential crash in ShaderBuilder node syncingMichael Brasser2020-04-021-1/+1
| * Workaround for some odd crashesJoni Poikelin2020-03-061-0/+3
| * Fix and improve FBO handlingPaul Lemire2020-02-175-29/+95
| * Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-137-1/+89
| * Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-1012-21/+40
* | Cleanup setShaderAndUniformsPaul Lemire2020-04-202-2/+2
* | Clean up filter debug outputMike Krus2020-04-163-3/+28
* | Shader: check frontend node still exists before synchingPaul Lemire2020-04-151-0/+1
* | Adjust number of jobs based on number of render pathsMike Krus2020-04-141-5/+2
* | QRenderCapabilities::API add new API valuesv5.15.0-beta4Paul Lemire2020-04-081-2/+5
* | Be less aggressive in how materials are marked dirtyMichael Brasser2020-04-061-6/+10
* | Fix job dependenciesMike Krus2020-03-271-4/+6
* | Compute stride if not specified for pickingMike Krus2020-03-271-2/+20
* | Implement MetalRough shader optimization TODOMichael Brasser2020-03-271-0/+5
* | Add ability to dump filter statesMike Krus2020-03-264-3/+152
* | Fix crash in rendercapture-cpp manual testPaul Lemire2020-03-232-18/+20
* | Move shadergraph to Qt3DJean-Michaël Celerier2020-03-1919-7/+2904
* | CameraLens::viewMatrix() remove qDebug which has a noticeable performance impactPaul Lemire2020-03-171-2/+0
* | Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-173-9/+9
* | Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-169-10/+22
* | Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaël Celerier2020-03-116-9/+66
* | Add missing documentationMike Krus2020-03-102-2/+450
* | Merge gatherer and caching jobsMike Krus2020-03-062-9/+7
* | Move common job handling out of RendererMike Krus2020-03-067-30/+230
* | Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-11/+11
* | Reduce concurrency in bbox evaluationMike Krus2020-03-031-109/+154
* | Fix and improve FBO handlingPaul Lemire2020-02-172-0/+32
* | Add ability to dump job graph to dot fileMike Krus2020-02-141-4/+4
* | Add flag to jobs to indicate if they need to run or notMike Krus2020-02-143-6/+35
* | Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-134-1/+73
* | FrameGraph dumping: handle nesting of non FG childrenPaul Lemire2020-02-131-15/+67
* | Shader fixesPaul Lemire2020-02-133-1/+22
* | Restore include of QOpenGLTexture for Qt 5 in public headerv5.15.0-alpha1Friedemann Kleint2020-02-101-2/+6
* | Merge "Merge remote-tracking branch '5.14' into 5.15"Mike Krus2020-02-061-0/+4
|\ \
| * | Merge remote-tracking branch '5.14' into 5.15Mike Krus2020-02-051-0/+4
| |\|
| | * Fix stale Entity cachesPaul Lemire2020-01-311-0/+4
* | | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-063-3/+3
* | | Move frame profile to GL pluginMike Krus2020-02-052-273/+0
* | | Use QT3D_RENDERER env var to load different renderer pluginsPaul Lemire2020-02-051-1/+7