aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SoftwareLayer: markDirtyTextureLater() slot was removedAndy Nichols2014-10-202-13/+1
* Fix build error with latest QtDeclarativeAndy Nichols2014-09-301-1/+0
* Remove Q_UNREACHABLE from RenderingVisitorAndy Nichols2014-09-301-2/+2
* Make sure to clear backingstore with Source Composition ModeAndy Nichols2014-09-301-1/+2
* Fix build error in latest qtdeclarativeAndy Nichols2014-09-112-3/+3
* Ensure that markDirty is called when neededAndy Nichols2014-09-113-2/+51
* SoftwareLayer::grab must call QSGRenderer::renderScene to work correctlyAndy Nichols2014-09-112-5/+9
* Fix build warningsAndy Nichols2014-09-113-3/+4
* Add support for Image mirror propertyAndy Nichols2014-09-112-4/+22
* Fix typo in sync.profileAndy Nichols2014-09-101-2/+0
* Improve rendering quality of RectanglesAndy Nichols2014-09-092-28/+69
* Check for Threaded Pixmaps capability for threaded rendererAndy Nichols2014-09-091-1/+6
* Support rendering Gradients when stops are not between 0 and 1Andy Nichols2014-09-091-1/+88
* Build softwarecontext plugin using load(qt_plugin)Andy Nichols2014-09-031-9/+4
* Add OpenGL dummy libraries to projectAndy Nichols2014-09-0214-0/+6660
* Added needed files to generate documentationAndy Nichols2014-09-023-0/+64
* Reformat project to be a Qt ModuleAndy Nichols2014-09-0233-3/+23
* Provide a default SurfaceFormat for our ContextAndy Nichols2014-09-012-2/+10
* Add path for QQuickShaderEffectNodeAndy Nichols2014-09-011-0/+3
* Correct painting of RectangleNodeAndy Nichols2014-09-012-13/+143
* Update PainterNode now that QQuickPaintedItem is a texture providerAndy Nichols2014-08-274-0/+20
* Add support for rendering QSGSimpleTextureNode'sLars Knoll2014-08-252-9/+20
* Add support for rendering QSGSimpleRectNodeAndy Nichols2014-08-251-2/+13
* Add support for rendering QQuickPaintedItemAndy Nichols2014-08-257-2/+296
* Revert "Save and restore changed QPainter properties"Louai Al-Khanji2014-08-183-19/+2
* Save and restore changed QPainter propertiesLouai Al-Khanji2014-08-183-2/+19
* Fix text renderingSimon Hausmann2014-08-181-0/+1
* Fix compilation warning on MSVC2013Louai Al-Khanji2014-08-151-1/+3
* Added support for the missing text rendering stylesSimon Hausmann2014-08-142-1/+27
* Ported the threaded render loop from qtdeclarativeSimon Hausmann2014-08-148-14/+1262
* Do not paint fully transparent nodesAndy Nichols2014-08-131-1/+6
* Adapt to internal scene graph API changesSimon Hausmann2014-08-132-18/+36
* Fix add-on nameSimon Hausmann2014-08-1220-20/+20
* Add files for exportSimon Hausmann2014-08-122-0/+5
* Adapt to internal API changes in QtQuickSimon Hausmann2014-08-124-11/+11
* Revert "Add a simple rectangle node"Simon Hausmann2014-08-126-64/+0
* Add commercial license headersSimon Hausmann2014-08-1220-126/+344
* Add support for software layersSimon Hausmann2014-08-128-19/+371
* Use fillRect when appropriateAndy Nichols2014-08-121-0/+2
* Implement support for BorderImageLars Knoll2014-08-081-0/+24
* Add a simple rectangle nodeLars Knoll2014-08-086-0/+64
* Fix the nine patch rendering used by the qtquick controlsSimon Hausmann2014-08-084-41/+59
* Fix default background colorSimon Hausmann2014-08-081-1/+1
* Adapt signature of QSGNinePatchNode after internal API changesSimon Hausmann2014-08-082-2/+2
* Add support for styling the nine patch nodes QtQuick.Controls createsSimon Hausmann2014-08-087-4/+93
* Adapt to new visitor pattern for renderingSimon Hausmann2014-08-088-39/+121
* Add support for opacity nodesLars Knoll2014-08-081-0/+5
* Implement all features required for ImageLars Knoll2014-08-082-2/+29
* Fully implement RectangleNodeLars Knoll2014-08-082-6/+33
* Basic support for text renderingSimon Hausmann2014-08-085-2/+87