aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix crash in QSGRenderContext::invalidate().Yoann Lopes2014-06-031-0/+3
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-5/+7
|/
* Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
* Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-18/+0
* Dynamic GL in QuickLaszlo Agocs2014-03-181-7/+16
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-241-14/+0
|\
| * Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-191-14/+0
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-0/+34
|\|
| * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-131-0/+34
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-0/+19
|\|
| * Fix scenegraph backend API for material shaders.Michael Brasser2014-02-061-0/+14
| * Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-041-0/+5
* | Move logic for determining native vs. DF text into single factory functionTor Arne Vestbø2014-01-271-21/+3
|/
* Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-221-3/+10
* Make it possible to render without a depth buffer.Gunnar Sletta2014-01-221-6/+15
* Enable broken IBO fallback for Hisilicon Immersion 16 GPUEskil Abrahamsen Blomfeldt2013-11-291-0/+2
* Enforce window rendering in sequence on llvmpipe.Gunnar Sletta2013-11-201-0/+12
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-1/+2
* Fix crash when invalidating QSGContext.Yoann Lopes2013-11-071-0/+1
* Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta2013-11-051-0/+10
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-011-0/+18
* Work around Nouveau driver bugsGunnar Sletta2013-10-301-0/+7
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-298/+252