aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-15/+15
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-0/+1
|\
| * Fix QSGTexture* leak in QQuickFramebufferObjectLaszlo Agocs2017-12-141-0/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/
* Fix QQuickFramebufferObject::Renderer::invalidateFramebufferObject()Wieland Hagen2017-07-251-8/+6
* QQuickFBO: Keep devicePixelRatio qreal as long as possibleLaszlo Agocs2017-07-061-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Make shader effects configurableLars Knoll2016-10-101-0/+2
* Have proper OpenGL checks in QQuickFBO and image particlesLaszlo Agocs2016-08-181-0/+11
* Fix up some QOpenGL includesLaszlo Agocs2016-04-131-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+6
|\
| * Make QQuickFramebufferObject::layer::enabled workv5.5.1Gunnar Sletta2015-09-111-0/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+9
|\|
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-041-0/+9
* | Add a property to enable vertical mirroring in QQuickFramebufferObjectLaszlo Agocs2015-06-231-0/+31
|/
* Enhance QQuickFramebufferObject docs regarding the stateLaszlo Agocs2015-05-061-0/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Add high dpi support to QQuickFramebufferObjectLaszlo Agocs2014-10-221-0/+23
* Reset 'invalidatePending' after the FBO has been recreated.Gunnar Sletta2014-09-251-0/+1
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-2/+1
* Make QQuickFramebufferObject a texture provider.Gunnar Sletta2014-08-261-4/+53
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Mark QQuickFBO's node dirty after rendering the texture.Gunnar Sletta2014-08-241-0/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-5/+6
|\
| * Fix FBO recreated every time the QSG node is updated under some conditionsTaylor Braun-Jones2014-08-051-5/+6
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-1/+1
|/
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-201-2/+2
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-251-0/+397