aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-114-20/+25
| |\
| * \ Merge master into api_changesKent Hansen2012-03-2316-450/+765
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-197-112/+170
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-077-18/+71
| |\ \ \ \
| * | | | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-072-3/+1
* | | | | | Extract Particles code to an independent libraryMatthew Vogt2012-04-161-1/+1
* | | | | | Export all symbols on QSGDefaultRenderer.Hannu Lyytinen2012-04-131-1/+1
* | | | | | Make device specific projection matrix setter virtual.Hannu Lyytinen2012-04-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Update for API changes in the QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-04-032-18/+18
* | | | | Properly swizzle texture data before upload in QQuickPaintedItem.Samuel Rødal2012-04-032-2/+7
| |_|_|/ |/| | |
* | | | Share depth-stencil buffers between ShaderEffectSources of same size.Kim Motoyoshi Kalland2012-03-225-1/+365
* | | | Don't register sub distance field glyph nodes with the glyph cache.Yoann Lopes2012-03-202-32/+39