aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add noCap and startTime properties to EmitterAlan Alpert2011-08-153-5/+63
* Remove \since tagsAlan Alpert2011-08-1527-27/+0
* Refactor BasicEmitter into EmitterAlan Alpert2011-08-157-436/+303
* Code cleanupAlan Alpert2011-07-291-8/+4
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-282-12/+16
* compile when qreal is a floatGunnar Sletta2011-07-281-1/+1
* Add some more properties to JS particle typeAlan Alpert2011-07-2814-81/+113
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-2811-6/+710
* Manage m_activeCount centrallyAlan Alpert2011-07-282-8/+7
* Drive ParticleSystem with an animation insteadAlan Alpert2011-07-284-62/+112
* Delete scene if you aren't going to use it.Alan Alpert2011-07-283-5/+20
* Crash even lessAlan Alpert2011-07-262-1/+1
* Only manage opacity when m_fade is trueAlan Alpert2011-07-252-5/+6
* Initial stab at docs for QtQuick.Particles 2.0Alan Alpert2011-07-2028-3/+645
* Crash lessAlan Alpert2011-07-202-0/+4
* 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-0856-958/+958
* Fix possible index out of bounds exceptionAlan Alpert2011-07-071-1/+5
* Squashed Particle System Stateful RewriteAlan Alpert2011-07-0635-976/+1894
* Avoid crash on exitAlan Alpert2011-07-041-1/+1
* Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-231-2/+0
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-211-2/+2
|\
| * Compile when qreal is not a doubleGunnar Sletta2011-06-201-2/+2
* | Rewrite last rewriteAlan Alpert2011-06-2118-672/+459
* | Rewrite particle system to cope with changing particle countsAlan Alpert2011-06-1517-388/+547
|/
* Safer cleanup in model/item particleAlan Alpert2011-06-142-12/+14
* Add delegate property to ItemParticleAlan Alpert2011-06-105-28/+83
* Do delegate management outside the render threadAlan Alpert2011-06-092-14/+33
* Automatically set system if parent is a ParticleSystemAlan Alpert2011-06-095-3/+16
* Immense Particles Refactor Part DAlan Alpert2011-06-083-13/+13
* Immense Particles Refactor Part BAlan Alpert2011-06-076-10/+147
* Immense Particles Refactor Part AAlan Alpert2011-06-0772-0/+8729