aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgimageparticle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-251-1773/+0
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-6/+6
* Clean up declarative includesKent Hansen2011-10-171-2/+2
* Update SpriteImage to modern standardsAlan Alpert2011-10-101-33/+197
* Don't accidentally use atlas images in particle nodesGunnar Sletta2011-10-051-2/+3
* Sprites can now have varying width and heightAlan Alpert2011-10-051-22/+48
* Refactor ParticleSystem membersAlan Alpert2011-09-301-14/+14
* Better dirty markingAlan Alpert2011-09-291-2/+4
* Use m_pleaseReset more consistentlyAlan Alpert2011-09-231-1/+0
* Stop managing lifetime of materialAlan Alpert2011-09-221-9/+5
* Recognize deformable performance level properlyAlan Alpert2011-09-221-1/+2
* More ImageParticle sharingAlan Alpert2011-09-201-13/+69
* Initial ImageParticle sharingAlan Alpert2011-09-201-53/+227
* Merge branch 'refactor'Gunnar Sletta2011-09-131-49/+49
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-121-15/+104
| |\
| * | Added QSGGeometry::Attribute::isPosition to give a hint about vertex dataGunnar Sletta2011-09-071-22/+22
| * | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-16/+16
| * | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-311-2/+2
| |\ \
| * \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-311-2/+2
| |\ \ \
| * | | | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-11/+11
* | | | | Refactor SpriteEngine out of StochasticEngineAlan Alpert2011-09-131-3/+3
* | | | | Reduce compile warningsAlan Alpert2011-09-131-2/+2
| |_|_|/ |/| | |
* | | | Particles module refactoring en masseAlan Alpert2011-09-081-3/+3
* | | | Augment Particle DocsAlan Alpert2011-09-081-5/+94
* | | | Animation-like API for ParticleSystemAlan Alpert2011-09-071-7/+7
| |_|/ |/| |
* | | Add #version 120 in more places.Alan Alpert2011-08-311-1/+1
* | | setting only colorVariation now worksAlan Alpert2011-08-311-1/+1
| |/ |/|
* | Fix entryEffect for Sprite performance levelAlan Alpert2011-08-301-2/+2
|/
* Lift particle limits on desktopAlan Alpert2011-08-241-1/+3
* Switch from textures to uniform arrays for size/opacity tablesAlan Alpert2011-08-241-35/+38
* Compile on MacAlan Alpert2011-08-241-10/+25
* Switch to using one shader and #ifdefsAlan Alpert2011-08-241-18/+26
* Initial entryEffect support for ImageParticleAlan Alpert2011-08-241-0/+43
* Use point spritesAlan Alpert2011-08-241-36/+71
* Add the rest of the tiered shaders to QSGImageParticleAlan Alpert2011-08-231-480/+355
* Add console debugging for particlesAlan Alpert2011-08-231-1/+15
* Add a deformable level shader for QSGImageParticleAlan Alpert2011-08-221-28/+267
* Remove \since tagsAlan Alpert2011-08-151-1/+0
* Code cleanupAlan Alpert2011-07-291-8/+4
* Add some more properties to JS particle typeAlan Alpert2011-07-281-4/+4
* Delete scene if you aren't going to use it.Alan Alpert2011-07-281-5/+13
* Initial stab at docs for QtQuick.Particles 2.0Alan Alpert2011-07-201-0/+72
* Fixed rendering errors in complex particle system.Samuel Rødal2011-07-111-10/+7
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Squashed Particle System Stateful RewriteAlan Alpert2011-07-061-230/+255
* Rewrite last rewriteAlan Alpert2011-06-211-272/+138
* Rewrite particle system to cope with changing particle countsAlan Alpert2011-06-151-90/+165
* Immense Particles Refactor Part AAlan Alpert2011-06-071-0/+993