aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Don't store texture references after the view has gone awayGunnar Sletta2011-05-231-3/+1
|/ / | | | | | | | | | | | | | | This is a partial fix only. We will eventually need to get proper sharing of resources across multiple GL contexts, but this fixes the autotest and will work for most usecases. The task QTBUG-19455 has been created to solve it properly.
* | Remove ModelParticleAlan Alpert2011-05-234-462/+4
| | | | | | | | Nothing is using it anymore, lets keep it that way.
* | Split up ModelParticleAlan Alpert2011-05-239-3/+766
| | | | | | | | | | | | Now has DataParticle (with model and delegate) and an ItemParticle (which you just feed items manually). ModelParticle left for now for damage control - it will probably just disappear someday.
* | Fixed switching between particle performance modesAlan Alpert2011-05-232-210/+262
| | | | | | | | Actually switches shaders, and does not lose emitted particle data.
* | Add BurstEmitter, and a simple render path for UltraParticlesAlan Alpert2011-05-1910-64/+536
| | | | | | | | | | None of the intermediate paths are written though. It's all or virtually nothing.
* | Add UltraParticleAlan Alpert2011-05-1811-4/+2106
| | | | | | | | | | They're not as cool as they sound. Includes example, and the now pointless SuperParticle (for possible performance comparisions).
* | Fix emitter burst method bugsAlan Alpert2011-05-175-130/+139
| | | | | | | | | | | | Burst will now always burst at the x,y where it was called, and doesn't leave trails between close bursts. Kill affector also gets a fix for double killing things sometimes.
* | Upgrade Flickr demo to QtQuick 2.Alan Alpert2011-05-126-14/+49
| | | | | | | | | | | | | | And throw in particle effects. Includes a variety of fixes to modelparticle and picture affector which were arrived at during this demo.
* | Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-114-46/+46
| |
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-051-0/+2
|\ \ | | | | | | | | | into qtquick2
| * | Merge branch 'master' into qtquick2Gunnar Sletta2011-05-041-0/+2
| |\| | | | | | | | | | | | | Conflicts: src/imports/particles/particles.pro
| | * Use private headersMarius Storm-Olsen2011-05-021-1/+1
| | |
* | | Model Particle fixesAlan Alpert2011-05-053-17/+47
|/ / | | | | | | Now tracks model count changes.
* | Affector AugmentationAlan Alpert2011-05-036-10/+60
| | | | | | | | | | | | Affectors gained shape and signal properties, and the affected(x,y) signal (turned on by the signal property, a theorized performance improvement).
* | Update particles to use QElapsedTimerAlan Alpert2011-04-287-11/+10
| | | | | | | | | | | | | | | | Step one of fixing the limited lifetime bug. As this step should also increase the lifetime 'a lot' step two may take a while. Change-Id: I87bbe762803451f751e23d4bf8559c662fdf57a3 (cherry picked from commit 9cf15c135373f8190bf2cb62f9f99890cacf7d88)
* | Add variable rotation speed to deformable particleAlan Alpert2011-04-283-6/+45
| | | | | | | | | | Change-Id: I105f18f0d7ec860de5d8bc8a9f3e4f007ea71ae2 (cherry picked from commit 41296b3ed046ddf73eca320bf0a97008decca287)
* | Merged master into qtquick2.axis2011-04-271-1/+1
|\|
| * Switched to using QT.declaratice.imports variable.axis2011-04-271-1/+1
| |
* | Initial import from qtquick2.Qt by Nokia2011-04-2794-22/+11179
|/ | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* Initial import from the monolithic Qt.Qt by Nokia2011-04-275-0/+1654
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12