summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start work on handling shaderswip/rhi-rendererJean-Michaël Celerier2020-01-1565-9080/+425
* First triangleJean-Michaël Celerier2020-01-1527-1334/+2304
* 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-1993-413/+647
* QShaderProgram: add a format propertyPaul Lemire2019-12-197-3/+182
* Make the OpenGL renderer a pluginPaul Lemire2019-12-19258-524/+1685
* ResourceAccessor: make it work with the modular renderer architecturePaul Lemire2019-12-1810-85/+125
* Renderer: stop passing buffer type aroundPaul Lemire2019-12-183-15/+11
* Introduce a GLShader classPaul Lemire2019-12-1834-1071/+1256
* Add dedicated managers holder for GL ResourcesPaul Lemire2019-12-1825-211/+356
* Merge branch '5.15' into devPaul Lemire2019-12-18363-3077/+6114
|\
| * Merge branch '5.14' into 5.15Paul Lemire2019-12-184-26/+14
| |\
| | * Bump versionDaniel Smith2019-12-161-1/+1
| | * 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-1713-98/+69
| * | Update textures and disables in postJobsMike Krus2019-12-164-52/+14
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-1424-79/+278
| |\ \ | | |/
| | * 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-138-12/+91
| | |\
| | | * Fix OnDemand rendering with Scene3Dv5.14.0-rc2v5.14.05.14.0Paul Lemire2019-12-047-12/+42
| | | * Add changes file for Qt 5.14.0v5.14.0-rc1Antti Kokko2019-11-251-0/+49
| | * | Fix picking with primitive restart for line loopsMike Krus2019-12-132-32/+52
| | * | Always get the estimate primitive count from the attributeMike Krus2019-12-131-4/+2
| | * | qquaternionanimation.cpp: Fix warning suppressionFriedemann Kleint2019-12-111-1/+1
| | * | Skip shouldNotCrashInNormalStartupShutdownSequenceUlf Hermann2019-12-111-0/+4
| | * | 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-095-8/+42
| * | | Use jobsDone to sync render capture back to frontendMike Krus2019-12-1320-337/+62
| * | | Implement getting list of aspects from system information classMike Krus2019-12-1310-31/+57
| * | | 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-1341-361/+442
| * | | Deprecate message APIMike Krus2019-12-0931-88/+95
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-0715-184/+325
| |\ \ \ | | |/ /
| | * | Shader: record standard uniform at loading timePaul Lemire2019-12-045-45/+140
| | * | 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-052-0/+7
| * | | Refactor ViewAll to not use commandsMike Krus2019-12-046-90/+73