aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-4/+0
|\
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-09-301-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-3/+3
| | |\
| | | * QSGRenderContext: Add null-checks for stringsFlorian Bruhin2016-09-261-3/+3
| * | | Remove dead codeJake Petroules2016-09-301-4/+0
| |/ /
* | | Make QSGRenderContext::invalidate a no-opLaszlo Agocs2016-07-011-3/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-1/+1
| |\|
| | * Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-231-1/+1
* | | Unify ShaderEffect property settingLaszlo Agocs2016-06-291-1/+9
* | | Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-2/+2
* | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-1/+1
* | | Adaptable shader effect enablersLaszlo Agocs2016-04-291-1/+25
* | | Make rendernode suitable for public consumptionLaszlo Agocs2016-04-201-0/+7
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-475/+18
* | | Allow fixed animation step in QSGGuiThreadRenderLoopAram So2016-03-071-2/+2
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-16/+19
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-2/+0
* Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-1/+1
* Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-151-15/+19
* Remove QSGSharedDistanceFieldGlyphCache.Robin Burchell2015-06-091-33/+1
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-5/+5
* Make sure we have enough precision to run animations for years.Gunnar Sletta2015-04-161-3/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Introduce QSG_TRANSIENT_IMAGES.Gunnar Sletta2015-02-031-4/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+1
|\
| * Don't default to HighQualitySubPixelAntialiasing on WinRTAndrew Knight2014-12-021-1/+1
| * Initialize member variable QSGAnimationDriver::m_lag.Friedemann Kleint2014-11-051-0/+1
* | Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-18/+18
|\|
| * Tweak new animation driver.Gunnar Sletta2014-10-201-18/+18
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+134
|\|
| * Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-181-1/+134
* | Add QSG_OPENGL_DEBUG environment variableenkore2014-10-071-0/+4
|/
* Make minimum FBO size 1x1 on newer OSX.Gunnar Sletta2014-08-271-3/+3
* Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-271-0/+9
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-231-1/+5
* Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-231-0/+9
* Create rectangle nodes in the text editing through the contextLars Knoll2014-08-131-0/+13
* Fix the nine patch node factory function (part 1)Simon Hausmann2014-08-121-1/+1
* Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-111-1/+1
* Added interface for the QStyle rendering in QtQuick ControlsSimon Hausmann2014-08-081-0/+9
* Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-0/+2
* Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-011-8/+14
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-9/+43
* Make sure program is bound before calling initialize().Gunnar Sletta2014-06-231-0/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-0/+3
|\