aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-0263-16705/+0
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-022-29/+36
* Fix unused variable warning in QSGContext constructorKent Hansen2011-11-281-1/+0
* Remove documentation for non-existing functionGunnar Sletta2011-11-231-8/+0
* Silence compiler warnings about unused variables (MSVC)Kai Koehne2011-11-211-0/+4
* Fix Qt Declarative namespace compilation.Toby Tomkins2011-11-212-0/+4
* Copy QSGEngine functions to QQuickCanvas.Gunnar Sletta2011-11-184-179/+23
* Fixes crash in QSGDefaultDistanceFieldGlyphCache::resizeTexture()Yoann Lopes2011-11-172-82/+73
* Performance optimization in transform node traversal.Tero Tiittanen2011-11-172-8/+12
* Fixed some copy-paste errors is documentation.Tero Tiittanen2011-11-161-4/+4
* Texture coordinates fixed in subrect tiling in SG image node.Tero Tiittanen2011-11-161-4/+9
* Distance field glyph cache refactoring.Yoann Lopes2011-11-1414-801/+1199
* Export QSGDynamicTextureCharles Yin2011-11-111-1/+1
* Fix default glyph node after qtbase refactorJiang Jiang2011-11-081-1/+1
* Minor improvements to some of the node implementations.Kim Motoyoshi Kalland2011-11-073-20/+12
* Fixed Rectangle where the radius is less than half the border width.Kim Motoyoshi Kalland2011-11-011-4/+12
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-1/+1
* Eliminate some warningsJiang Jiang2011-10-311-3/+3
* Fix PaintedItem redraw bugCharles Yin2011-10-282-3/+3
* Fixed QQuickPaintedItem texture binding when using Image render target.Yoann Lopes2011-10-271-18/+23
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-261-1/+1
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-243-14/+14
* Provide a way to cheaply flip your painted FBOSarah Smith2011-10-231-3/+7
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-218-40/+39
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-192-1/+3
* Clean up declarative includesKent Hansen2011-10-174-5/+4
* Don't accidentally use atlas images in particle nodesGunnar Sletta2011-10-051-0/+6
* Make sure the Image texture provider does not return an atlassed textureGunnar Sletta2011-10-052-3/+26
* Add debug description to QSGDistanceFieldGlyphNodeGunnar Sletta2011-10-041-0/+3
* move depth logic out of QSGRendererGunnar Sletta2011-10-042-3/+3
* Have textureId() return the correct value and document this behaviorGunnar Sletta2011-10-042-5/+34
* Include the textureid/glyph cache in the material sortingGunnar Sletta2011-09-301-0/+2
* Add QSGPaintedItem docs to module and fix non-standard wording.Casper van Donderen2011-09-274-11/+29
* Disable reordering as it is currently brokenGunnar Sletta2011-09-261-1/+1
* Make surface format plugable from the scene graph pluginGunnar Sletta2011-09-262-3/+17
* do not pollute the global namespaceGunnar Sletta2011-09-232-28/+29
* Added PerformanceHints flags to QSGPaintedItem.Yoann Lopes2011-09-202-4/+28
* Fix warnings.Michael Brasser2011-09-161-3/+3
* Fix missing/outdated license headers.Jason McDonald2011-09-161-0/+41
* Fixed failing test in QSGFocusScope.Matthew Cattell2011-09-141-1/+4
* Fix QtDeclarative refactor branch clean compilationJoona Petrell2011-09-121-1/+1
* changed include to use newly public qsgvertexcolormaterial headerMatthew Cattell2011-09-122-2/+2
* Implement QSGVertexColorMaterial::compare and make the class publicGunnar Sletta2011-09-123-10/+10
* orient the fbo rendering the same way as other fbo rendering and enable multi...Gunnar Sletta2011-09-121-3/+6
* rename QSGGeometry::stride() to sizeOfVertex for symetry with indexGunnar Sletta2011-09-086-20/+32
* compile againGunnar Sletta2011-09-082-4/+21
* make render timing an environment variableGunnar Sletta2011-09-071-13/+26
* Added QSGGeometry::Attribute::isPosition to give a hint about vertex dataGunnar Sletta2011-09-072-5/+52
* move QSGNodeUpdater into private header where it belongsGunnar Sletta2011-09-074-42/+42
* Add QSGFlatColorMaterial::compare for better sortingGunnar Sletta2011-09-012-0/+10