aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-047-0/+80
* | Enable QSG_RUNTIME_DESCRIPTION by default for debug builds.Gunnar Sletta2014-07-032-5/+8
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-021-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-0/+2
| |\|
| | * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-0/+2
| | |\
| | | * Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
* | | | Use qNextPowerOfTwo instead of reimplementing itAllan Sandfeld Jensen2014-07-022-29/+6
* | | | Fix output of swap times for basic render loopUlf Hermann2014-07-021-2/+2
* | | | Properly collect polish timings from all render loopsUlf Hermann2014-07-028-17/+19
|/ / /
* | | Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-0110-332/+239
* | | Avoid deadlock during window hiding.Gunnar Sletta2014-07-011-2/+6
* | | Warn at runtime about badly threaded calls to QQuickItem::update()Gunnar Sletta2014-06-251-3/+5