aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/util/qsgpainternode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-021-464/+0
* Fix PaintedItem redraw bugCharles Yin2011-10-281-2/+2
* Fixed QQuickPaintedItem texture binding when using Image render target.Yoann Lopes2011-10-271-18/+23
* Provide a way to cheaply flip your painted FBOSarah Smith2011-10-231-3/+7
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-18/+18
* Added PerformanceHints flags to QSGPaintedItem.Yoann Lopes2011-09-201-4/+22
* orient the fbo rendering the same way as other fbo rendering and enable multi...Gunnar Sletta2011-09-121-3/+6
* compile againGunnar Sletta2011-09-081-4/+19
* Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-16/+17
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* add toImage() function to QSGPainterNodeCharles Yin2011-05-161-0/+7
* Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-131-6/+5
* Udate mipmaps when QSGPaintedItem's texture has changed.Yoann Lopes2011-05-091-0/+9
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-091-2/+13
* Implemented contentsSize and contentsScale for QSGPaintedItem.Yoann Lopes2011-05-051-3/+22
* Fixed upside-down texture in QSGPaintedItem.Kim Motoyoshi Kalland2011-05-021-11/+5
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+379