aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-0512-44/+47
* QSG: prevent in-struct paddingErik Verbruggen2016-07-051-1/+1
* Fix "inconsistent use of override" warningsErik Verbruggen2016-07-052-5/+5
* D3D12: Fix descriptor range referenceLaszlo Agocs2016-07-051-7/+7
* D3D12: Print what goes wrong in rootsig serializationLaszlo Agocs2016-07-051-1/+2
* 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-058-62/+139
* QQuickWindowPrivate::removeGrabber: take params for mouse and touchShawn Rutledge2016-07-043-19/+12
* Add comments to touchEventForItem and touchEventWithPointsFrederik Gladhorn2016-07-041-0/+2
* Improve error handling in TestCase::tryCompareFrederik Gladhorn2016-07-041-0/+5
* 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
* D3D12: Improve debug layer supportLaszlo Agocs2016-07-011-2/+28
* D3D12: Move the info prints to categorized loggingLaszlo Agocs2016-07-011-14/+22
* D3D12: Fix 8-bit QImage mappingLaszlo Agocs2016-07-011-1/+7
* D3D12: Advance anims in sync with vsync in the RLLaszlo Agocs2016-07-012-44/+185
* Add a core profile file selector to OpenGL ShaderEffectLaszlo Agocs2016-07-012-2/+14
* D3D12: Fix expose handlingLaszlo Agocs2016-07-012-4/+18
* D3D12: Fix grabbing with the new gui thread render loopLaszlo Agocs2016-07-012-20/+36
* Make QSGRenderContext::invalidate a no-opLaszlo Agocs2016-07-013-5/+4
* D3D12: Avoid multiple invalidated signalsLaszlo Agocs2016-07-014-25/+20
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-3014-35/+77
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-299-14/+51
| |\
| | * Fix missing QQuickWidget updatesLaszlo Agocs2016-06-271-1/+8
| | * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| | * Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
| | * QQuickWidget: Fix crash when there's an offscreen window, but no real window ...Kai Koehne2016-06-231-3/+4
| | * 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
| | * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
| | * Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-2/+6
| | * QQuickWidget: Propagate screen changes.Morten Johan Sørvig2016-06-201-0/+11
| * | Doc: solved link issue snippetNico Vertriest2016-06-281-1/+1
| * | Doc: corrected link issueNico Vertriest2016-06-281-1/+1
| * | Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-272-7/+9
| * | Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-242-12/+17
| * | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-222-2/+2
* | | Update ShaderEffect docsLaszlo Agocs2016-06-291-15/+117
* | | D3D12: Add support for shader sources in filesLaszlo Agocs2016-06-293-16/+37
* | | D3D12: Add support for file selectors in ShaderEffectLaszlo Agocs2016-06-292-1/+8
* | | Unify ShaderEffect property settingLaszlo Agocs2016-06-2916-131/+201
* | | Add support for reading GLSL from files with ShaderEffectLaszlo Agocs2016-06-292-1/+16
* | | Handle AA_ShareOpenGLContexts consistently in QQuickWidgetLaszlo Agocs2016-06-291-0/+25
* | | Add mipmapping support to QSGImageNodePaolo Angelelli2016-06-287-0/+56
* | | 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