aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Benchmark component creation with different types of bindings.Martin Jones2011-05-103-0/+38
* Fix Rectangle implementation.Kim Motoyoshi Kalland2011-05-095-94/+134
* 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-097-39/+41
* Clean up QSGVertexColorMaterial a bitGunnar Sletta2011-05-093-36/+12
* Removed a few warningsGunnar Sletta2011-05-093-5/+8
* Docs for vertex and flat color materialsGunnar Sletta2011-05-092-0/+105
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-093-2/+18
* Fixed issues with ShaderEffectSource and threaded rendering.Kim Motoyoshi Kalland2011-05-097-18/+47
* Added 'recursive' property to ShaderEffectSource.Kim Motoyoshi Kalland2011-05-092-22/+107
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-0914-39/+39
|\
| * Fix wrong usages of #include directives in the QML/JS parser.Roberto Raggi2011-05-0914-39/+39
* | 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
* Augment DocumentationAlan Alpert2011-05-091-0/+2
* Made opacity work for QSGSimpleTextureNode.Samuel Rødal2011-05-061-2/+2
* Don't visit the sub tree of an AST::UiScriptBinding node.Roberto Raggi2011-05-061-2/+2
* Fix potential crash when displaying multiscripted textEskil Abrahamsen Blomfeldt2011-05-062-1/+8
* Make animation driver pluggable through the QSGContextGunnar Sletta2011-05-063-2/+15
* Add unit test and documentation for module APIChris Adams2011-05-065-2/+119
* Fix evaluation of boolean conditionsRoberto Raggi2011-05-053-2/+26
* Implemented contentsSize and contentsScale for QSGPaintedItem.Yoann Lopes2011-05-055-19/+114
* Makes sub-pixel antialiased distance-field text looks slightly sharper.Yoann Lopes2011-05-051-1/+12
* Enable the threaded renderer.Gunnar Sletta2011-05-053-54/+27
* Compilation benchmarkAaron Kennedy2011-05-053-4/+74
* Inline static data for basic types into the QML instructionAaron Kennedy2011-05-058-233/+335
* Support variable length instructions in QML bytecodeAaron Kennedy2011-05-0514-1384/+1374
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-0551-613/+888
|\
| * Only include line numbers when necessaryAaron Kennedy2011-05-056-224/+155
| * added private headers to qmlsceneGunnar Sletta2011-05-041-1/+1
| * added private headers to qmlplugindump.proGunnar Sletta2011-05-041-1/+1
| * Merge branch 'master' into qtquick2Gunnar Sletta2011-05-0410-9/+36
| |\
| | * Added .tag file with Git revision.axis2011-05-032-0/+2
| | * Fix compilation with private header patchOlivier Goffart2011-05-021-1/+3
| | * Use private headersMarius Storm-Olsen2011-05-025-9/+9
| | * Define the QT_NO_.... when the module is absant from QT_CONFIGOlivier Goffart2011-05-021-0/+2
| | * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-0/+4
| | * Added dependency information to the sync.profile.axis2011-04-271-0/+17
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-0443-391/+684
| |\ \
| | * | Update SG items with GV item changes.Martin Jones2011-05-0421-262/+546
| | * | Fix QSGText autotestsYann Bodson2011-05-041-55/+0
| | * | Fix crashing QtQuick 1 Image elements.Martin Jones2011-05-041-2/+2
| | * | Code cleanup in QSGShaderEffectTexture.Kim Motoyoshi Kalland2011-05-032-17/+15
| | * | Removed unused properties in QSGPaintedItem.Yoann Lopes2011-05-032-30/+0
| | * | Added antialiasing property to QSGPaintedItem.Yoann Lopes2011-05-034-1/+41
| | * | Start QtQuick2 section of whats new.Alan Alpert2011-05-031-0/+6
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-0214-57/+40
| |\ \ \
| * | | | Timing for renderersGunnar Sletta2011-05-022-2/+71
| * | | | Added a runtime option to enable consistent timing for animationsGunnar Sletta2011-05-021-2/+7