aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cppintegration
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-06-04 15:05:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-06 12:25:43 +0200
commit2e4a40a6ccf466802ea6b3a1cbbd85869228e3fc (patch)
treea5fc7fc8564df7759155bfb07bf606c66e467e60 /src/qml/doc/src/cppintegration
parent0d3dc8c9e4ee07895c952d48faa55cf4f4b00b7b (diff)
Add support for multisampling in QQuickWidget
Use a multisampled fbo when the requested format has samples > 0. Resolving happens after each rendering of the scene. The blit to the temporary non-multisampled fbo could be avoided, in theory, by sending the fbo instead of the texture id down the stack and performing a blit directly to fbo #0. This however involves a number of potential issues, for example due to the non-sharability of FBOs between contexts. Hence it is left as a future exercise. Task-number: QTBUG-39187 Change-Id: Iae98b969bcbc3bb57e6d73288496f5428913c826 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/qml/doc/src/cppintegration')
0 files changed, 0 insertions, 0 deletions