aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix missing glyphs when using shared distance-field cacheEskil Abrahamsen Blomfeldt2012-03-063-14/+24
* Made QQuickWindowManager pluggable via QSGContext.Gunnar Sletta2012-03-053-0/+24
* Fix crash with AnimatedImage caused by race condition.Gunnar Sletta2012-03-051-4/+23
* Merge master <-> api_changesMatthew Vogt2012-03-0517-767/+61
|\
| * Set bind options before uploading to give hints to the driverGunnar Sletta2012-03-011-1/+2
| * Avoid unnecessary updates when using in-process cacheEskil Abrahamsen Blomfeldt2012-03-012-5/+36
| * Fix material compare for distance field glyph nodes.Glenn Watson2012-03-011-1/+5
| * Move distance field util functions to QtGuiJiang Jiang2012-02-287-2481/+2
| * Remove unused member.Michael Brasser2012-02-273-6/+3
| * The plugin is cleaned up by the plugin loader so don't double-deleteGunnar Sletta2012-02-241-8/+7
| * Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-231-1/+1
| * Small doc fixes.Michael Brasser2012-02-231-3/+3
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2462-78/+79
|/
* QML_RUNTIME_TESTING should be disabled by default.Michael Brasser2012-02-231-1/+1
* Update number of reserved bits.Michael Brasser2012-02-231-1/+1
* 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