aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
...
* | Make sure deleteLater gets run at the "correct" time.Gunnar Sletta2013-02-071-16/+116
* | Avoid swizzling on OpenGL ES when possibleGunnar Sletta2013-02-061-17/+25
* | Enable sorting of opaque items again in the default renderer.Gunnar Sletta2013-02-052-4/+3
* | Warn if the OpenGL context lacks depth/stencil when requested.Gunnar Sletta2013-02-051-0/+8
* | Dereference the QImage once the corresponding texture is bound.Michael Brasser2013-02-013-1/+5
* | Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-305-22/+140
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2829-116/+0
* | 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