aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickimageparticle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do less work when there are no active ImageParticle particlesMichael Brasser2021-02-061-7/+25
* Take pixel ratio into account with point particlesKaj Grönholm2020-11-121-0/+12
* Fix QQuickImageParticle resetting loopKaj Grönholm2020-11-111-28/+25
* Add simpler non point particle levelKaj Grönholm2020-11-111-49/+127
* Optimize particles vertex dataKaj Grönholm2020-11-091-22/+21
* Cleanup and optimize particlesKaj Grönholm2020-11-051-41/+18
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-281-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-4/+15
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-21/+21
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-151-5/+10
* Avoid including removed header in particlesLaszlo Agocs2020-06-101-1/+0
* Remove the template arguments from some qMakePair callsGiuseppe D'Angelo2020-06-031-1/+1
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-021-485/+19
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-281-7/+7
* Get rid of Q_OPENGL_ES* macrosEskil Abrahamsen Blomfeldt2020-04-171-4/+4
* Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-071-1/+3
* Fix static builds due to name clashesAndy Shaw2020-01-311-7/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-2/+16
|\
| * Fix image particle flickering due to broken state machine logicLaszlo Agocs2019-10-141-2/+16
* | Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-231-10/+10
* | Make ImageParticle functional when rendering via the RHILaszlo Agocs2019-08-221-139/+596
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+1
|/
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Add handling of device pixel ratio to animated spritesAllan Sandfeld Jensen2018-04-261-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-18/+18
* Update to new QRandomGenerator APIThiago Macieira2017-12-051-6/+6
* Use QRandomGenerator instead of q?randThiago Macieira2017-08-231-6/+7
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-221-0/+7
|\|
| * Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-0/+7
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-29/+29
|/
* Remove remnants of blackberry platform supportRobin Burchell2017-01-161-16/+0
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-4/+4
* particles: Fix up 16k warnings and apply them on non-ES tooLaszlo Agocs2016-12-211-2/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-2/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+4
| |\
| | * Fix crash when using custom OpenGL functionsJesus Fernandez2016-11-071-2/+4
* | | Have proper OpenGL checks in QQuickFBO and image particlesLaszlo Agocs2016-08-181-0/+10
|/ /
* | Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-081-5/+5
* | Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-041-24/+31
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Particles: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-181-3/+4
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-1/+3
|/
* qt quick particles: Fix const correctness in old style castsThiago Macieira2015-03-101-5/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-081-1/+1
* Fix leaks in QQuickImageParticleJocelyn Turcotte2014-10-271-13/+10