aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickimageparticle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for a current QOpenGLContext before useAndy Nichols2014-09-111-0/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-1/+1
* Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-6/+6
* Dynamic GL in QuickLaszlo Agocs2014-03-181-33/+35
* Don't store the QSGNode pointerAlan Alpert2013-11-221-21/+21
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-25/+62
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-203/+60
* Load image data on main threadAlan Alpert2013-10-301-24/+32
* Work around Nouveau driver bugsGunnar Sletta2013-10-301-0/+6
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-211-11/+11
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-22/+22
* Qquickimageparticle: Simplify codeTobias Hunger2013-09-121-2/+2
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-061-2/+2
|\
| * std:: fixes to make qtdeclarative closer to compilable with QNX NDK.Petr Nejedly2013-07-261-2/+2
* | avoid redundant calls to glActiveTextureGunnar Sletta2013-08-021-4/+1
* | Remove redundant calls...Gunnar Sletta2013-08-021-5/+0
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-0/+9
|\
| * Use triangle strips for particles on Mac OS X, ATI cards.Gunnar Sletta2013-04-161-0/+9
* | Embed some default particles.Alan Alpert2013-04-151-0/+16
|/
* Introduce a workaround for a GLSL bug on BB10Fabian Bumberger2013-01-261-0/+4