aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-7/+19
* Fix building with QT_NO_OPENGL definedAndy Nichols2016-05-064-5/+14
* Fix up createTextureFromIdLaszlo Agocs2016-05-061-6/+4
* Fix up openglContext() in QQuickWindowLaszlo Agocs2016-05-061-10/+10
* D3D12: Implement grabWindowLaszlo Agocs2016-05-062-22/+35
* D3D12: Fix up Context2DLaszlo Agocs2016-05-032-27/+33
* Introduce RendererInfoLaszlo Agocs2016-05-035-7/+238
* D3D12: Painter nodeLaszlo Agocs2016-05-032-18/+35
* D3D12: qt_SubRect_<name> supportLaszlo Agocs2016-04-302-19/+16
* D3D12: Cache shader reflection resultsLaszlo Agocs2016-04-301-7/+33
* D3D12: Fix 'ShaderEffect in a ShaderEffectSource as property value'Laszlo Agocs2016-04-295-27/+98
* D3D12: Handle special shader effect casesLaszlo Agocs2016-04-292-23/+35
* D3D12: Long Live Wobble!Laszlo Agocs2016-04-294-19/+54
* Adaptable shader effect enablersLaszlo Agocs2016-04-2915-96/+1085
* Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-04-261-1/+1
|\
| * QQuickTextInput: Add some QChar::unicode() calls to brush over deprecation wa...Friedemann Kleint2016-04-181-1/+1
* | QQuickWidget: Partial update support with software renderingAndy Nichols2016-04-201-1/+2
* | QQuickWidget: Enable use with software renderer backendAndy Nichols2016-04-201-1/+1
* | 2DRenderer: Have renderers tied to QPaintDeviceAndy Nichols2016-04-208-73/+53
* | Fix up rendernode autotestLaszlo Agocs2016-04-202-3/+4
* | Drop the warning from rendererInterface()Laszlo Agocs2016-04-202-11/+6
* | Make rendernode suitable for public consumptionLaszlo Agocs2016-04-2020-99/+628
* | 2DRenderer: Mark all regions of deleted node as dirtyAndy Nichols2016-04-133-3/+8
* | 2DRenderer: Fix Text Styles on HiDPI screensAndy Nichols2016-04-131-6/+10
* | 2DRenderer: Fix rendering of Rectangles with float border widthAndy Nichols2016-04-131-2/+1
* | 2DRenderer: Add private header warningAndy Nichols2016-04-1316-0/+176
* | QQuickTextNodeEngine: Use correct boundingRect when merging nodesAndy Nichols2016-04-131-1/+1
* | Convert d3d12 backend into a pluginLaszlo Agocs2016-04-1341-9218/+1
* | Add the skeleton for the new, more generic shader effect implLaszlo Agocs2016-04-137-79/+331
* | Fix up some QOpenGL includesLaszlo Agocs2016-04-132-1/+2
* | Route ShaderEffect through the old GL implLaszlo Agocs2016-04-1312-92/+257
* | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-1317-984/+1227
* | Make QQuickShaderEffectMesh genericLaszlo Agocs2016-04-136-30/+31
* | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-1338-114/+114
|\|
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0832-60/+67
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0832-60/+67
| | |\
| | | * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-019-34/+34
| | | * Move Qt Quick resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-015-9/+9
| | | * Documentation: fix vector3danimation property type names.Vladimir Moolle2016-04-011-2/+2
| | | * Fix crash in hasAtlasTextureAlbert Astals Cid2016-03-291-1/+1
| | | * Fix Image.Pad on high DPIJ-P Nurmi2016-03-241-6/+6
| | | * Purge sRGB chunks from PNG in documentation.Edward Welbourne2016-03-2411-0/+0
| | | * Handle duration of zero in QML animatorsDavid Edmundson2016-03-172-6/+13
| | | * qmltime: Remove widgets dependency.Robin Burchell2016-03-111-1/+1
| | | * Remove unused variableThiago Macieira2016-03-101-1/+0
| | | * Doc: Modified qtquick.qdocconf to exclude private header fileNico Vertriest2016-03-091-0/+1
| * | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-086-54/+47
| |\| |
| | * | qsgbatchrenderer: memset nodes instead of using a constructor.Robin Burchell2016-04-061-17/+10
| | * | QML: directly access private data instead of calling accessors.Erik Verbruggen2016-04-051-18/+18
| | * | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-055-19/+19