aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Make compile.Michael Brasser2012-02-211-0/+1
* Added QSGRenderNode class.Kim Motoyoshi Kalland2012-02-2011-164/+576
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-101-1/+1
* Fix for QTBUG-23862 - Blank screen in ViewportChristopher Ham2012-02-101-5/+4
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-092-4/+4
* Use a singleton for the plugin.Gunnar Sletta2012-02-081-8/+8
* Provide determinant accessor in render state structure.Glenn Watson2012-02-086-1/+28
* Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)Gunnar Sletta2012-02-084-4/+24
* Remove warnings with clangYann Bodson2012-02-074-1/+7
* Fix outdated license headers.Jason McDonald2012-02-012-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3064-64/+64
* Rename QSGTexture::textureSubRect to normalizedTextureSubRect()Gunnar Sletta2012-01-273-4/+4
* Update for glyphMargin() migration in qtbaseJiang Jiang2012-01-241-1/+1
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-249-11/+811
* Update obsolete contact address.Jason McDonald2012-01-2362-62/+62
* Added a few material flagsGunnar Sletta2012-01-203-2/+10
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-201-1/+0
* Use mediump in distance field shaders for the alpha threshold.Yoann Lopes2012-01-181-12/+12
* The rendering signals must be direct connections.Gunnar Sletta2012-01-181-2/+2
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-1761-61/+61
* Reintroduce plugin support for asynchronous hardware specific texturesGunnar Sletta2012-01-134-74/+89
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-122-6/+6
* Avoid storing a deep copy of the image in the texture objectGunnar Sletta2012-01-091-7/+8
* Fix crash on null Qimage in QSGPainterNode::paintMorten Johan Sorvig2012-01-051-0/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-034-7/+3
* Reference count glyphs in QSGDistanceFieldGlyphCache.Yoann Lopes2011-12-215-39/+38
* Implement "headless mode" for hidden QQuickCanvasesGunnar Sletta2011-12-191-6/+1
* Add lineWidth property to QSGGeometryAlex Wilson2011-12-153-0/+34
* Support for multiple textures in the distance field glyph node.Yoann Lopes2011-12-142-37/+124
* More distance-field cache refactoring.Yoann Lopes2011-12-147-115/+105
* update: make fragment shader code for distance field work with tegra2Johannes Zellner2011-12-141-12/+12
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-147-69/+90
* QtQuick: Fix compiler warnings.Friedemann Kleint2011-12-121-2/+0
* Implemented multiple windows and GL context sharingGunnar Sletta2011-12-082-60/+38
* Say hello to QtQuick moduleKent Hansen2011-12-0263-0/+16661