aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-111-1/+1
* | Added interface for the QStyle rendering in QtQuick ControlsSimon Hausmann2014-08-083-0/+26
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-0/+2
* | Improve support for node iteration in the internal APISimon Hausmann2014-08-084-4/+96
* | Cleanup: Remove remainders of dirty state usageSimon Hausmann2014-08-084-32/+6
* | Allow re-implementing renderSceneSimon Hausmann2014-08-081-1/+1
* | Make the QtQuick window surface type configurableSimon Hausmann2014-08-082-0/+8
* | Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-053-6/+6
* | Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-0112-138/+907
* | Avoid eventloop recursion in touch event handling.Gunnar Sletta2014-07-311-10/+2
* | Move QSGRenderer::updateStencilClip down to QSGBatchRendererJocelyn Turcotte2014-07-294-154/+150
* | Remove dead code in QSGRendererJocelyn Turcotte2014-07-292-237/+0
* | Leave the depth mask on after rendering.Gunnar Sletta2014-07-291-0/+1
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-0/+3
|\|
| * Do not crash AtlasTexture if image is nullDavid Edmundson2014-07-231-0/+3
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+5
|\|
| * Don't dereference null QQuickWindowPrivate.Sérgio Martins2014-07-031-1/+5
* | Call glBindTexture() via QOpenGLFunctions in qsg_safeguard_texture().Friedemann Kleint2014-07-081-1/+3