aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/textureinthread
Commit message (Expand)AuthorAgeFilesLines
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-8/+8
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-246-20/+70
|\
| * Fix outdated FDL license headerKai Koehne2017-10-171-5/+5
| * Fix outdated BSD license headerKai Koehne2017-10-175-15/+65
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-141-1/+1
|/
* examples: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-031-1/+1
* Port examples to new connection syntax.Friedemann Kleint2015-07-221-5/+5
* Fixed license headersJani Heikkinen2015-02-175-15/+15
* Update copyright headersJani Heikkinen2015-02-126-31/+31
* Add hint regarding alpha fbo's in the textureinthread example.Gunnar Sletta2014-11-171-0/+2
* Mark custom node in textureinthread dirty after rendering textureTasuku Suzuki2014-08-261-0/+2
* Avoid direct GL calls in Qt Quick examples and testsLaszlo Agocs2014-07-011-2/+2
* Make example work when QOffscreenSurface == QWindowGunnar Sletta2014-04-023-36/+47
* Make example work on WindowsGunnar Sletta2013-10-222-23/+10
* Disable textureinthread example when threaded gl is not available.Gunnar Sletta2013-05-224-3/+67
* Doc: Fix example path for Qt Quick scenegraph examplesTopi Reinio2013-04-291-1/+1
* Create BG context and fake surface on GUI threadGunnar Sletta2013-04-233-22/+85
* Added examples on how to use FBOs with scene graph.Gunnar Sletta2013-03-038-0/+567