| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | QQuickItemPrivate: introduce effectiveDevicePixelRatio() helper method | Vladimir Belyavsky | 2025-05-24 | 1 | -1/+1 |
| * | Doc: Fix linking issues | Topi Reinio | 2023-07-05 | 1 | -1/+1 |
| * | Adapt to the RHI API concept | Laszlo Agocs | 2023-05-22 | 1 | -1/+1 |
| * | Fix several more improperly placed #include moc | Thiago Macieira | 2022-07-28 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Use suffixless enum value in graphicsApi check in QQuickFbo | Laszlo Agocs | 2020-11-06 | 1 | -2/+1 |
| * | Adapt to platform API rename | Tor Arne Vestbø | 2020-10-09 | 1 | -1/+1 |
| * | Add type safe native texture accessors | Laszlo Agocs | 2020-08-03 | 1 | -4/+4 |
| * | Move resetOpenGLState out of QQFBO | Giuseppe D'Angelo | 2020-06-23 | 1 | -77/+3 |
| * | Fix typo in QQuickFbo docs | Laszlo Agocs | 2020-06-15 | 1 | -1/+1 |
| * | Move resetOpenGLState() to QQuickFbo | Laszlo Agocs | 2020-06-12 | 1 | -2/+76 |
| * | Make openglContext getter in QQuickWindow private | Laszlo Agocs | 2020-06-11 | 1 | -1/+2 |
| * | QQuickFbo: remove direct GL check | Laszlo Agocs | 2020-06-10 | 1 | -7/+3 |
| * | Adapt to changes in NativeTexture in qtbase | Eskil Abrahamsen Blomfeldt | 2020-05-25 | 1 | -1/+1 |
| * | QQuickItem: rename geometryChanged to geometryChange | Mitch Curtis | 2020-04-23 | 1 | -2/+2 |
| * | Update QQuickFBO docs and remove TODO | Laszlo Agocs | 2020-04-14 | 1 | -5/+6 |
| * | Quick: Don't qualify OpenGL includes | Ulf Hermann | 2020-01-27 | 1 | -2/+2 |
| * | Make QQuickFbo work with the OpenGL backend of QRhi | Laszlo Agocs | 2019-11-14 | 1 | -8/+22 |
| * | QQuickFbo: add the RHI warning | Laszlo Agocs | 2019-08-30 | 1 | -0/+4 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -15/+15 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -0/+1 |
| |\ |
|
| | * | Fix QSGTexture* leak in QQuickFramebufferObject | Laszlo Agocs | 2017-12-14 | 1 | -0/+1 |
| * | | Replace Q_DECL_OVERRIDE with override | Kevin Funk | 2017-09-25 | 1 | -1/+1 |
| |/ |
|
| * | Fix QQuickFramebufferObject::Renderer::invalidateFramebufferObject() | Wieland Hagen | 2017-07-25 | 1 | -8/+6 |
| * | QQuickFBO: Keep devicePixelRatio qreal as long as possible | Laszlo Agocs | 2017-07-06 | 1 | -1/+1 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+1 |
| * | Make shader effects configurable | Lars Knoll | 2016-10-10 | 1 | -0/+2 |
| * | Have proper OpenGL checks in QQuickFBO and image particles | Laszlo Agocs | 2016-08-18 | 1 | -0/+11 |
| * | Fix up some QOpenGL includes | Laszlo Agocs | 2016-04-13 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-10-02 | 1 | -0/+6 |
| |\ |
|
| | * | Make QQuickFramebufferObject::layer::enabled workv5.5.1 | Gunnar Sletta | 2015-09-11 | 1 | -0/+6 |
| * | | Merge remote-tracking branch 'origin/5.5' into 5.6 | Ulf Hermann | 2015-08-18 | 1 | -0/+9 |
| |\| |
|
| | * | Doc: added documentation to undocumented methods | Nico Vertriest | 2015-08-04 | 1 | -0/+9 |
| * | | Add a property to enable vertical mirroring in QQuickFramebufferObject | Laszlo Agocs | 2015-06-23 | 1 | -0/+31 |
| |/ |
|
| * | Enhance QQuickFramebufferObject docs regarding the state | Laszlo Agocs | 2015-05-06 | 1 | -0/+11 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Add high dpi support to QQuickFramebufferObject | Laszlo Agocs | 2014-10-22 | 1 | -0/+23 |
| * | Reset 'invalidatePending' after the FBO has been recreated. | Gunnar Sletta | 2014-09-25 | 1 | -0/+1 |
| * | Fix performance regression caused by SG signals in QQuickItem. | Gunnar Sletta | 2014-09-03 | 1 | -2/+1 |
| * | Make QQuickFramebufferObject a texture provider. | Gunnar Sletta | 2014-08-26 | 1 | -4/+53 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Mark QQuickFBO's node dirty after rendering the texture. | Gunnar Sletta | 2014-08-24 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4 | Simon Hausmann | 2014-08-12 | 1 | -5/+6 |
| |\ |
|
| | * | Fix FBO recreated every time the QSG node is updated under some conditions | Taylor Braun-Jones | 2014-08-05 | 1 | -5/+6 |
| * | | Avoid direct GL calls in Quick | Laszlo Agocs | 2014-05-23 | 1 | -1/+1 |
| |/ |
|
| * | Clearly point out the distinction between GUI and Render threads. | Gunnar Sletta | 2014-03-20 | 1 | -2/+2 |
| * | Convenience class for FBO rendering in Qt Quick | Gunnar Sletta | 2013-09-25 | 1 | -0/+397 |