summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Start work on handling shaderswip/rhi-rendererJean-Michaël Celerier2020-01-1564-9080/+422
* First triangleJean-Michaël Celerier2020-01-1523-1333/+1881
* Some renamingJean-Michaël Celerier2020-01-1520-29/+29
* Add support for multiple surface types in Qt3DWindowJean-Michaël Celerier2020-01-152-3/+30
* Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2019-12-2683-1/+25033
* Use QT3D_RENDERER env var to load different renderer pluginsPaul Lemire2019-12-191-1/+7
* Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2019-12-1976-203/+428
* QShaderProgram: add a format propertyPaul Lemire2019-12-195-1/+71
* Make the OpenGL renderer a pluginPaul Lemire2019-12-19211-366/+1382
* ResourceAccessor: make it work with the modular renderer architecturePaul Lemire2019-12-189-81/+113
* Renderer: stop passing buffer type aroundPaul Lemire2019-12-183-15/+11
* Introduce a GLShader classPaul Lemire2019-12-1828-714/+957
* Add dedicated managers holder for GL ResourcesPaul Lemire2019-12-1823-196/+337
* Merge branch '5.15' into devPaul Lemire2019-12-18273-2302/+3729
|\
| * Merge branch '5.14' into 5.15Paul Lemire2019-12-184-26/+14
| |\
| | * RenderViewBuilder: fix leak with EntityRenderCommandDataPaul Lemire2019-12-164-26/+14
| * | Expose number of jobs is last updateMike Krus2019-12-174-5/+10
| * | Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-1712-96/+67
| * | Update textures and disables in postJobsMike Krus2019-12-162-22/+13
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-1419-66/+183
| |\|
| | * RenderView: fix leak with m_statesetPaul Lemire2019-12-131-0/+1
| | * QText2DEntity: Support display of empty stringsVolker Enderlein2019-12-131-8/+5
| | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-136-11/+41
| | |\
| | | * Fix OnDemand rendering with Scene3Dv5.14.0-rc2v5.14.0Paul Lemire2019-12-046-11/+41
| | * | Fix picking with primitive restart for line loopsMike Krus2019-12-131-26/+31
| | * | Always get the estimate primitive count from the attributeMike Krus2019-12-131-4/+2
| | * | qquaternionanimation.cpp: Fix warning suppressionFriedemann Kleint2019-12-111-1/+1
| | * | Doc: Add note about implementation specific property meaningPaul Wicking2019-12-104-18/+84
| | * | QDistanceFieldMaterial: Don't scale rgb colors with distance field alphaMartin Andersson2019-12-092-2/+2
| | * | Fix picking with primitive restartMike Krus2019-12-094-2/+22
| * | | Use jobsDone to sync render capture back to frontendMike Krus2019-12-1314-221/+53
| * | | Implement getting list of aspects from system information classMike Krus2019-12-138-27/+53
| * | | Fix deprecation syntaxMike Krus2019-12-133-3/+3
| * | | Remove device pixel ratio adjustmentsMike Krus2019-12-132-2/+3
| * | | Make tracing a runtime optionMike Krus2019-12-1339-351/+436
| * | | Deprecate message APIMike Krus2019-12-0929-81/+94
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-0714-183/+324
| |\| |
| | * | Shader: record standard uniform at loading timePaul Lemire2019-12-044-44/+139
| | * | GraphicsContext: remove left overs from GL command threadPaul Lemire2019-12-031-6/+4
| | * | Fill as much as what we can when building the RCPaul Lemire2019-12-032-69/+75
| | * | Adequately split work among RenderViewCommandBuilderPaul Lemire2019-12-036-37/+69
| | * | RenderViewCommandUpdaterJob: stop copying renderables dataPaul Lemire2019-12-025-30/+37
| | * | Make QThreadPooler use the global thread poolPaul Lemire2019-12-022-6/+9
| * | | Make NodeRelationshipChange struct privateMike Krus2019-12-067-27/+13
| * | | Fix usages of text stream operatorsAlexandru Croitor2019-12-0611-36/+36
| * | | Add Q3D_DECL_DEPRECATED macroMike Krus2019-12-051-0/+6
| * | | Refactor ViewAll to not use commandsMike Krus2019-12-046-90/+73
| * | | Fix compile warningsMike Krus2019-12-031-48/+0
| * | | Revert "Fix post FF API changes"Mike Krus2019-12-0321-148/+201
| * | | Revert "Update jobs to remove post FF changes"Mike Krus2019-12-0337-34/+60