diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-02-18 15:14:57 +0900 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-23 10:10:25 +0100 |
commit | 9a51a1f4cc6cea442957ae5f9bda4d1cd5379685 (patch) | |
tree | ddbd1875b699e0f78ef379741032944ac617ecd5 /ridljar | |
parent | f699de99bdc86408c47086d15f80408734c42ae4 (diff) |
android: do tile reevaluation in LOKitThread
Currently the tile reevaluation was done in UI thread which could
cause UI stutters as reevaluation is not a simple task. The
result was also a lot of tile rendering requests to LOKitThread.
This changes turns this around and the tile reevaluation is done
in LOKitThread instead. Now the UI thread just sends a LOEvent
when the reevaluation should be done. This should also reduce
the amount of messages that are queued in LOKitThread, however
an execution time should increase.
Change-Id: I01ce911226a71607c06da6100de323ca555db474
Diffstat (limited to 'ridljar')
0 files changed, 0 insertions, 0 deletions