[3.0] Bug fix in Transform manager, improve performance 00/84900/1
authorFerran Sole <ferran.sole@samsung.com>
Tue, 9 Aug 2016 15:07:35 +0000 (16:07 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Mon, 22 Aug 2016 17:11:32 +0000 (18:11 +0100)
commitde3bf8f68abea11fa5c71271bd3a4417b5dbb1c1
tree0df14a20535f6de8849ae2db14c3b9209542fa86
parent6df477ec7ca63489c5b01ab1455c6b01fcf6aa10
[3.0] Bug fix in Transform manager, improve performance

* World matrices where not reordered in the sorting pass causing the
  application to get the wrong value if the world matrix was queried during
  component sorting.
  This bug was causing slider handle and value to jump to an erroneous position
  when panning

* Minor performance improvement to reduce the number of swaps when
  reordering transform components

Change-Id: Ifde6ef4aaa2052c70042ef46c8909c85c407588a
dali/internal/update/manager/transform-manager.cpp