aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-158-33/+34
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-129-47/+80
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-119-47/+80
| |\
| | * 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
* | | Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-124-17/+4
|/ /
* | Android: Fix crash when using images in QMLEskil Abrahamsen Blomfeldt2014-02-072-6/+8
* | Support batching of rotated antialiased elements.Gunnar Sletta2014-02-041-6/+4
* | Visualization modes for rendering.Gunnar Sletta2014-01-297-7/+384
* | Move logic for determining native vs. DF text into single factory functionTor Arne Vestbø2014-01-272-23/+4
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-247-128/+154
|\|
| * 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
| |/ /
* | | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-228-28/+17
* | | Unify calls to profiler service event methods.Ulf Hermann2014-01-228-97/+64
* | | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-173-19/+76
|\| |
| * | 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
| |/
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-141-6/+5
|\|
| * Support batching of rotated antialiased elements.Gunnar Sletta2014-01-101-6/+5
* | Use QSGGeometry::lineWidth() when drawing GL_POINTSAlex Montgomery2014-01-132-4/+10
|/
* 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