aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored Animator internalsGunnar Sletta2013-11-061-6/+7
* Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta2013-11-053-1/+22
* Tolerate NaN in the geometry without assertingGunnar Sletta2013-11-041-0/+9
* Handle glyph runs with >65536 glyphsRobin Burchell2013-11-041-1/+6
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-015-0/+27
* Fix rendering bug with batched translucent elements.Gunnar Sletta2013-11-012-0/+13
* Be consistent when checking for blocked subtrees.Gunnar Sletta2013-10-311-7/+2
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-3149-608/+1031
* Work around Nouveau driver bugsGunnar Sletta2013-10-303-7/+31
* Use one render loop per QQuickWindowGunnar Sletta2013-10-3030-758/+698
* Prevent bogus warning message flood on nVidia driver related to mipmapsSean Harmer2013-10-292-3/+12
* Fix rendernode bug and enable rendernode test.Gunnar Sletta2013-10-261-3/+2
* 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
|/ /