aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Complete rewrite of threaded render loop.Gunnar Sletta2013-01-188-8/+1637
* Merge branch 'stable' into devGunnar Sletta2013-01-1767-68/+123
|\
| * Enable sub-pixel anti-aliasing for default builds on WindowsEskil Abrahamsen Blomfeldt2013-01-171-1/+1
| * Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-166-0/+32
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1067-67/+67
| * Documentation for scene graph examples.Gunnar Sletta2013-01-071-0/+23
* | Disable blending of opaque Rectangle elementsGunnar Sletta2013-01-171-0/+3
|/
* Work towards supporting front-to-back reordering of opaque items.Michael Brasser2012-12-122-10/+9
* Reduce number of relocationsMarc Mutz2012-11-231-2/+2
* Fix syncqt-warnings.Friedemann Kleint2012-11-204-5/+5
* Make Rectangle border be inner instead of centered on the outline.Samuel Rødal2012-10-221-18/+8
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-282-7/+20
* Work around mis-optimisation on QNX/SGX in AA vertex shaderSean Harmer2012-09-262-8/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2367-1610/+1610
* Avoid hanging if glGetIntegerv() fails.Jason Barron2012-09-211-1/+1
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-076-8/+8
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-073-1/+18
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-051-4/+0
* Document QSGTexture.Jason Barron2012-08-271-0/+41
* Fix compilation on OSX 10.6Sean Harmer2012-08-211-2/+2
* Compile on OpenGL ES2 when using Khronos headersSean Harmer2012-08-162-1/+24
* Three scene graph examples with docs.Gunnar Sletta2012-08-132-1/+3
* Properly check for ability to use GL_REPEAT with npot texturesSean Harmer2012-08-072-2/+2
* Fix various broken links in documentationBea Lam2012-08-031-1/+1
* Adding mediump precision qualifier in distance-field fragment shaderThomas Senyk2012-07-241-1/+1
* QSGContext::defaultSurfaceFormat() should be double-bufferedJan-Arve Saether2012-07-231-0/+1
* Correct attribute name in image shader.Michael Brasser2012-07-191-1/+1
* QQuickCanvas renamesAlan Alpert2012-07-174-10/+10
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-139-414/+1156
* load plugins properly when QT_NO_SETTINGS is definedTasuku Suzuki2012-07-101-3/+3
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-103-7/+56
* Use qFloor instead of qRound for glyph coordinatesJiang Jiang2012-07-051-2/+3
* android: don't unconditionally use execinfo.hRobin Burchell2012-07-021-4/+16
* Use resolved font name for key in distance field cache.Andrew den Exter2012-06-272-8/+20
* initializeGLFunctions is deprecated, replace itThiago Macieira2012-06-261-1/+1
* Fixed glyph margin in QSGDistanceFieldGlyphNode.Yoann Lopes2012-06-081-10/+17
* Support for variable glyph width in QSGDefaultDistanceFieldGlyphCache.Yoann Lopes2012-06-084-71/+69
* Improve on scenegraph documentation.Gunnar Sletta2012-06-0812-133/+680
* Remove unused performance flags.Michael Brasser2012-06-064-132/+5
* Fix resizing of QQuickPaintedItems that use FBOs.Kim Motoyoshi Kalland2012-06-011-0/+4
* Uses new batching API to potentially speed up glyph cacheEskil Abrahamsen Blomfeldt2012-05-302-11/+88
* Initialize data members in quick.Martin Jones2012-05-291-0/+1
* Simplify the depth transformation in the scene graph.Kim Motoyoshi Kalland2012-05-253-12/+8
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-211-2/+2
* Remove unnecessary exportsMatthew Vogt2012-05-1814-30/+33
* Only genereate new texture if texture id is 0Charles Yin2012-05-171-1/+1
* Removed ### from scenegraphGunnar Sletta2012-05-164-50/+5
* Fix documentation for QSGGeometry::allocate()Glenn Watson2012-05-161-0/+3
* Optimize cross-thread calls into the shared graphics cacheEskil Abrahamsen Blomfeldt2012-05-151-18/+119