index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
items
/
qquickframebufferobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 work
v5.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