aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
...
* | Make sure we rebuild batches properly after a Blending material change.Gunnar Sletta2014-05-012-11/+15
* | Support shutting down the render thread without an OpenGL context.Gunnar Sletta2014-04-233-15/+15
* | Skip nodes with no vertices when preparing batches.Gunnar Sletta2014-03-271-2/+7
* | Try to simplify the threaded render loop.Gunnar Sletta2014-03-242-157/+98
* | Fix obvious logic errorNiels Ole Salscheider2014-03-131-1/+1
|/
* Fix rendering issue with material changes from opaque <-> alphaGunnar Sletta2014-03-132-6/+18
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-134-48/+40
* Stack size increase for x86 QNX systemsJames McDonnell2014-03-101-0/+4
* Remove several uses of module includesAndrew Knight2014-03-101-1/+1
* QSGBatchRenderer: return when a shader is not returned by the managerAndrew Knight2014-03-061-0/+4
* Reset the expose cycle when polishAndSync aborts.Gunnar Sletta2014-03-052-16/+27
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-051-4/+4
* Don't sort batches when there are no changes.Gunnar Sletta2014-03-051-8/+11
* Remove isES() usage in scenegraphLaszlo Agocs2014-03-043-3/+3
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* Glyph node: Those null coords are useful after allGabriel de Dietrich2014-02-281-2/+0
* Fixed regression from fd5c629f4336b1f79Björn Breitmeyer2014-02-282-8/+19
* Threaded render loop should block until the frame is swapped.Gunnar Sletta2014-02-281-1/+36
* Fix renderType: Text.NativeRendering on retina screensTor Arne Vestbø2014-02-281-12/+39
* 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