aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Don't default to HighQualitySubPixelAntialiasing on WinRTAndrew Knight2014-12-021-1/+1
* Add since 5.4 markersAlbert Astals Cid2014-11-281-0/+4
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-214-65/+28
|\
| * Revert "Fix pixel bleed in BorderImage"Eskil Abrahamsen Blomfeldt2014-11-103-62/+10
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-105-173/+168
| |\
| * | Fix not having a context when cleaning up on WindowsLaszlo Agocs2014-11-101-3/+18
* | | Add padding to distance field glyph cacheEskil Abrahamsen Blomfeldt2014-11-112-9/+22
| |/ |/|
* | Debug: Make it possible to save distance field cache on WindowsEskil Abrahamsen Blomfeldt2014-11-071-75/+67
* | Initialize member variable QSGAnimationDriver::m_lag.Friedemann Kleint2014-11-051-0/+1
* | Add a debug function to save contents of distance field cacheEskil Abrahamsen Blomfeldt2014-11-054-173/+175
|/
* Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
* Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
* Fix pixelgrid snapping of native text on retina displays.Gunnar Sletta2014-10-235-14/+26
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-224-5/+14
* Fix failing makeCurrent in basic renderloop when closing windowsLaszlo Agocs2014-10-211-3/+19
* Tweak new animation driver.Gunnar Sletta2014-10-201-18/+18
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+4
|\
| * Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
* | Partially revert d9c531781e6c95f80681b3c82700833e1de88794Gunnar Sletta2014-10-014-43/+3
* | Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-242-50/+23
* | Don't do qgetenv on library loadThiago Macieira2014-09-221-35/+39
* | Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-184-22/+134
* | Sync QQuickWindow::update() up with polishAndSync().Gunnar Sletta2014-09-172-3/+18
* | Let QSGPlainTexture support shutting down without a GL context.Gunnar Sletta2014-09-121-1/+1
* | Select specific features to be recorded when profiling QMLUlf Hermann2014-09-118-11/+19
* | Fix debug output from renderer.Gunnar Sletta2014-09-111-3/+6
* | Snap native glyphs to pixel grid in vertex shader.Gunnar Sletta2014-09-115-28/+8
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-09-111-1/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-1/+10
| |\|
| | * Support padding in images stored in atlas textureEskil Abrahamsen Blomfeldt2014-08-301-1/+10
* | | Fix pixel bleed in BorderImageEskil Abrahamsen Blomfeldt2014-09-103-10/+62
|/ /
* | Remove Q_ASSERT when getting the OpenGL Context ProfileAndy Nichols2014-09-011-2/+2
* | Fix the dynamic build by not calling glGet directlyLaszlo Agocs2014-08-291-1/+1
* | Abort the application if the render thread fails to startGunnar Sletta2014-08-291-0/+2
* | Make minimum FBO size 1x1 on newer OSX.Gunnar Sletta2014-08-271-3/+3
* | Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-276-30/+67
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-261-0/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-0/+12
| |\|
| | * Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
* | | Added an example that shows how to consume texture providers from C++.Gunnar Sletta2014-08-261-0/+2
|/ /
* | Make QQuickPaintedItem a texture provider.Gunnar Sletta2014-08-261-0/+2
* | Update license headers and add new licensesJani Heikkinen2014-08-2582-1548/+892
* | Improve the internal NodeVisitorEx APISimon Hausmann2014-08-232-21/+33
* | Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-233-8/+29
* | Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-238-3/+645
* | Create rectangle nodes in the text editing through the contextLars Knoll2014-08-132-0/+14
* | Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-131-1/+1
* | Fix the nine patch node factory function (part 2)Simon Hausmann2014-08-121-1/+0
* | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* | Fix the nine patch node factory function (part 1)Simon Hausmann2014-08-122-2/+3