aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * Make use of GL_APPLE_texture_format_BGRA8888.Gunnar Sletta2013-11-182-0/+10
| * Fix lockup in creator.Gunnar Sletta2013-11-151-2/+9
| * Fix stacking order bug in the rendererGunnar Sletta2013-11-151-0/+7
| * Avoid deadlock in Qt CreatorGunnar Sletta2013-11-141-1/+15
| * Improve internal debug statements.Gunnar Sletta2013-11-141-92/+79
| * Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1349-38/+1132
| * Fix boundingbox calculation of rotated items.Gunnar Sletta2013-11-122-8/+34
* | Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-11-192-3/+11
|/
* Implement missing compare() function for Raised/Sunken textGunnar Sletta2013-11-112-0/+8
* Animate when only one out of several windows is exposed.Gunnar Sletta2013-11-111-3/+9
* Fix assert with native text rendering.Gunnar Sletta2013-11-091-1/+3
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-092-5/+32
* Workaround for glyph upload bug with the Mali-400 GPU.Yoann Lopes2013-11-092-8/+50
* Fix crash when invalidating QSGContext.Yoann Lopes2013-11-071-0/+1