aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-171-2/+2
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-191-1/+5
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-151-0/+1
* Move QSGRenderContext::RenderMode to QSGRendererInterfaceEskil Abrahamsen Blomfeldt2020-06-111-7/+2
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-091-2/+0
* Add perspective 3D plane render modeLaszlo Agocs2020-06-091-1/+7
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-021-1/+1
* rhi: Fix crashing Controls autotests due to shadereffect lifetime issuesLaszlo Agocs2020-05-131-2/+1
* rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-181-1/+1
* Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-031-0/+1
* Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-7/+16
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-3/+18
* Avoid illegal downcasts in texture and shader handlingAllan Sandfeld Jensen2019-05-151-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Basic working compressed texture atlasMichael Brasser2018-01-311-0/+2
* Ensure same glyph cache is used for same font at different sizesEskil Abrahamsen Blomfeldt2017-07-241-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\
| * Add a method to query the scene graph backendMichael BrĂ¼ning2017-04-271-0/+1
* | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-211-2/+1
|/
* Add fixes for INTEGRITYKimmo Ollila2017-01-311-49/+49
* Make Sprite a configurable featureLars Knoll2016-10-101-0/+2
* Fix race-condition crash on shut-down in QtWebEngineAllan Sandfeld Jensen2016-08-191-1/+2
* Add QSGSpriteNode to the Scenegraph Adaptation LayerAndy Nichols2016-07-141-0/+4
* Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-7/+12
* Make QSGEngine::initialize backend-independentLaszlo Agocs2016-06-221-0/+2
* Add an API to set the scenegraph backendLaszlo Agocs2016-05-301-0/+2
* Adaptable shader effect enablersLaszlo Agocs2016-04-291-0/+5
* Make rendernode suitable for public consumptionLaszlo Agocs2016-04-201-0/+3
* Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-52/+16
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-151-2/+8
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Add methods for finding out if scene graph context has been initializedUlf Hermann2014-09-171-1/+1
* Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-271-0/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-231-1/+2
* Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-231-0/+2
* Create rectangle nodes in the text editing through the contextLars Knoll2014-08-131-0/+1
* Fix the nine patch node factory function (part 2)Simon Hausmann2014-08-121-1/+0
* Fix the nine patch node factory function (part 1)Simon Hausmann2014-08-121-1/+2
* Added interface for the QStyle rendering in QtQuick ControlsSimon Hausmann2014-08-081-0/+2
* Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-011-0/+3
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-0/+8
* Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-3/+0
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-241-3/+0
|\
| * Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-191-3/+0
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-0/+3
|\|
| * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-131-0/+3