aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-0277-1600/+1600
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-137-0/+70
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-105-14/+10
|\
| * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-072-2/+2
| * OpenVG: Fix delivery of touch eventsEirik Aavitsland2019-10-071-0/+1
| * OpenVG: Fix emitting of sceneGraphInitialized and -InvalidatedEirik Aavitsland2019-10-071-0/+2
| * OpenVG: Fix rendering of non-affine transformed rectanglesEirik Aavitsland2019-10-071-12/+5
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-023-4/+4
* | Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-221-12/+0
* | Make openvg compileLaszlo Agocs2019-07-306-8/+37
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-0410-61/+47
* | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedListMarc Mutz2019-06-061-1/+0
|/
* Fix qtdeclarative build configured with -qreal=floatDonald Carr2019-03-311-4/+4
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-113-5/+16
|\
| * Fix leaking resources by OpenVG scene graph backendKirill Burtsev2018-11-143-5/+16
* | Add support for horizontal gradients in RectangleMichael Brasser2018-05-032-4/+12
|/
* Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-152-4/+0
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-1/+1
|\
| * D3D12: Fix compilation with clang-clFriedemann Kleint2017-12-051-1/+1
* | D3D12: Fix some compiler warnings emitted by clang-clFriedemann Kleint2017-10-065-10/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-043-0/+4
|\|
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-163-0/+4
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-236-3/+19
|\|
| * Build for for -no-feature-quick-spritePaul Olav Tvete2017-03-226-3/+19
* | QSGOpenVGLayer: Fix compilationRobin Burchell2017-03-221-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-13/+15
|\|
| * OpenVG: Fix glyph cache to actually ref countAndy Nichols2017-02-282-13/+15
* | Add samples property for Item.layer and ShaderEffectSourceLaszlo Agocs2017-02-231-0/+1
|/
* Fix a compilation issueJędrzej Nowacki2017-01-312-4/+5
* Fix qtdeclarative compilationPaolo Angelelli2017-01-245-22/+93
* QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-121-0/+5
* Fix Q_QUICK_SG_PROFILE macros in OpenVG renderloopAndy Nichols2016-12-251-4/+8
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-143-35/+73
|\
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-282-12/+24
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-12/+24
| * | D3D12: Output error messagesFriedemann Kleint2016-11-281-23/+49
| |/
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+4
|\|
| * D3D12: Fix RESOURCE_BARRIER_BEFORE_AFTER_MISMATCHLaszlo Agocs2016-11-251-1/+4
* | OpenVG: Fix Recursive LayersAndy Nichols2016-12-135-13/+56
* | OpenVG: Use QRawFont qHash function in font cacheAndy Nichols2016-12-132-28/+3
* | OpenVG: Support rendering paths with non-affine transformsAndy Nichols2016-12-1319-197/+586
* | OpenVG Scenegraph AdaptationAndy Nichols2016-12-1339-0/+6045
|/
* Move rebuildGeometry() functions of nodesFriedemann Kleint2016-11-221-9/+5
* QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-181-3/+3
* d3d12: Use qtConfig() in place of config_d3d12 for the pluginLaszlo Agocs2016-10-171-1/+2
* Fix d3d12 plugin compilation after QSGGeometry API reviewLaszlo Agocs2016-10-141-3/+4
* Fix enums in QSGGeometryLaszlo Agocs2016-10-124-11/+11
* Merge dev into 5.8Oswald Buddenhagen2016-08-225-26/+59
|\
| * D3D12: Convert 8-bit glyphs to 32-bit to prevent using R8 formatsLaszlo Agocs2016-08-175-26/+59