summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* rhi: Handle RHI-required information in QShaderGraphJean-Michaël Celerier2020-04-211-1/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-211-0/+5
|\
* | rhi: Remove unused light handlingJean-Michaël Celerier2020-04-211-22/+0
* | rhi: Fix projection matrix y directionJean-Michaël Celerier2020-04-211-4/+24
* | Uniform preparation: stop copying the ShaderUniforms aroundPaul Lemire2020-04-207-27/+37
* | Perform the prepareUniform step when building the commandsPaul Lemire2020-04-203-7/+4
* | Cleanup setShaderAndUniformsPaul Lemire2020-04-206-77/+142
* | Add missing job count to properly compute number of RenderViewCommandUpdaterPaul Lemire2020-04-201-1/+1
* | Shader: check frontend node still exists before synchingPaul Lemire2020-04-151-0/+4
* | Adjust number of jobs based on number of render pathsMike Krus2020-04-147-68/+168
* | setShaderAndUniforms: small improvementsPaul Lemire2020-04-141-27/+30
* | GLShader: store lights uniform name ids in their own vectorPaul Lemire2020-04-146-96/+538
* | setShaderAndUniforms: use const ref for vectorsPaul Lemire2020-04-142-10/+10
* | Reserve the correct amount of uniforms in shaderparameterpackPaul Lemire2020-04-143-2/+15
* | Add benchmark for ShaderParameterPackPaul Lemire2020-04-141-0/+6
* | Disable sorting commands by textures on WindowsPaul Lemire2020-03-301-0/+2
* | Add ability to dump filter statesMike Krus2020-03-262-2/+10
* | Don't skip RV which have a RenderCapturePaul Lemire2020-03-231-0/+3
* | Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-171-4/+3
* | Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-1659-17/+13863
* | Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaël Celerier2020-03-111-1/+1
* | Merge gatherer and caching jobsMike Krus2020-03-063-66/+38
* | Move common job handling out of RendererMike Krus2020-03-063-213/+43
* | Fix memory leaksMike Krus2020-03-041-4/+4
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-273-6/+6
* | Remove GL tracing optionMike Krus2020-02-251-13/+10
* | Make sure RenderViewCommandUpdaterJobs only run when necessaryMike Krus2020-02-172-1/+31
* | Fix and improve FBO handlingPaul Lemire2020-02-173-29/+63
* | Fix job dependenciesMike Krus2020-02-141-0/+1
* | Add ability to dump job graph to dot fileMike Krus2020-02-145-23/+30
* | Skip RenderView which don't need to be submittedPaul Lemire2020-02-143-0/+28
* | Show geometry renderer id in draw commandsMike Krus2020-02-142-1/+3
* | Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-133-0/+16
* | Shader fixesPaul Lemire2020-02-132-10/+17
* | img-gui: remove non existing .h from priPaul Lemire2020-02-101-2/+1
* | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-062-3/+3
* | Move frame profile to GL pluginMike Krus2020-02-053-2/+276
* | Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-0574-205/+423
* | Make the OpenGL renderer a pluginPaul Lemire2020-02-0587-0/+25751
* | Fix deprecation handlingMike Krus2020-01-144-0/+4
* | Accept CBOR as optional format in gltf dataUlf Hermann2019-10-292-17/+5
|/
* Fix Coverity warningsMike Krus2019-10-211-1/+2
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Paul Lemire2019-10-151-1/+1
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-151-1/+1
| |\
| | * Ensure we can build assimp on Windows and macOS with non gcc compilersAndy Shaw2019-10-071-1/+1
* | | Update QScene2D to use direct syncMike Krus2019-10-141-1/+1
|/ /
* | Fix deprecation warningsMike Krus2019-07-301-11/+0
* | assimp plugin: replace QMap with a C arrayMarc Mutz2019-07-222-35/+28
* | AssimpImporter: remove unused QMapMarc Mutz2019-07-221-2/+0
* | Remove unused file gltfparser.cppMarc Mutz2019-07-181-1560/+0