Do not calculate transform if there is nothing changed as transform 46/312646/10
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 12 Jun 2024 12:21:46 +0000 (21:21 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Tue, 23 Jul 2024 02:42:56 +0000 (02:42 +0000)
commitddd253f76a6664d69b3280816fee29d65e9dce54
tree0cf64f8e6852f6a2d839785cef98500a5eb8ea29
parent49d6f15df78405ff950505cd43b7ab80154a60fa
Do not calculate transform if there is nothing changed as transform

Since we can know every cases when the local-world matrix changeness,
we can "skip" if there is nothing changed during current frame.

Transform calculation is kind of heavy operation.
So if there is any timing that we can skip it, it could be
increase performance for non-transform cases (a.k.a Lottie, AniamtedImage, Particle)

Change-Id: Ie7b6fdd8099810e599bf696fca267e48c7f83066
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/update/manager/transform-manager.cpp
dali/internal/update/manager/transform-manager.h