aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-119-67/+417
* Update to work with QGlyphs -> QGlyphRun renamingEskil Abrahamsen Blomfeldt2011-05-106-12/+12
* Fix Rectangle implementation.Kim Motoyoshi Kalland2011-05-093-67/+84
* Udate mipmaps when QSGPaintedItem's texture has changed.Yoann Lopes2011-05-091-0/+9
* Docs for QSGTextureMaterialsGunnar Sletta2011-05-091-2/+194
* Renamed of texture material classes to be more intuitivly namedGunnar Sletta2011-05-096-37/+39
* Clean up QSGVertexColorMaterial a bitGunnar Sletta2011-05-093-36/+12
* Removed a few warningsGunnar Sletta2011-05-092-5/+7
* Docs for vertex and flat color materialsGunnar Sletta2011-05-092-0/+105
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-092-2/+17
* 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
* Made opacity work for QSGSimpleTextureNode.Samuel Rødal2011-05-061-2/+2
* Make animation driver pluggable through the QSGContextGunnar Sletta2011-05-062-0/+13
* Implemented contentsSize and contentsScale for QSGPaintedItem.Yoann Lopes2011-05-052-3/+26
* Makes sub-pixel antialiased distance-field text looks slightly sharper.Yoann Lopes2011-05-051-1/+12
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-043-13/+7
|\
| * Set ChildenDoNotOverlap flag on grids, lists and positioners.Kim Motoyoshi Kalland2011-05-022-2/+2
| * Fixed upside-down texture in QSGPaintedItem.Kim Motoyoshi Kalland2011-05-021-11/+5
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-027-38/+15
|\|
| * Revert "Flipped texture coordinates right way up."Kim Motoyoshi Kalland2011-04-293-7/+4
| * Fixed signal passing between nested ShaderEffectItems.Kim Motoyoshi Kalland2011-04-292-4/+1
| * Use a proper hash key for distance-field cache.Yoann Lopes2011-04-292-27/+10
* | Timing for renderersGunnar Sletta2011-05-022-2/+71
|/
* Fix detection of fonts with narrow outline in the distance-field cache.Yoann Lopes2011-04-281-1/+0
* Initial import from qtquick2.Qt by Nokia2011-04-2760-0/+12396