aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-0213-5125/+0
* Performance optimization in transform node traversal.Tero Tiittanen2011-11-172-8/+12
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-1/+1
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-0/+2
* Clean up declarative includesKent Hansen2011-10-171-1/+1
* move depth logic out of QSGRendererGunnar Sletta2011-10-042-3/+3
* Add QSGPaintedItem docs to module and fix non-standard wording.Casper van Donderen2011-09-271-6/+18
* Disable reordering as it is currently brokenGunnar Sletta2011-09-261-1/+1
* do not pollute the global namespaceGunnar Sletta2011-09-232-28/+29
* Fix warnings.Michael Brasser2011-09-161-3/+3
* Fix missing/outdated license headers.Jason McDonald2011-09-161-0/+41
* Fixed failing test in QSGFocusScope.Matthew Cattell2011-09-141-1/+4
* rename QSGGeometry::stride() to sizeOfVertex for symetry with indexGunnar Sletta2011-09-084-16/+28
* make render timing an environment variableGunnar Sletta2011-09-071-13/+26
* Added QSGGeometry::Attribute::isPosition to give a hint about vertex dataGunnar Sletta2011-09-072-5/+52
* move QSGNodeUpdater into private header where it belongsGunnar Sletta2011-09-074-42/+42
* add flags to node debug outputGunnar Sletta2011-09-011-1/+2
* Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-012-3/+3
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-1/+1
* Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-295-29/+30
* Merge branch 'master' into refactorGunnar Sletta2011-08-252-16/+30
|\
| * 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
* | show also blocked subtree's when dumping the graphGunnar Sletta2011-08-221-2/+0
* | Implement VBO caching of larger geometriesGunnar Sletta2011-08-116-39/+336
* | Build against refactor.Samuel Rødal2011-07-292-2/+2
|/
* 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