summaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2axis2011-04-261-0/+4
|\
| * Add qdoc label to QSGContextGunnar Sletta2011-04-261-0/+4
* | Update SceneGraph to use QRawFont APIEskil Abrahamsen Blomfeldt2011-04-266-106/+67
|/
* added missing fileGunnar Sletta2011-04-261-0/+69
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-262-2/+17
|\
| * Fix spelling mistakesAlan Alpert2011-04-211-1/+1
| * Fix mipmaps generation when using an external texture in QSGPlainTextureYoann Lopes2011-04-182-1/+16
* | Use higher opacity for QML_TRANSLUCENT_MODEGunnar Sletta2011-04-261-1/+1
* | Introduced beforeRendering and afterRendering signalsGunnar Sletta2011-04-168-25/+217
* | Implement a translucent debug mode.Gunnar Sletta2011-04-166-2/+56
* | Some QSGNode documentationGunnar Sletta2011-04-161-0/+49
* | Implement flashing-yellow-update mode for scenegraph rendering.Gunnar Sletta2011-04-165-4/+53
|/
* Compile in namespace.Michael Brasser2011-04-154-0/+104
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-142-63/+82
|\
| * Added renderTarget property to QSGPaintedItem.Yoann Lopes2011-04-142-60/+80
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:personal/gunnars-qt into qt...Gunnar Sletta2011-04-142-1/+2
|\ \
| * | two crash fixesGunnar Sletta2011-04-142-1/+2
* | | Make simple texture node actually workGunnar Sletta2011-04-142-36/+6
|/ /
* | Added some convenience functions to Texture and Rect nodesGunnar Sletta2011-04-142-1/+4
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-144-33/+106
|\|
| * Compile fix on Windows.Kim Motoyoshi Kalland2011-04-131-0/+1
| * Implemented fillColor for QSGPaintedItem.Yoann Lopes2011-04-132-5/+19
| * Fixed QSGPaintedItem texture coordinates.Yoann Lopes2011-04-131-7/+14
| * Use power-of-two textures in QSGPaintedItem when using a FBO.Yoann Lopes2011-04-132-5/+29
| * Flipped texture coordinates right way up.Kim Motoyoshi Kalland2011-04-133-5/+7
| * Made QSGPaintedItem public.Yoann Lopes2011-04-132-3/+3
| * Use preprocess for QSGPaintedItem.Yoann Lopes2011-04-132-10/+34
* | Introduced QSGEngine to serve as a public API for certain SG featuresGunnar Sletta2011-04-1311-14/+152
* | release the QImage when the texture is an explicit texture idGunnar Sletta2011-04-131-1/+5
* | Added filtering to QSGSimpleTextureNodeGunnar Sletta2011-04-132-0/+32
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-134-5/+436
|\|
| * Support for partial updates in QSGPaintedItem.Yoann Lopes2011-04-122-8/+13
| * Re-implemented QSGPaintedItemYoann Lopes2011-04-124-5/+426
* | Remove QSGTextureRef, we're not only using QSGTextureGunnar Sletta2011-04-1211-124/+30
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-124-339/+12
|\|
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Yoann Lopes2011-04-121-0/+10
| |\
| | * Made subpixel antialiasing on distance field text sharper.Kim Motoyoshi Kalland2011-04-121-0/+10
| * | Revert "Re-implemented QSGPaintedItem."Yoann Lopes2011-04-123-339/+2
| * | Revert "Small improvements in QSGPaintedItem."Yoann Lopes2011-04-121-14/+12
| |/
| * Small improvements in QSGPaintedItem.Yoann Lopes2011-04-121-12/+14
* | Delete textures immediately if we don't have a context.Gunnar Sletta2011-04-121-1/+26
* | Get shader effects mostly working.Gunnar Sletta2011-04-122-0/+12
* | Texture rewrite, part 1Gunnar Sletta2011-04-1212-407/+171
* | simple texture nodeGunnar Sletta2011-04-124-0/+240
* | TransformNode -> QSGTransformNode and OpacityNode -> QSGOpaictyNodeGunnar Sletta2011-04-125-48/+50
* | Make it possible to delete textures on the renderer thread.Gunnar Sletta2011-04-125-5/+92
* | It is overkill and API abuse to use QSGPlainTexture in distancefieldmaterialGunnar Sletta2011-04-122-15/+5
* | simply rectangle node to only use vertex gradients.Gunnar Sletta2011-04-123-186/+27
* | Add leakchecking for QSGNodes tooGunnar Sletta2011-04-121-0/+24
* | Added OwnsMaterial and OwnsOpaqueMaterial flags to QSGGeometryNodeGunnar Sletta2011-04-122-2/+48