aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-272-1/+12
|\
| * Allow more control over memory/speed tradeoff in the atlas.Michael Brasser2016-04-192-1/+12
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-083-7/+7
|\|
| * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-013-7/+7
* | Remove traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-012-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-3/+3
|\|
| * Make more ctors explicitMarc Mutz2016-03-031-1/+1
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-3/+3
* | Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-102-6/+6
* | Updated license headersJani Heikkinen2016-01-1933-462/+660
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-2/+2
|\|
| * 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
* | tvOS supportMike Krus2016-01-012-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-211-0/+8
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-033-18/+19
|\| |
| * | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-263-18/+19
* | | qDelete([multi]hash.values()) -> qDelete([multi]hash)Albert Astals Cid2015-10-231-1/+1
|/ /
* | 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