aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles
Commit message (Expand)AuthorAgeFilesLines
* Add Age exampleAlan Alpert2011-09-162-5/+51
* Update system offset every frameAlan Alpert2011-09-162-19/+8
* Documentation AugmentationAlan Alpert2011-09-161-2/+4
* Update Turbulence on noiseSource changeAlan Alpert2011-09-161-1/+2
* Remove invalid ASSERTAlan Alpert2011-09-161-4/+5
* fix declarative to work after broken refactorGunnar Sletta2011-09-131-7/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-134-73/+97
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-1244-1105/+1404
| |\
| * | Added QSGGeometry::Attribute::isPosition to give a hint about vertex dataGunnar Sletta2011-09-072-27/+27
| * | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-0/+1
| * | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-318-25/+26
| * | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-312-14/+12
| |\ \
| * \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-318-36/+88
| |\ \ \
| * | | | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-11/+11
| * | | | Merge branch 'master' into refactorGunnar Sletta2011-08-2556-1494/+1415
| |\ \ \ \
| * | | | | Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-222-13/+30
| * | | | | Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-221-8/+8
* | | | | | Reset on system changeAlan Alpert2011-09-131-1/+1
* | | | | | Refactor SpriteEngine out of StochasticEngineAlan Alpert2011-09-1320-124/+385
* | | | | | Implement Turbulence properlyAlan Alpert2011-09-134-100/+115
* | | | | | Document Particle typeAlan Alpert2011-09-131-0/+148
* | | | | | Reduce compile warningsAlan Alpert2011-09-1315-32/+36
* | | | | | Order of operations fixAlan Alpert2011-09-131-1/+1
* | | | | | Make activeGroups usable.Alan Alpert2011-09-132-8/+12
| |_|_|_|/ |/| | | |
* | | | | Particles module refactoring en masseAlan Alpert2011-09-0840-1018/+918
* | | | | Whitespace fixAlan Alpert2011-09-081-1/+1
* | | | | Augment Particle DocsAlan Alpert2011-09-088-6/+237
* | | | | Allow particles to have eternal lifeAlan Alpert2011-09-085-9/+61
* | | | | Allow affectors to be transformedAlan Alpert2011-09-081-6/+1
* | | | | Add clear property to QSGParticleSystemAlan Alpert2011-09-082-14/+58
* | | | | Animation-like API for ParticleSystemAlan Alpert2011-09-076-123/+201
| |_|_|/ |/| | |
* | | | Add #version 120 in more places.Alan Alpert2011-08-311-1/+1
* | | | Rename PointAttractor x,y to pointX,pointYAlan Alpert2011-08-311-12/+10
* | | | setting only colorVariation now worksAlan Alpert2011-08-311-1/+1
| |_|/ |/| |
* | | Custom Particle now supplies default codeAlan Alpert2011-08-311-20/+48
* | | Add more proportionality modes to PointAttractorAlan Alpert2011-08-302-7/+19
* | | Fix Attractor affectorAlan Alpert2011-08-301-2/+5
* | | Fix entryEffect for Sprite performance levelAlan Alpert2011-08-302-3/+4
* | | Add an update flag to Custom AffectorsAlan Alpert2011-08-303-4/+11
| |/ |/|
* | Add custom emission capability to FollowEmitterAlan Alpert2011-08-254-3/+26
* | Absorb CustomEmitter/AffectorAlan Alpert2011-08-2410-417/+44
* | Lift particle limits on desktopAlan Alpert2011-08-242-2/+6
* | Switch from textures to uniform arrays for size/opacity tablesAlan Alpert2011-08-244-48/+48
* | Compile on MacAlan Alpert2011-08-241-10/+25
* | Switch to using one shader and #ifdefsAlan Alpert2011-08-245-35/+231
* | Initial entryEffect support for ImageParticleAlan Alpert2011-08-246-20/+102
* | Use point spritesAlan Alpert2011-08-246-52/+77
* | Add the rest of the tiered shaders to QSGImageParticleAlan Alpert2011-08-2319-814/+531
* | Add console debugging for particlesAlan Alpert2011-08-232-1/+16
* | Add a deformable level shader for QSGImageParticleAlan Alpert2011-08-225-35/+354