Added examples on how to use FBOs with scene graph.
authorGunnar Sletta <gunnar.sletta@digia.com>
Wed, 27 Feb 2013 07:44:47 +0000 (08:44 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 3 Mar 2013 18:43:11 +0000 (19:43 +0100)
commit15e58df3386b5438f6ae114a51ad4a258085e70b
treef88db61cd86efe94ba4ea2be01a64b4dfc99ba74
parentb1f8c84eb5ddaea9dcbe58ed174106802080ff21
Added examples on how to use FBOs with scene graph.

I also cleaned up the naming of the other scene graph examples a bit,
so that they sort together in the samples list and have a more obvious
naming scheme.

Task-number: QTBUG-29548
Change-Id: I455eacb02c06058a6d49e12e4f1813ec80b655f6
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
27 files changed:
examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc
examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc
examples/quick/scenegraph/scenegraph.pro
examples/quick/scenegraph/shared/logorenderer.cpp [new file with mode: 0644]
examples/quick/scenegraph/shared/logorenderer.h [new file with mode: 0644]
examples/quick/scenegraph/simplematerial/doc/src/simplematerial.qdoc
examples/quick/scenegraph/textureinsgnode/doc/images/textureinsgnode-example.jpg [new file with mode: 0644]
examples/quick/scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc [new file with mode: 0644]
examples/quick/scenegraph/textureinsgnode/fboinsgrenderer.cpp [new file with mode: 0644]
examples/quick/scenegraph/textureinsgnode/fboinsgrenderer.h [new file with mode: 0644]
examples/quick/scenegraph/textureinsgnode/main.cpp [new file with mode: 0644]
examples/quick/scenegraph/textureinsgnode/main.qml [new file with mode: 0644]
examples/quick/scenegraph/textureinsgnode/textureinsgnode.pro [new file with mode: 0644]
examples/quick/scenegraph/textureinsgnode/textureinsgnode.qrc [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/doc/images/textureinthread-example.jpg [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/main.cpp [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/main.qml [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/textureinthread.pro [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/textureinthread.qrc [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/threadrenderer.cpp [new file with mode: 0644]
examples/quick/scenegraph/textureinthread/threadrenderer.h [new file with mode: 0644]
src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc
src/quick/items/qquickwindow.cpp
src/quick/scenegraph/coreapi/qsggeometry.cpp
src/quick/scenegraph/util/qsgsimplematerial.cpp
src/quick/scenegraph/util/qsgtexture.cpp