aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-252-4/+4
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-253-3/+12
* Fix wrong assert in QSGRenderLoop::setInstanceMarco Bubke2014-02-251-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-242-17/+0
|\
| * Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-192-17/+0
* | Add an error signal to QQuickWindowLaszlo Agocs2014-02-213-3/+49
* | Don't use VertexarraysBjörn Breitmeyer2014-02-212-21/+13
* | Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-212-16/+6
* | Add a signal for syncing external animation systemsLaszlo Agocs2014-02-203-0/+6
* | Update glyph cache type/format logic to match qtbase changesTor Arne Vestbø2014-02-202-37/+34
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-188-26/+49
|\|
| * 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
* | 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