Commit 3e14de57 authored by Miikka Heikkinen's avatar Miikka Heikkinen Committed by Pasi Keränen
Browse files

Actual fix for "shaking" bug that occurred in some GPUs


The first FBO we create gets corrupted by something outside
Canvas3D in some cases. E.g. changing the text in an completely unrelated
Text element may corrupt Canvas3D FBOs. This only happens with some GPU
drivers, likely due to a bug in the drivers themselves. To work around
the issue, the first FBO we create is a dummy that we delete once the
real FBOs are done.

Change-Id: Ie8c2a0ec3899c3eb22e4de8809c3b41607cc83c3
Task-number: QTBUG-46101
Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
Showing with 12 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment