aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/textureinthread/threadrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix up the scenegraph/textureinthread exampleLaszlo Agocs2020-05-181-301/+0
* Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-2/+2
* 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
* Fix outdated BSD license headerKai Koehne2017-10-171-3/+13
* Port examples to new connection syntax.Friedemann Kleint2015-07-221-5/+5
* Fixed license headersJani Heikkinen2015-02-171-3/+3
* Update copyright headersJani Heikkinen2015-02-121-5/+5
* 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-021-35/+40
* Make example work on WindowsGunnar Sletta2013-10-221-20/+10
* Create BG context and fake surface on GUI threadGunnar Sletta2013-04-231-17/+52
* Added examples on how to use FBOs with scene graph.Gunnar Sletta2013-03-031-0/+257