aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Make sure program is bound before calling initialize().Gunnar Sletta2014-06-231-0/+1
* | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-135-6/+11
|\| |
| * | Initialize QSGPaintedNode with an empty size.Gunnar Sletta2014-06-121-1/+0
| * | Add node description to painted items.Gunnar Sletta2014-06-121-0/+4
| * | Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
| |/
| * Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
| * Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-1/+3
| * Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-042-0/+4
|\|
| * Fix crash in QSGRenderContext::invalidate().Yoann Lopes2014-06-031-0/+3
| * Keep the internal state about the bound fbo up to dateLaszlo Agocs2014-06-021-1/+3