aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* Fix compilation for OpenVG pluginEskil Abrahamsen Blomfeldt2020-09-2210-34/+30
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-266-11/+11
* Add some blind fixes for the OpenVG scenegraph backendLaszlo Agocs2020-06-176-24/+6
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-291-1/+3
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-272-2/+2
* Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-051-6/+3
* Regenerate plugins namesAlexandru Croitor2020-01-291-7/+7
* Post merge fixesLeander Beernaert2020-01-241-0/+15
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-163-0/+24
|\
| * Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-133-0/+24
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-2/+2
* | Regenerate projectsAlexandru Croitor2019-11-141-1/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-145-15/+11
|\|
| * 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-021-1/+1
* | | Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-111-3/+0
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-156-8/+37
|\| |
| * | Make openvg compileLaszlo Agocs2019-07-306-8/+37
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-1/+0
|\| |
| * | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedListMarc Mutz2019-06-061-1/+0
| |/
* / More porting of declarative modulesAlexandru Croitor2019-06-081-0/+57
|/
* 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-151-1/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+1
|\
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+1
* | 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
|/
* OpenVG: Fix glyph cache to actually ref countAndy Nichols2017-02-282-13/+15
* Fix a compilation issueJędrzej Nowacki2017-01-312-4/+5
* Fix qtdeclarative compilationPaolo Angelelli2017-01-245-22/+93
* Fix Q_QUICK_SG_PROFILE macros in OpenVG renderloopAndy Nichols2016-12-251-4/+8
* 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-1338-0/+6043