aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove usage of deprecated plugin loader functionality.Friedemann Kleint2012-05-151-1/+3
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-143-8/+8
* Docs for QSGimpleMaterialShaderGunnar Sletta2012-05-093-2/+215
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-082-3/+3
* Fix qmake logicKai Koehne2012-05-071-1/+1
* Added some documentatio notes on QSGNode::markDirty()Gunnar Sletta2012-05-051-2/+28
* Remove QSGEngineGunnar Sletta2012-05-034-219/+1
* Improved scene graph docsGunnar Sletta2012-04-302-0/+89
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-232-2/+2
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-2/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-3/+1
|\