aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-192-17/+0
* Ensure m_opacityChange is cleared at the beginning of each frame.Michael Brasser2014-02-151-0/+1
* Update scenegraph docs to be in line with Qt 5.2 behavior changes.Michael Brasser2014-02-152-10/+1
* Provide scenegraph backend API for marking scenegraph nodes dirty.Michael Brasser2014-02-152-0/+2
* Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-134-16/+45
* Fix scenegraph backend API for material shaders.Michael Brasser2014-02-063-1/+18
* Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-062-30/+42
* Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-045-3/+9
* Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-282-13/+11
* Dont define CAN_BACKTRACE_EXECINFO when building on uClibcJorgen Lind2014-01-241-1/+1
* Only look at alpha to decide if rectangle has fill or not.Gunnar Sletta2014-01-221-2/+2
* Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-222-3/+12
* Revert QSGRenderNode to the old "in context" behaviorGunnar Sletta2014-01-222-90/+56
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-01-222-5/+30
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-222-5/+30
| |\
| | * Work around missing BGRA texture format on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-172-5/+30
* | | Make it possible to render without a depth buffer.Gunnar Sletta2014-01-223-27/+53
|/ /
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-161-5/+6
|\|
| * Revert "Support batching of rotated antialiased elements."Gunnar Sletta2014-01-161-5/+6
* | Add support for a separate index bufferLaszlo Agocs2014-01-153-14/+70
|/
* Support batching of rotated antialiased elements.Gunnar Sletta2014-01-101-6/+5
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-077-10/+11
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-18/+35
|\
| * Set the format for the fallback offscreen surfacev5.2.0Laszlo Agocs2013-12-051-0/+1
| * Don't leave the GL context current after cleanup.Gunnar Sletta2013-12-041-18/+34
* | Don't crash when QCoreApplication is currently being deleted.Sérgio Martins2013-12-121-0/+3
* | Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-122-0/+6
* | Mark item as dirty when nodes are cleanedMichael Brasser2013-12-101-0/+2
* | QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
* | Fix: QSGGeometry lineWidth in qsgbatchrendererTorgeir Lilleskog2013-12-061-0/+3
* | Propegate filtering state when we extract texture from atlas.Gunnar Sletta2013-12-061-0/+1
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-034-26/+7
|\|
| * Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-12-032-3/+11
| * Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-302-8/+7
| * Revert 99480d5420c0beea6771be582c039b550a4461f5Gunnar Sletta2013-11-272-18/+0
* | Fix typo in debug defineGunnar Sletta2013-12-031-1/+1
* | Enable broken IBO fallback for Hisilicon Immersion 16 GPUEskil Abrahamsen Blomfeldt2013-11-291-0/+2
* | Set sampler precision in shifted distance field text shaderEskil Abrahamsen Blomfeldt2013-11-281-1/+1
* | Delay renderWindow with a timerRobin Burchell2013-11-271-2/+6
* | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-267-11/+50
|\|
| * Stop render thread regardless when the window is being destroyedGunnar Sletta2013-11-251-2/+2
| * Fix rendering of Flipable content.Gunnar Sletta2013-11-251-1/+1
| * Do not crash when resizing invisible (non-tracked) windows.Gunnar Sletta2013-11-251-3/+4
| * Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-224-2/+24
| * Safeguard the threaded renderloop against incorrectly exposed windows.Gunnar Sletta2013-11-221-6/+9
| * Enforce window rendering in sequence on llvmpipe.Gunnar Sletta2013-11-202-0/+13
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-2053-139/+1288
|\|
| * Fix build on iOSTor Arne Vestbø2013-11-191-1/+1
| * Fix compiler warnings with mingw64.Erik Verbruggen2013-11-181-1/+1
| * Make sure we clean up GL resources before we delete the GL context.Gunnar Sletta2013-11-182-0/+4