Updated visual property animator to handle shader properties 88/109288/7
authorDavid Steele <david.steele@samsung.com>
Mon, 9 Jan 2017 19:17:59 +0000 (19:17 +0000)
committerDavid Steele <david.steele@samsung.com>
Thu, 12 Jan 2017 19:35:52 +0000 (19:35 +0000)
commit984fcbe3031a3ce3142515c515ccef9112c33c65
treef2e643bb76ebd597f0e4881f6004fc5175b2abee
parentfb0339fee98523cbf3e527ddd8125660aa441c6c
Updated visual property animator to handle shader properties

If the AnimateProperty() method cannot find the requested property
in the renderer, it now checks the shader. If it finds a registered
uniform, then it registers the same uniform on the renderer, and
sets up the appropriate transition.

Change-Id: I0f5ae27deec005f406d18ca9de28ed9cf57f96a3
Signed-off-by: David Steele <david.steele@samsung.com>
automated-tests/src/dali-toolkit/utc-Dali-Visual.cpp
dali-toolkit/internal/visuals/visual-base-impl.cpp
dali-toolkit/internal/visuals/visual-base-impl.h
dali-toolkit/public-api/controls/control-impl.cpp