aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/rendercontrol/window_singlethreaded.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-3/+13
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-3/+13
| |\
| | * Fix outdated BSD license headerKai Koehne2017-10-171-3/+13
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* / Document and demo that fboId can be 0Laszlo Agocs2017-03-171-9/+37
|/
* examples: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-031-4/+4
* Don't call render during expose, since we are already calling render().Jan Arve Saether2016-02-051-2/+3
* Port examples to new connection syntax.Friedemann Kleint2015-07-221-1/+1
* Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-281-1/+18
* Recreate the FBO on dpr change in rendercontrol exampleLaszlo Agocs2015-04-281-5/+25
* Avoid showing garbage when resizing the rendercontrol exampleLaszlo Agocs2015-04-281-0/+1
* Fixed license headersJani Heikkinen2015-02-171-3/+3
* Update copyright headersJani Heikkinen2015-02-121-5/+5
* Prevent windows outside the gui thread in rendercontrol exampleLaszlo Agocs2015-01-071-3/+3
* rendercontrol example: calculate fbo size correctlyLaszlo Agocs2014-12-181-1/+1
* rendercontrol example: Add missing flushesLaszlo Agocs2014-12-171-0/+2
* Support threading with QQuickRenderControlLaszlo Agocs2014-12-121-0/+273