aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/rendercontrol
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-262-0/+8
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-202-2/+2
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-162-5/+5
* Follow QQuickGraphicsDevice changes in QQuickRenderTargetLaszlo Agocs2020-06-262-4/+4
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-223-3/+3
* Move resetOpenGLState() to QQuickFboLaszlo Agocs2020-06-121-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-2/+2
* Remove winrtOliver Wolff2020-06-041-4/+0
* Enable rendercontrol_d3d11 example in CMake buildsLaszlo Agocs2020-05-292-2/+2
* CMake: Regenerate qtdeclarative/examplesAlexandru Croitor2020-05-294-3/+17
* Skip d3d rendercontrol example on MinGWLaszlo Agocs2020-05-272-1/+4
* Fix namespaced builds in rendercontrol exampleLaszlo Agocs2020-05-271-0/+2
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-252-5/+3
* Modernize the rendercontrol_opengl exampleLaszlo Agocs2020-05-187-710/+68
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-1119-3/+1595
* Move legacy rendercontrol example into a subdirectoryLaszlo Agocs2020-03-2415-64/+71
* Regenerate ExamplesLeander Beernaert2019-10-141-2/+2
* Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-201-1/+1
* Convert ExamplesLeander Beernaert2019-08-231-0/+49
* 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