aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid swizzling on OpenGL ES when possibleGunnar Sletta2013-02-061-17/+25
* Dereference the QImage once the corresponding texture is bound.Michael Brasser2013-02-011-0/+3
* Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-301-1/+76
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Document QSGTexture.Jason Barron2012-08-271-0/+41
* QQuickCanvas renamesAlan Alpert2012-07-171-1/+1
* android: don't unconditionally use execinfo.hRobin Burchell2012-07-021-4/+16
* Improve on scenegraph documentation.Gunnar Sletta2012-06-081-0/+1
* Only genereate new texture if texture id is 0Charles Yin2012-05-171-1/+1
* Improved scene graph docsGunnar Sletta2012-04-301-0/+69
* Properly swizzle texture data before upload in QQuickPaintedItem.Samuel Rødal2012-04-031-2/+2
* Merge master <-> api_changesMatthew Vogt2012-03-051-1/+2
|\
| * Set bind options before uploading to give hints to the driverGunnar Sletta2012-03-011-1/+2
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-2/+3
|/
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-101-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Rename QSGTexture::textureSubRect to normalizedTextureSubRect()Gunnar Sletta2012-01-271-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Avoid storing a deep copy of the image in the texture objectGunnar Sletta2012-01-091-7/+8
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+541