aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
* macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
* Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
* Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
* Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
* Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
* macOS: Use sRGB when doing native font rendering into FBOSérgio Martins2016-07-111-4/+27
* Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-231-1/+1
* Remove erronous setTextureSize() as it is already set previouslyAndy Shaw2016-06-151-1/+0
* Support glyphs outside em square in distance field cacheEskil Abrahamsen Blomfeldt2016-06-151-4/+8
* Fix spelling error in QSGNode docsMitch Curtis2016-06-081-3/+3
* Make some of the shader manager privateUlf Hermann2016-04-281-2/+4
* Revert "Avoid rebuiding batches during a material animation"Gunnar Sletta2016-04-271-6/+4
* Allow more control over memory/speed tradeoff in the atlas.Michael Brasser2016-04-192-1/+12
* Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-019-34/+34
* Make more ctors explicitMarc Mutz2016-03-032-2/+2
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-033-5/+5
* Avoid div-by-zero when nothing is rendered.Gunnar Sletta2016-02-261-1/+3
* QSGDefaultImageNode: Only set DirtyGeometry if new texturePär-Olof Håkansson2016-01-191-1/+2
* Correct declaration in doc to match const in code.Edward Welbourne2016-01-061-2/+2
* Fix shader compiler error (uniform and out variables with same name)Sean Harmer2015-12-151-2/+2
* qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
* Fix styled text core profile shaderSean Harmer2015-12-151-3/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-172-1/+15
|\
| * Doc: added documentation to undocumented functionsNico Vertriest2015-11-022-1/+15
* | Ensure we call updateTexture for all dynamic textures.Michael Brasser2015-11-131-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-2/+2
|\|
| * Scene Graph: Fixed memory leak in QSGBatchRenderer::Renderer::map()Martin Banky2015-10-191-2/+2
* | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-269-67/+71
* | Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-201-18/+0
* | Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-163-3/+6
* | Handle QSG_NO_DEPTH_BUFFER correctlyLaszlo Agocs2015-10-141-3/+6
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0630-0/+330
* | Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-153-16/+50
* | Move all bools of painternode to the end as bitfieldsGunnar Sletta2015-09-152-13/+13
* | Avoid crashing when not having a screen for the contextLaszlo Agocs2015-09-081-1/+1
* | Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.hAlbert Astals Cid2015-09-081-3/+3
* | Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-203-1/+36
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-188-25/+49
|\|
| * Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2015-08-172-18/+26
| * Fix typo in QSGGeometryNode documentation.Mitch Curtis2015-07-281-1/+1
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-201-2/+8
| |\
| | * Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
| * | Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-043-3/+11
| * | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+3
* | | Avoid rebuiding batches during a material animationJocelyn Turcotte2015-08-131-4/+6
* | | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-042-4/+2
* | | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-2/+2
* | | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-1/+2