summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Deprecate message APIMike Krus2019-12-094-9/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-0712-177/+315
|\
| * 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
* | Fix usages of text stream operatorsAlexandru Croitor2019-12-064-5/+5
* | 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-036-85/+106
* | Revert "Update jobs to remove post FF changes"Mike Krus2019-12-0318-15/+33
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-304-4/+9
|\|
| * Check nodes are enabled when update BVH and world transformsMike Krus2019-11-283-3/+8
| * Fix a crash in RenderView when the surface has no heightJean-Michaƫl Celerier2019-11-261-1/+1
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-252-5/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-1625-80/+151
|\|
| * Use builtin test to detect support for threaded GLMike Krus2019-11-151-58/+2
| * Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-142-3/+72
| * PackUniformHash to QVectorPaul Lemire2019-11-146-19/+68
| * Remove redundant std::moveThiago Macieira2019-11-131-1/+1
| * Doc: Fix documentation warningsTopi Reinio2019-11-1314-53/+62
| * FilterProximityJob: only run it if our RV requires proximity filteringPaul Lemire2019-11-132-2/+3
| * Uniform: use QVarLengthArray<16 ,float> instead of <4, float>Paul Lemire2019-11-131-1/+1
| * ShaderParameterPack: stop calling hash.clear() in dtorPaul Lemire2019-11-121-1/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-092-12/+23
|\|
| * Reduce allocations when building stringsMike Krus2019-11-081-7/+20
| * Fix compile warningsMike Krus2019-11-081-5/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-0220-305/+308
|\|
| * Buffer: make sure we force allocate before doing partial updatesPaul Lemire2019-10-301-9/+20
| * Set Loading status on QMesh when functor changesMike Krus2019-10-301-1/+9
| * Fix status change on QTextureLoaderMike Krus2019-10-303-11/+10
| * Convert EntityRenderCommandData to struct of vectorsPaul Lemire2019-10-298-43/+90
| * Compute renderables/computables/lights once instead of once per RVPaul Lemire2019-10-296-227/+149
| * Fix frame advance serviceMike Krus2019-10-281-3/+8
| * GLTexture: fix shared texture id handlingPaul Lemire2019-10-281-11/+10
| * LightGatherer: reset values before runningPaul Lemire2019-10-281-0/+3
| * Fix the way we compute light positionsPaul Lemire2019-10-281-1/+2
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-261-0/+8
| |\
| | * Add BufferCapture QML documentationMats Honkamaa2019-10-171-0/+8
* | | Accept CBOR as optional format in gltf dataUlf Hermann2019-10-291-6/+2
|/ /
* | Fix skeleton loadingMike Krus2019-10-251-1/+1
* | Fix missing status change in QSceneLoaderMike Krus2019-10-251-0/+3
* | Fix crash in Scene3DViewMike Krus2019-10-251-8/+8
* | Add manual test to check manual render loopPaul Lemire2019-10-251-0/+4
* | ComputeCommand: add unit tests for manual trigger modePaul Lemire2019-10-241-1/+4
* | Revert post FF changesMike Krus2019-10-243-15/+9
* | Revert removal of more sceneChanged methodsMike Krus2019-10-242-0/+11
* | Update jobs to remove post FF changesMike Krus2019-10-2218-33/+15
* | Fix post FF API changesMike Krus2019-10-226-106/+85