aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-061-0/+109
* Fix evaluation of boolean conditionsRoberto Raggi2011-05-051-2/+2
* 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-052-2/+2
* Inline static data for basic types into the QML instructionAaron Kennedy2011-05-056-205/+173
* Support variable length instructions in QML bytecodeAaron Kennedy2011-05-0513-1275/+1265
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-0539-446/+797
|\
| * Only include line numbers when necessaryAaron Kennedy2011-05-055-121/+103
| * Merge branch 'master' into qtquick2Gunnar Sletta2011-05-045-3/+11
| |\
| | * Fix compilation with private header patchOlivier Goffart2011-05-021-1/+3
| | * Use private headersMarius Storm-Olsen2011-05-023-3/+3
| | * 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
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-0438-335/+671
| |\ \
| | * | Update SG items with GV item changes.Martin Jones2011-05-0420-261/+545
| | * | 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-033-1/+36
| * | | 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
| * | | | Don't round flickable positions while panningGunnar Sletta2011-05-022-8/+8
* | | | | Model Particle fixesAlan Alpert2011-05-054-17/+49
| |_|/ / |/| | |
* | | | Affector AugmentationAlan Alpert2011-05-036-10/+60
* | | | Set ChildenDoNotOverlap flag on grids, lists and positioners.Kim Motoyoshi Kalland2011-05-027-4/+9
* | | | Fixed upside-down texture in QSGPaintedItem.Kim Motoyoshi Kalland2011-05-021-11/+5
| |/ / |/| |
* | | Support mirroring the source rectangle of ShaderEffectSource.Kim Motoyoshi Kalland2011-04-292-5/+2
* | | Revert "Flipped texture coordinates right way up."Kim Motoyoshi Kalland2011-04-297-18/+18
* | | Fixed signal passing between nested ShaderEffectItems.Kim Motoyoshi Kalland2011-04-295-7/+10
* | | Use a proper hash key for distance-field cache.Yoann Lopes2011-04-292-27/+10
|/ /
* | Make text align in the same baselineJiang Jiang2011-04-292-11/+8
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-04-291-1/+0
|\ \
| * | Fix detection of fonts with narrow outline in the distance-field cache.Yoann Lopes2011-04-281-1/+0