aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in documentation.Jeff Tranter2014-01-092-2/+2
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* use private linkage where possibleOswald Buddenhagen2013-12-191-1/+1
* remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-191-17/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Don't store the QSGNode pointerAlan Alpert2013-11-222-24/+24
* Remove version definition from custom particle shaders for OpenGL ES.Maciej Kujalowicz2013-11-151-0/+6
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1312-26/+315
* Simplify & speed up function callingLars Knoll2013-11-091-11/+11
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-051-0/+7
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-319-244/+308
* Load image data on main threadAlan Alpert2013-10-302-25/+34
* Work around Nouveau driver bugsGunnar Sletta2013-10-301-0/+6
* Make sure custom particles mark themselves dirty.Gunnar Sletta2013-10-291-1/+4
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3
* 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-0225-157/+157
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-15/+20
* Fix API of QQmlV4HandleLars Knoll2013-09-264-10/+10
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+6
* Convert putIndexed()Lars Knoll2013-09-223-3/+6
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Further work towards an exact GCLars Knoll2013-09-221-14/+24
* Convert more methods to return a Returned<>Lars Knoll2013-09-183-9/+12
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-1226-130/+130
* Qquickimageparticle: Simplify codeTobias Hunger2013-09-121-2/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-0617-159/+178
|\
| * std:: fixes to make qtdeclarative closer to compilable with QNX NDK.Petr Nejedly2013-07-264-12/+12
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-248-13/+58
| |\
| * | Convert v8::Array usage in particles to V4Simon Hausmann2013-06-123-12/+21
| * | Port ParticleData to V4Simon Hausmann2013-06-125-103/+118
| * | Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-101-0/+2
| * | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
| * | Get rid of v8::NumberLars Knoll2013-05-211-3/+3
| * | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-086-12/+12
| * | Remove v8::persistent usage from particlesLars Knoll2013-05-083-11/+12
| * | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-8/+9
| * | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-1/+1
| * | Get rid of v8::LocalLars Knoll2013-05-061-9/+9
| * | Remove v8::HandleScopeLars Knoll2013-05-034-6/+0
| * | Cleanup v8 Context handlingLars Knoll2013-05-034-5/+0
| * | More build fixes.Erik Verbruggen2013-04-192-0/+3
| * | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-1910-21/+21
| * | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+0
* | | 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-05-282-3/+5
|\ \