aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-011-1/+1
* Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-3/+3
* Updated license headersJani Heikkinen2016-01-191-14/+20
* tvOS supportMike Krus2016-01-011-1/+1
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-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
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+1
|\|
| * 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-111-1/+2
* | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-10/+10
|/
* Fix the dynamic build by not calling glGet directlyLaszlo Agocs2014-08-291-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-231-6/+22
* Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* 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-041-0/+25
* Properly collect polish timings from all render loopsUlf Hermann2014-07-021-2/+2
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-41/+20
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-16/+17
* Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
* Regenerate mipmaps after changing the imagedata of a texture.Gunnar Sletta2014-04-151-0/+1
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-201-0/+6
* Dynamic GL in QuickLaszlo Agocs2014-03-181-5/+6
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-4/+4
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-121-13/+2
* Android: Fix crash when using images in QMLEskil Abrahamsen Blomfeldt2014-02-071-3/+4
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-3/+16
|\
| * Dont define CAN_BACKTRACE_EXECINFO when building on uClibcJorgen Lind2014-01-241-1/+1
| * Work around missing BGRA texture format on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-171-2/+15
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-4/+2
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-221-16/+10
|/
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-071-2/+2
* Fix build on iOSTor Arne Vestbø2013-11-191-1/+1
* Make use of GL_APPLE_texture_format_BGRA8888.Gunnar Sletta2013-11-181-0/+5
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-6/+5
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-011-1/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Make sure we update texture parameters when using atlas textures.Gunnar Sletta2013-09-091-0/+2
* Disable the isPowerOfTwo functions that are only used with OpenGL ES 2Thiago Macieira2013-09-051-0/+2
* Fixed typo 'backens'Thorbjørn Lindeijer2013-07-081-1/+1
* Initialize m_dirty_texture memberGunnar Sletta2013-07-031-0/+1
* Support unaligned QImage strides in QSGTextureAndrew Knight2013-06-121-0/+2
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-20/+38
* Remove the APPLE_texture_format pathGunnar Sletta2013-04-041-2/+0
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-9/+9
* Android support: build fixesPaul Olav Tvete2013-03-051-1/+1
* Added examples on how to use FBOs with scene graph.Gunnar Sletta2013-03-031-0/+2
* Don't print leak warnings on exit by defaultGunnar Sletta2013-02-201-3/+9