aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-312-2/+2
* Compile, qtextureglyphcache_gl_p.h -> qopengltextureglyphcache_p.hSamuel Rødal2011-08-301-1/+1
* Implement backtrace debug output of leaked texturesGunnar Sletta2011-08-301-13/+91
* Fix crash due to uninitialized QOpenGLContext.Morten Sorvig2011-08-291-1/+2
* Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-2925-135/+147
* Merge branch 'master' into refactorGunnar Sletta2011-08-2513-200/+395
|\
| * Slightly reduce distance-field texture creation (and resizing) time.Yoann Lopes2011-08-241-4/+1
| * 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
* | export QSGTextureProviderGunnar Sletta2011-08-221-1/+1
* | Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-222-18/+0
* | show also blocked subtree's when dumping the graphGunnar Sletta2011-08-221-2/+0
* | Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-222-6/+19
* | Implement VBO caching of larger geometriesGunnar Sletta2011-08-117-40/+339
* | Build against refactor.Samuel Rødal2011-07-293-3/+3
|/
* 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