aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickimageparticle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove workaround for particle shader on BlackberryFabian Bumberger2013-01-161-5/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Blackberry: Workaround for GLSL compiler bug.Fabian Bumberger2012-11-091-0/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Fixes a crash in QQuickImageParticleBerthold Krevert2012-08-061-2/+4
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-291-30/+30
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-0/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Flesh out the sprite documentationAlan Alpert2012-05-141-0/+2
* Remove QSGEngineGunnar Sletta2012-05-031-1/+0
* Do not try to apply autoRotation when the particle has no velocityAlan Alpert2012-05-031-1/+2
* Mark image particle material as requiring full matrix.Glenn Watson2012-05-021-1/+1
* Extract Particles code to an independent libraryMatthew Vogt2012-04-161-0/+1978