aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Make QSGTextNode back-end for QML's TextInput and TextEditEskil Abrahamsen Blomfeldt2011-08-192-4/+6
* Don't skip autotest and export needed symbolGunnar Sletta2011-08-191-1/+1
* Use scissor clip if element is rotated a multiple of 90 degrees.Kim Motoyoshi Kalland2011-08-171-9/+23
* Fixed mirrored distance-field text.Kim Motoyoshi Kalland2011-08-171-1/+1
* Implemented minimum FBO size on the ShaderEffectSource.Kim Motoyoshi Kalland2011-08-172-0/+16
* Fixed clipping on perspective transformed QML2 elements.Kim Motoyoshi Kalland2011-08-161-2/+2
* Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-121-1/+1
* Compile.Bjørn Erik Nilsen2011-08-111-1/+1
* Added a faster subpixel antialiasing material for distance field text.Yoann Lopes2011-08-116-18/+98
* Remove initialization warningsGunnar Sletta2011-08-111-6/+6
* QSGDistanceFieldGlyphCache code refactoring.Yoann Lopes2011-08-109-151/+204
* Make distance field text more easily configurable.Yoann Lopes2011-08-093-19/+39
* define for timingGunnar Sletta2011-08-011-0/+13
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-281-1/+1
* Renamed the Bindable class to QSGBindable.Kim Motoyoshi Kalland2011-07-203-15/+15
* Improved the performance of distance-field generation.Kim Motoyoshi Kalland2011-07-204-334/+2327
* Fixed QSGDistanceFieldGlyphNode initialization order.Yoann Lopes2011-07-204-8/+36
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0857-971/+971
* Fix compilationOlivier Goffart2011-07-011-4/+4
* Support setting an FBO as the render target for a canvasGunnar Sletta2011-07-012-3/+10
* Document threading issues with QSGEngine signalsGunnar Sletta2011-06-301-0/+7
* Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-232-4/+2
* Merge multiple lines of text into a single geometry nodeGunnar Sletta2011-06-231-8/+50
* Start out with a distance field cache that fits more charactersGunnar Sletta2011-06-201-2/+3
* Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-201-1/+1
* Removed unnecessary calls to QSGNode::destroy().Kim Motoyoshi Kalland2011-06-203-14/+23
* Merge branch 'master' into qtquick2Gunnar Sletta2011-06-201-1/+36
|\
| * Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
* | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1516-753/+335
|\|
| * Speed up distance field generation by another 20% or so.Gunnar Sletta2011-06-151-5/+3
| * Speed up distance field generation by 5-20%Gunnar Sletta2011-06-151-1/+4
| * Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-105-48/+118
| * Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-109-603/+34
| * Make min-heap member of QMLRenderer instead of stack variable.Kim Motoyoshi Kalland2011-06-102-46/+60
| * Replaced QStack with QDataBuffer in the node updater.Kim Motoyoshi Kalland2011-06-102-26/+25
| * Cut off blocked sub-trees one node earlier.Kim Motoyoshi Kalland2011-06-102-9/+8
| * Removed QSGNodeVisitor inheritance from QSGNodeUpdater.Kim Motoyoshi Kalland2011-06-102-14/+54
| * Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-102-1/+16
| * Keep track of the number of geometry nodes in a sub-graph.Kim Motoyoshi Kalland2011-06-102-4/+18
| * Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-093-7/+6
* | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-153-10/+10
* | Print out a warning when attributes are enabledGunnar Sletta2011-06-151-0/+15
|/
* Merge branch 'threaded3'Gunnar Sletta2011-06-092-5/+11
|\
| * Don't fetch a context that is never to be usedGunnar Sletta2011-06-061-3/+0
| * Fixed up command line options a bitGunnar Sletta2011-06-061-2/+11
* | Introduced simple materialGunnar Sletta2011-06-092-0/+223
|/
* Small optimizations in distance-field cache.Yoann Lopes2011-05-242-13/+17
* Optimize distance-field glyph recycling.Yoann Lopes2011-05-231-0/+9
* Fix typo in API: QSGContext::schdelueTextureForCleanup.Bjørn Erik Nilsen2011-05-232-2/+2
* Fixes wrong flipping of textures.Bjørn Erik Nilsen2011-05-201-1/+1