summaryrefslogtreecommitdiff
path: root/src/quick/scenegraph/util/qsgatlastexture.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Merge remote-tracking branch 'origin/5.5' into devLiang Qi1-0/+11
2015-06-25Fix missing images when alpha and shader effects are involvedLaszlo Agocs1-0/+11
2015-06-15Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta1-2/+4
2015-04-16Fix regressed atlas texture log output. Broken since: a49b0ad786Gunnar Sletta1-2/+2
2015-02-12Update copyright headersJani Heikkinen1-7/+7
2015-02-03Release atlas texture's image instance once uploadedGunnar Sletta1-10/+54
2014-10-09Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn1-1/+10
2014-09-12Use QQuickProfiler's own timer to sample eventsUlf Hermann1-7/+8
2014-09-11Select specific features to be recorded when profiling QMLUlf Hermann1-1/+2
2014-09-08Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann1-1/+10
2014-08-30Support padding in images stored in atlas textureEskil Abrahamsen Blomfeldt1-1/+10
2014-08-25Update license headers and add new licensesJani Heikkinen1-19/+11
2014-07-26Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann1-0/+3
2014-07-23Do not crash AtlasTexture if image is nullDavid Edmundson1-0/+3
2014-07-02Use qNextPowerOfTwo instead of reimplementing itAllan Sandfeld Jensen1-14/+3
2014-07-02Properly collect polish timings from all render loopsUlf Hermann1-1/+1
2014-07-01Use categorized logging for all things scenegraph.Gunnar Sletta1-16/+5
2014-05-23Avoid direct GL calls in QuickLaszlo Agocs1-27/+30
2014-05-22Be conservative with atlas allocation for Cover windows.Gunnar Sletta1-0/+10
2014-05-10Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn1-7/+14
2014-05-01Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn1-2/+2
2014-04-28Ensure RGB32 images are not converted on upload to atlas.Michael Brasser1-1/+1
2014-04-25Follow QOpenGLContext API renamingLaszlo Agocs1-2/+2
2014-04-23Support shutting down the render thread without an OpenGL context.Gunnar Sletta1-4/+2
2014-03-18Dynamic GL in QuickLaszlo Agocs1-7/+14
2014-03-13Fix obvious logic errorNiels Ole Salscheider1-1/+1
2014-02-21Make sure we update filtering options on atlas textures.Gunnar Sletta1-13/+5
2014-02-15Move QtQuick profiling to own profiler adapterUlf Hermann1-3/+3
2014-02-12Add Image::mipmap to support mipmapping of images.Gunnar Sletta1-0/+1
2014-02-07Android: Fix crash when using images in QMLEskil Abrahamsen Blomfeldt1-3/+4
2014-01-24Merge remote-tracking branch 'origin/stable' into devSimon Hausmann1-3/+15
2014-01-22Further pack messages for QQmlProfilerServiceUlf Hermann1-2/+1
2014-01-22Unify calls to profiler service event methods.Ulf Hermann1-9/+7
2014-01-17Work around missing BGRA texture format on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt1-3/+15
2014-01-07Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta1-1/+1
2013-12-06Propegate filtering state when we extract texture from atlas.Gunnar Sletta1-0/+1
2013-11-18Make use of GL_APPLE_texture_format_BGRA8888.Gunnar Sletta1-0/+5
2013-11-05Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta1-0/+3
2013-10-30Use one render loop per QQuickWindowGunnar Sletta1-12/+28
2013-10-29Prevent bogus warning message flood on nVidia driver related to mipmapsSean Harmer1-0/+3
2013-10-03Enable profiling of materials and atlas texturesGunnar Sletta1-8/+22
2013-09-02New scenegraph renderer and atlas textures.Gunnar Sletta1-0/+416