aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Use scissor clip if element is rotated a multiple of 90 degrees.Kim Motoyoshi Kalland2011-08-171-9/+23
* Fixed clipping on perspective transformed QML2 elements.Kim Motoyoshi Kalland2011-08-161-2/+2
* Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-121-1/+1
* Remove initialization warningsGunnar Sletta2011-08-111-6/+6
* Renamed the Bindable class to QSGBindable.Kim Motoyoshi Kalland2011-07-202-14/+14
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0812-204/+204
* Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-232-4/+2
* Removed unnecessary calls to QSGNode::destroy().Kim Motoyoshi Kalland2011-06-203-14/+23
* Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1512-739/+324
|\
| * Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-105-48/+118
| * Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-108-600/+34
| * Make min-heap member of QMLRenderer instead of stack variable.Kim Motoyoshi Kalland2011-06-102-46/+60
| * Replaced QStack with QDataBuffer in the node updater.Kim Motoyoshi Kalland2011-06-102-26/+25
| * Cut off blocked sub-trees one node earlier.Kim Motoyoshi Kalland2011-06-102-9/+8
| * Removed QSGNodeVisitor inheritance from QSGNodeUpdater.Kim Motoyoshi Kalland2011-06-102-14/+54
| * Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-102-1/+16
| * Keep track of the number of geometry nodes in a sub-graph.Kim Motoyoshi Kalland2011-06-102-4/+18
| * Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-091-2/+2
* | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-152-9/+9
* | Print out a warning when attributes are enabledGunnar Sletta2011-06-151-0/+15
|/
* Don't fetch a context that is never to be usedGunnar Sletta2011-06-061-3/+0
* Removed virtual type() from QSGNode, member variable instead.Kim Motoyoshi Kalland2011-05-202-26/+41
* Use QDataBuffer instead of QVector in QMLRenderer.Kim Motoyoshi Kalland2011-05-202-32/+41
* Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-113-25/+365
* Fixed issues with ShaderEffectSource and threaded rendering.Kim Motoyoshi Kalland2011-05-095-10/+14
* Documentation for the scenegraph nodesGunnar Sletta2011-05-091-3/+330
* Added a "void *reserved" for QSGNode for potential future extensionsGunnar Sletta2011-05-091-0/+2
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-042-2/+2
|\
| * Set ChildenDoNotOverlap flag on grids, lists and positioners.Kim Motoyoshi Kalland2011-05-022-2/+2
* | Timing for renderersGunnar Sletta2011-05-022-2/+71
|/
* Initial import from qtquick2.Qt by Nokia2011-04-2715-0/+4309