aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-046-3/+30
|\
| * Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-165-0/+26
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-197-20/+45
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-087-44/+70
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-3121-22/+77
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-2510-2/+18
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-0324-260/+237
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-0132-135/+229
| |\ \ \ \ \ \
| * | | | | | | Correct software PathItem bounding rectLaszlo Agocs2017-01-231-0/+4
| * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-235-3/+39
| |\ \ \ \ \ \ \
| * | | | | | | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-212-8/+14
| * | | | | | | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-197-13/+31
| * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-1534-204/+256
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2016-12-091-1/+6
* | | | | | | | | | Add check in buffer creationJesus Fernandez2017-06-161-6/+9
* | | | | | | | | | Move default renderer selection from build to run timeSami Nurmenniemi2017-06-161-4/+7
* | | | | | | | | | 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-064-8/+15
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
| * | | | | | | Ensure same glyph cache is used for same font at different sizesMichael Brasser2017-05-102-3/+25
| * | | | | | | Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-052-8/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Doc: fix some typos in qsgrenderer.cppJüri Valdmann2017-05-041-2/+2
| | * | | | | | | Doc: fix some typos in qsgnode.cppJüri Valdmann2017-05-041-6/+6
| * | | | | | | | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
| |/ / / / / / /
* | | | | | | | QSGContext: Remove some dead codeRobin Burchell2017-05-111-8/+0
* | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0220-14/+76
|\| | | | | | |
| * | | | | | | ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
| * | | | | | | Add a method to query the scene graph backendMichael Brüning2017-04-272-0/+10
| * | | | | | | Run includemocs in qtdeclarativeThiago Macieira2017-04-2619-0/+35
| * | | | | | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
| * | | | | | | QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
* | | | | | | | Add a include to fix build for qsgshaderrewriter.cppLiang Qi2017-04-261-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-223-2/+5
|\| | | | | |
| * | | | | | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-203-2/+5
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-0/+2
|\| | | | | |
| * | | | | | Add \since to QSGTexture::AnisotropyLevelFriedemann Kleint2017-04-191-0/+2
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-113-0/+3
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-113-0/+3
| |\ \ \ \ \ \
| | * | | | | | Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-093-0/+3
* | | | | | | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-073-0/+8
|\| | | | | | |
| * | | | | | | Doc: add new enumeration descriptionsNico Vertriest2017-03-303-0/+8
* | | | | | | | Document that wrap modes do not work with atlas texturesGunnar Sletta2017-04-041-0/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-272-8/+5
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-152-8/+5
| |\| | | | |
| | * | | | | Doc: Removed non-working reimplementation suggestionsChristoph Sterz2017-03-152-8/+5
* | | | | | | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-2114-180/+12