aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Build against refactor.Samuel Rødal2011-07-293-3/+3
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-281-1/+1
* Renamed the Bindable class to QSGBindable.Kim Motoyoshi Kalland2011-07-203-15/+15
* Improved the performance of distance-field generation.Kim Motoyoshi Kalland2011-07-204-334/+2327
* Fixed QSGDistanceFieldGlyphNode initialization order.Yoann Lopes2011-07-204-8/+36
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0857-971/+971
* Fix compilationOlivier Goffart2011-07-011-4/+4
* Support setting an FBO as the render target for a canvasGunnar Sletta2011-07-012-3/+10
* Document threading issues with QSGEngine signalsGunnar Sletta2011-06-301-0/+7
* Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-232-4/+2
* Merge multiple lines of text into a single geometry nodeGunnar Sletta2011-06-231-8/+50
* Start out with a distance field cache that fits more charactersGunnar Sletta2011-06-201-2/+3
* Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-201-1/+1
* Removed unnecessary calls to QSGNode::destroy().Kim Motoyoshi Kalland2011-06-203-14/+23
* Merge branch 'master' into qtquick2Gunnar Sletta2011-06-201-1/+36
|\
| * Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
* | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1516-753/+335
|\|
| * Speed up distance field generation by another 20% or so.Gunnar Sletta2011-06-151-5/+3
| * Speed up distance field generation by 5-20%Gunnar Sletta2011-06-151-1/+4
| * 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-109-603/+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-093-7/+6
* | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-153-10/+10
* | Print out a warning when attributes are enabledGunnar Sletta2011-06-151-0/+15
|/
* Merge branch 'threaded3'Gunnar Sletta2011-06-092-5/+11
|\
| * Don't fetch a context that is never to be usedGunnar Sletta2011-06-061-3/+0
| * Fixed up command line options a bitGunnar Sletta2011-06-061-2/+11
* | Introduced simple materialGunnar Sletta2011-06-092-0/+223
|/
* Small optimizations in distance-field cache.Yoann Lopes2011-05-242-13/+17
* Optimize distance-field glyph recycling.Yoann Lopes2011-05-231-0/+9
* Fix typo in API: QSGContext::schdelueTextureForCleanup.Bjørn Erik Nilsen2011-05-232-2/+2
* Fixes wrong flipping of textures.Bjørn Erik Nilsen2011-05-201-1/+1
* 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
* Avoid using indices in the RectangleNode implementation.Kim Motoyoshi Kalland2011-05-191-29/+21
* Improved RectangleNode implementation.Kim Motoyoshi Kalland2011-05-191-74/+68
* add toImage() function to QSGPainterNodeCharles Yin2011-05-162-0/+8
* Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-132-7/+6
* Don't crash when the shader source is null.Gunnar Sletta2011-05-121-1/+1
* Output warning if using unsupported texture wrap mode.Kim Motoyoshi Kalland2011-05-121-0/+15
* Upgrade Flickr demo to QtQuick 2.Alan Alpert2011-05-121-0/+1
* Fixed incorrect usage of `signals', `slots' in headersRohan McGovern2011-05-121-1/+1
* Compile.Martin Jones2011-05-121-2/+5
* Fixed image tiling on scene graph.Kim Motoyoshi Kalland2011-05-112-8/+131