aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-213-58/+58
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-212-7/+4
* Avoid infinite loop with distance fields disabledLaszlo Agocs2013-10-161-1/+5
* Don't leave a window current when removing itGiulio Camuffo2013-10-141-2/+6
* Be explicit about precision specifiers.Gunnar Sletta2013-10-081-1/+1
* All matrices in a batch need to be 2D safe when merging.Gunnar Sletta2013-10-082-3/+18
* Respect DirtyForceUpdate in QSGBatchRenderer.Gunnar Sletta2013-10-041-1/+9
* Invalidate the bounding rects when the roots change.Gunnar Sletta2013-10-031-1/+3
* Separate and fix 8/24-bit text mask materials.Gunnar Sletta2013-10-033-119/+189
* Remove QSGContext's precompilation step.Gunnar Sletta2013-10-032-77/+0
* Enable profiling of materials and atlas texturesGunnar Sletta2013-10-032-8/+60
* Mark DirtySubtreeBlocked correctly from OpacityNodeGunnar Sletta2013-10-031-2/+2
* Don't delete scene-graph atlas manager if it hasn't been created yetTor Arne Vestbø2013-10-021-2/+4
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-011-1/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-3066-66/+66
* Fix colorization of native rendered text...Gunnar Sletta2013-09-291-26/+43
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-261-0/+15
* QSGRenderLoop: don't dereference gl pointer if it has been deletedDmitry Shachnev2013-09-261-1/+2
* Animators - Render thread animation systemGunnar Sletta2013-09-213-12/+20
* Fix zero pointer access in renderer.Gunnar Sletta2013-09-191-1/+1
* These files are not used anywhere.Gunnar Sletta2013-09-172-1741/+0
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-5/+7
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-126-7/+7
* Add Q_UNUSED for reserved fields.Alan Alpert2013-09-104-0/+5
* Trigger rebuild when xform of alpha nodes change.Gunnar Sletta2013-09-091-4/+6
* Fix partial rebuilds and geometry changes.Gunnar Sletta2013-09-092-21/+31
* Make sure we update texture parameters when using atlas textures.Gunnar Sletta2013-09-091-0/+2
* Fix build on iOS: define GL_DOUBLERichard Moe Gustavsen2013-09-081-0/+4
* Remove variables that aren't being used right nowThiago Macieira2013-09-071-2/+2
* Export qsgnode_set_description.Gunnar Sletta2013-09-061-1/+1
* Prefer multisample antialiasing when we have a msaa contextGunnar Sletta2013-09-061-2/+35
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-068-77/+81
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-068-77/+81
| |\
| | * Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-276-31/+40
| | * Fix girth of native text with grayscale AA or styleEskil Abrahamsen Blomfeldt2013-08-272-46/+41
* | | Disable the isPowerOfTwo functions that are only used with OpenGL ES 2Thiago Macieira2013-09-053-0/+6
* | | Fix rendering errors in Qt Quick Controls galleryGunnar Sletta2013-09-052-3/+7
* | | Off-by-one error in batch recylcing lead to leaks and no recyclingGunnar Sletta2013-09-051-1/+1
|/ /
* | New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-0215-674/+3734
* | Fix unused variable warningKai Koehne2013-08-281-1/+1
* | Make compare check against the right colorGunnar Sletta2013-08-161-1/+1
* | Don't set opacity when we are not toldGunnar Sletta2013-08-121-1/+1
* | Public API for creating atlas textures, when available.Gunnar Sletta2013-08-122-1/+9
* | Fix QSGSimpleTextureNode's dirty signals for atlas texturesGunnar Sletta2013-08-121-1/+12
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-123-17/+20
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-123-17/+20
| |\|
| | * Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
| | * Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
* | | Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-1210-57/+81
* | | Introduce QSGMaterial::CustomCompileStepGunnar Sletta2013-08-122-1/+8
|/ /