aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/shared/abstractviewinspector.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-05-24 16:05:17 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-29 10:54:05 +0200
commit4baa3f7105004ce815b5b16b05d895814263e987 (patch)
treefa60f50feb8424f66cd443bee86c99416cb6fdbd /src/plugins/qmltooling/shared/abstractviewinspector.h
parent3c7ac8bd3af7e11edb0af6767f8953b7c812352c (diff)
Enable QML_FIXED_ANIMATION_STEP by default with buffer queueing.
On Mac OS X and other systems with buffer queueing GL, we have very jerky animations as the pipeline does not block at regular intervals, causing the current-time based animations to come out very jerky despite us rendering at 60 FPS with a very good margin. To remedy this, we switch the default so that we by default advance with a fixed increment, making the uneven frames not a problem. This then comes at the cost of that animations will slow down if the application does not manage to render within 16 ms, but this is an acceptible compromise. Aka, now it will occationally look bad, as opposed to always bad which it currently does. Change-Id: I44a6c3e51f434e4235e49485182380ea531876d9 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'src/plugins/qmltooling/shared/abstractviewinspector.h')
0 files changed, 0 insertions, 0 deletions