aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Correct declaration in doc to match const in code.Edward Welbourne2016-01-061-2/+2
* qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+8
|\
| * Doc: added documentation to undocumented functionsNico Vertriest2015-11-021-0/+8
* | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-263-18/+19
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-069-0/+99
* | Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-152-16/+49
* | Move all bools of painternode to the end as bitfieldsGunnar Sletta2015-09-152-13/+13
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+3
|\|
| * QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-0/+11
|\|
| * Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
* | Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-154-12/+15
|/
* Fix regressed atlas texture log output. Broken since: a49b0ad786Gunnar Sletta2015-04-161-2/+2
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+11
|\
| * Scale mipmapped npot images when not supportedLaszlo Agocs2015-01-191-2/+11
* | Fix some qdoc-warnings.Friedemann Kleint2015-02-232-0/+2
* | Update copyright headersJani Heikkinen2015-02-1233-229/+229
* | Release atlas texture's image instance once uploadedGunnar Sletta2015-02-032-14/+62
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+4
|\|
| * Add since 5.4 markersAlbert Astals Cid2014-11-281-0/+4
* | Expose a getter for the QSGEnginePrivateJocelyn Turcotte2014-11-191-1/+1
* | Allow setting the source rect on QSGSimpleTextureNodeJocelyn Turcotte2014-11-192-10/+53
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-092-2/+11
|\|
| * Let QSGPlainTexture support shutting down without a GL context.Gunnar Sletta2014-09-121-1/+1
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-112-2/+4
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-1/+10
| |\
| | * Support padding in images stored in atlas textureEskil Abrahamsen Blomfeldt2014-08-301-1/+10
* | | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-122-17/+18
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-1133-658/+414
|\| |
| * | Remove Q_ASSERT when getting the OpenGL Context ProfileAndy Nichols2014-09-011-2/+2
| * | Fix the dynamic build by not calling glGet directlyLaszlo Agocs2014-08-291-1/+1
| * | Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-272-28/+28
| * | Added an example that shows how to consume texture providers from C++.Gunnar Sletta2014-08-261-0/+2
| * | Make QQuickPaintedItem a texture provider.Gunnar Sletta2014-08-261-0/+2
| * | Update license headers and add new licensesJani Heikkinen2014-08-2533-622/+358
| * | Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-231-6/+22
* | | Merge branch 'origin/5.4' into devFrederik Gladhorn2014-08-211-1/+1
|\| |
| * | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* | | Doc note about premultiplied alphaGunnar Sletta2014-08-171-3/+6
|/ /
* | Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-013-0/+350
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-0/+3
|\|
| * Do not crash AtlasTexture if image is nullDavid Edmundson2014-07-231-0/+3
* | Call glBindTexture() via QOpenGLFunctions in qsg_safeguard_texture().Friedemann Kleint2014-07-081-1/+3
* | Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-043-0/+33
* | Use qNextPowerOfTwo instead of reimplementing itAllan Sandfeld Jensen2014-07-022-29/+6
* | Properly collect polish timings from all render loopsUlf Hermann2014-07-022-3/+3
* | Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-012-57/+25