Changed draw ordering to take into account the depth of the node in the hierarchy 05/43505/8
authorFerran Sole <ferran.sole@samsung.com>
Thu, 9 Jul 2015 15:37:43 +0000 (16:37 +0100)
committerFerran Sole <ferran.sole@samsung.com>
Tue, 14 Jul 2015 09:49:04 +0000 (10:49 +0100)
commit377d4b2c1591fdeb1d284e9f9ad16e0d3913f75d
treee709730a7534c23c196bed3850b9d67af8c06419
parent2262d8325431b336f7bd2c96e27ebf3a016faef9
Changed draw ordering to take into account the depth of the node in the hierarchy

Tree depth is multiplied by a known factor (10.000) to make it dominate the ordering.
Allows controls to still put renderers on top of their children as long as they know
the depth of the child tree

Change-Id: I3793b036150d39a930e9c55da1ea5b16febfd571
dali/internal/event/actors/actor-impl.h
dali/internal/event/events/hit-test-algorithm-impl.cpp
dali/internal/update/manager/prepare-render-instructions.cpp
dali/internal/update/nodes/node.cpp
dali/internal/update/nodes/node.h
dali/public-api/actors/layer.h