aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/rendercontrol
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-263-19/+19
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-068-27/+111
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-248-26/+96
| |\
| | * Fix outdated FDL license headerKai Koehne2017-10-171-5/+5
| | * Fix outdated BSD license headerKai Koehne2017-10-177-21/+91
| * | Qt Quick examples: Introduce QCommandLineParserFriedemann Kleint2017-10-181-1/+15
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-254-12/+12
|/ /
* / Document and demo that fboId can be 0Laszlo Agocs2017-03-172-9/+39
|/
* Enable shader disk cache in Qt QuickLaszlo Agocs2016-11-271-2/+2
* examples: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-032-8/+8
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-2/+3
|\
| * Don't call render during expose, since we are already calling render().Jan Arve Saether2016-02-051-2/+3
* | Updated license headersJani Heikkinen2016-01-201-16/+33
|/
* Port examples to new connection syntax.Friedemann Kleint2015-07-222-2/+2
* Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-282-2/+29
* Recreate the FBO on dpr change in rendercontrol exampleLaszlo Agocs2015-04-282-5/+28
* Avoid showing garbage when resizing the rendercontrol exampleLaszlo Agocs2015-04-281-0/+1
* Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-202-3/+11
* Fixed license headersJani Heikkinen2015-02-177-21/+21
* Update copyright headersJani Heikkinen2015-02-129-48/+48
* Prevent windows outside the gui thread in rendercontrol exampleLaszlo Agocs2015-01-074-11/+15
* rendercontrol example: calculate fbo size correctlyLaszlo Agocs2014-12-181-1/+1
* rendercontrol example: Add missing flushesLaszlo Agocs2014-12-172-0/+3
* Support threading with QQuickRenderControlLaszlo Agocs2014-12-128-201/+938
* Avoid crashing the rendercontrol example on exitLaszlo Agocs2014-09-181-2/+5
* Tune the colors in the rendercontrol exampleLaszlo Agocs2014-09-101-10/+11
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Make QQuickRenderControl publicLaszlo Agocs2014-06-248-0/+801