aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QSG: prevent in-struct paddingErik Verbruggen2016-07-051-1/+1
* Fix "inconsistent use of override" warningsErik Verbruggen2016-07-052-5/+5
* qsgsoftwarerenderloop: Don't lie about which render loop is runningRobin Burchell2016-07-051-1/+1
* Export the OpenGL context and rendercontextLaszlo Agocs2016-07-052-2/+2
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-053-46/+116
* QQuickWindowPrivate::removeGrabber: take params for mouse and touchShawn Rutledge2016-07-043-19/+12
* Add comments to touchEventForItem and touchEventWithPointsFrederik Gladhorn2016-07-041-0/+2
* add QQuickWindowPrivate::removeGrabber()Shawn Rutledge2016-07-023-23/+23
* Minor touch event function renamingFrederik Gladhorn2016-07-012-10/+13
* Remove "XXX todo" commentsFrederik Gladhorn2016-07-011-2/+0
* D3D12: Enhance docs wrt multisample, mipmaps and texturesLaszlo Agocs2016-07-011-1/+27
* Add a core profile file selector to OpenGL ShaderEffectLaszlo Agocs2016-07-012-2/+14
* Make QSGRenderContext::invalidate a no-opLaszlo Agocs2016-07-013-5/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-309-10/+25
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-296-7/+22
| |\
| | * Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
| | * Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-232-3/+3
| | * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-231-0/+4
| | * QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-211-0/+9
| | * Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-2/+6
| * | Doc: solved link issue snippetNico Vertriest2016-06-281-1/+1
| * | Doc: corrected link issueNico Vertriest2016-06-281-1/+1
| * | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-221-1/+1
* | | Update ShaderEffect docsLaszlo Agocs2016-06-291-15/+117
* | | D3D12: Add support for shader sources in filesLaszlo Agocs2016-06-291-3/+12
* | | Unify ShaderEffect property settingLaszlo Agocs2016-06-2911-96/+158
* | | Add support for reading GLSL from files with ShaderEffectLaszlo Agocs2016-06-292-1/+16
* | | Add mipmapping support to QSGImageNodePaolo Angelelli2016-06-285-0/+39
* | | Cleanup some unused functions and variables with QT_NO_OPENGLAndy Nichols2016-06-284-2/+10
* | | Privately export QObjects included by QQuickPathView and QQuickListViewMitch Curtis2016-06-282-12/+15
* | | Software Adaptation: Improve clip node handlingAndy Nichols2016-06-284-9/+25
* | | Fix typos and links in the sw and d3d12 backend docsLaszlo Agocs2016-06-271-5/+10
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-274-24/+36
* | | Fix up QSGRendererInterface docsLaszlo Agocs2016-06-241-3/+27
* | | Add missing deprecated tag to QSGSimple*Node.Laszlo Agocs2016-06-242-0/+4
* | | Add some d3d12 docsLaszlo Agocs2016-06-241-10/+211
* | | Fix rendering clipped texture and image nodesAllan Sandfeld Jensen2016-06-242-4/+4
* | | QSGEngine: Fix build with QT_NO_OPENGLAndy Nichols2016-06-241-1/+1
* | | Doc: Fix documentation warnings for QSGImageNodeTopi Reinio2016-06-241-2/+2
* | | Privately export QQuickListView and QQuickPathViewMitch Curtis2016-06-232-2/+3
* | | Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-2262-292/+1781
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-1/+1
* | | Make QSGEngine::initialize backend-independentLaszlo Agocs2016-06-224-14/+14
* | | D3D12: Support runtime threaded shader compilationLaszlo Agocs2016-06-224-28/+106
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-2113-65/+92
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-2113-65/+92
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-208-24/+42
| | |\|
| | | * Fix positioning of inline images in StyledText.Michael Brasser2016-06-163-7/+16
| | | * ItemViews: Make the wording of the warning on cache properties slightly sterner.Robin Burchell2016-06-163-12/+18
| | | * Remove erronous setTextureSize() as it is already set previouslyAndy Shaw2016-06-151-1/+0