aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-114-20/+25
| |\
| * \ Merge master into api_changesKent Hansen2012-03-2316-450/+765
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-197-112/+170
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-077-18/+71
| |\ \ \ \
| * | | | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-072-3/+1
* | | | | | Extract Particles code to an independent libraryMatthew Vogt2012-04-161-1/+1
* | | | | | Export all symbols on QSGDefaultRenderer.Hannu Lyytinen2012-04-131-1/+1
* | | | | | Make device specific projection matrix setter virtual.Hannu Lyytinen2012-04-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Update for API changes in the QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-04-032-18/+18
* | | | | Properly swizzle texture data before upload in QQuickPaintedItem.Samuel Rødal2012-04-032-2/+7
| |_|_|/ |/| | |
* | | | Share depth-stencil buffers between ShaderEffectSources of same size.Kim Motoyoshi Kalland2012-03-225-1/+365
* | | | Don't register sub distance field glyph nodes with the glyph cache.Yoann Lopes2012-03-202-32/+39
* | | | Decouple QSGDistanceFieldGlyphNode from it's cache manager.Andrew den Exter2012-03-209-83/+99
* | | | Fix compilation on QNX.Tobias Koenig2012-03-201-0/+4
* | | | Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-199-343/+267
| |_|/ |/| |
* | | Support for multiple textures in the default distance field glyph cache.Yoann Lopes2012-03-152-51/+94
* | | Don't store duplicate glyph data in a distance field node.Andrew den Exter2012-03-142-40/+31
* | | Fix memory leak with the shared distance field glyph cache.Andrew den Exter2012-03-143-4/+28
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-17/+17
| |/ |/|
* | 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