aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgatlastexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in QSGAtlasTexture::Manager::create()Mitch Curtis2017-07-261-3/+4
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-251-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-5/+12
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-5/+12
| |\
| | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-5/+12
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-1/+2
| |\|
| | * Fix crash when trying to allocate in a filled atlas textureJohn Brooks2016-10-271-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+2
| |\|
| | * Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-241-1/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+10
| |\|
| | * Allow more control over memory/speed tradeoff in the atlas.Michael Brasser2016-04-191-1/+10
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-061-1/+1
|\| |
| * | Remove traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-011-1/+1
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-0/+1
|/ /
* | Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-3/+3
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | tvOS supportMike Krus2016-01-011-2/+2
|/
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-12/+4
* 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-151-2/+4
|/
* Fix regressed atlas texture log output. Broken since: a49b0ad786Gunnar Sletta2015-04-161-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Release atlas texture's image instance once uploadedGunnar Sletta2015-02-031-10/+54
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+10
|\
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-1/+2
| * 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-121-7/+8
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | 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
* | Use qNextPowerOfTwo instead of reimplementing itAllan Sandfeld Jensen2014-07-021-14/+3
* | Properly collect polish timings from all render loopsUlf Hermann2014-07-021-1/+1
* | Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-16/+5
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-27/+30
* | Be conservative with atlas allocation for Cover windows.Gunnar Sletta2014-05-221-0/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-7/+14
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-2/+2
| |\
| | * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-2/+2
| * | Ensure RGB32 images are not converted on upload to atlas.Michael Brasser2014-04-281-1/+1
| |/
| * Dynamic GL in QuickLaszlo Agocs2014-03-181-7/+14
* | Support shutting down the render thread without an OpenGL context.Gunnar Sletta2014-04-231-4/+2
* | Fix obvious logic errorNiels Ole Salscheider2014-03-131-1/+1
|/
* Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-211-13/+5
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-3/+3