aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-0/+3
|\|
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-162-0/+3
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-191-7/+10
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-084-36/+58
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-315-0/+9
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-032-4/+7
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-016-10/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-231-0/+5
| |\ \ \ \ \ \
| * | | | | | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-211-7/+10
* | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-151-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Don't detach temporary containerSérgio Martins2017-06-071-2/+2
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-073-36/+55
|\| | | | | |
| * | | | | | Improve dirty region calculation in software rendererJüri Valdmann2017-05-233-36/+55
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+3
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
* | | | | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-025-0/+9
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Run includemocs in qtdeclarativeThiago Macieira2017-04-265-0/+9
* | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-4/+7
|\| | | | | |_|_|/ |/| | |
| * | | Software: Flush whole window on Expose eventAndy Nichols2017-02-282-4/+7
| | |/ | |/|
* | | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-233-4/+4
* | | Add samples property for Item.layer and ShaderEffectSourceLaszlo Agocs2017-02-231-0/+1
* | | dynamic_cast -> qobject_cast for QObjectDerived*Robin Burchell2017-02-142-6/+6
|/ /
* / QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-121-0/+5
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-142-12/+24
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-12/+24
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-1/+1
|\|
| * QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-181-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1810-2/+37
|\|
| * Make Sprite a configurable featureLars Knoll2016-10-1010-2/+37
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-2/+11
|\|
| * Fix crash when using Software Renderer on HiDPI QBackingStoreAndy Nichols2016-09-151-2/+11
* | Use QByteArrayLiteral more judiciouslyAnton Kudryavtsev2016-09-031-1/+1
|/
* Quick: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-3/+1
* QSG: Fix inconsistent use of 'override'Erik Verbruggen2016-08-101-5/+5
* QSGSoftwareAdaptation: Also claim the "softwarecontext" keyRobin Burchell2016-08-041-1/+1
* Add optional flags and rect to QSGRenderNodeLaszlo Agocs2016-08-021-3/+15
* Software Adaptation: Fix issue with clip node handlingAndy Nichols2016-07-271-1/+2
* Software Adaptation: Add threaded render loopAndy Nichols2016-07-274-2/+1124
* SoftwareImageNodes: Support textureFiltering and mirroringAndy Nichols2016-07-192-8/+63
* software: Add support for QSGRenderNodeLaszlo Agocs2016-07-1910-9/+106
* Fix rendercontrol grabs with the software backendLaszlo Agocs2016-07-154-1/+14
* Add QSGSpriteNode to the Scenegraph Adaptation LayerAndy Nichols2016-07-1411-3/+287
* scenegraph: Port foreach to range-forRobin Burchell2016-07-091-2/+2
* qsgsoftwarerenderloop: Don't lie about which render loop is runningRobin Burchell2016-07-051-1/+1
* Make QSGRenderContext::invalidate a no-opLaszlo Agocs2016-07-011-1/+2
* Add mipmapping support to QSGImageNodePaolo Angelelli2016-06-281-0/+3
* Software Adaptation: Improve clip node handlingAndy Nichols2016-06-284-9/+25
* Fix rendering clipped texture and image nodesAllan Sandfeld Jensen2016-06-242-4/+4
* Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-2215-129/+246
* Software Renderer: Call QBackingStore::beginPaint with correct QRegionAndy Nichols2016-06-205-10/+36