aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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