platform/core/uifw/dali-core.git
9 years agoMerge "Removal of a 'sec_build_binary_debug_enable' part in spec file - 'sec_build_...
taeyoon [Mon, 19 Jan 2015 11:26:57 +0000 (03:26 -0800)]
Merge "Removal of a 'sec_build_binary_debug_enable' part in spec file   - 'sec_build_binary_debug_enable and -DTIZEN_DEBUG_ENABLE' are not used." into tizen

9 years agoMerge "Fix a regression from an (old) optimization to avoid dirtying the scene too...
Kimmo Hoikka [Fri, 16 Jan 2015 10:50:20 +0000 (02:50 -0800)]
Merge "Fix a regression from an (old) optimization to avoid dirtying the scene too often" into tizen

9 years agoRemoval of a 'sec_build_binary_debug_enable' part in spec file 06/33906/1
taeyoon [Fri, 16 Jan 2015 10:09:38 +0000 (19:09 +0900)]
Removal of a 'sec_build_binary_debug_enable' part in spec file
  - 'sec_build_binary_debug_enable and -DTIZEN_DEBUG_ENABLE' are not used.

Change-Id: I6237414a6f0d6804ed639f09eaf41ededc7f5fd1

9 years agoMerge "removed some dead code" into tizen
Kimmo Hoikka [Thu, 15 Jan 2015 18:41:41 +0000 (10:41 -0800)]
Merge "removed some dead code" into tizen

9 years agoFix a regression from an (old) optimization to avoid dirtying the scene too often 61/33861/1
Kimmo Hoikka [Thu, 15 Jan 2015 18:35:42 +0000 (18:35 +0000)]
Fix a regression from an (old) optimization to avoid dirtying the scene too often

Change-Id: I630b456ac714780e11fb35696269fd73356455ae

9 years agoMerge "DALi Version 1.0.25" into tizen dali_1.0.25
Paul Wisbey [Thu, 15 Jan 2015 13:51:03 +0000 (05:51 -0800)]
Merge "DALi Version 1.0.25" into tizen

9 years agoDALi Version 1.0.25 40/33840/1
Xiangyin Ma [Thu, 15 Jan 2015 13:20:37 +0000 (13:20 +0000)]
DALi Version 1.0.25

Change-Id: I5e8619459c831c733cd0e7d9a27d530b86ed03c7

9 years agoCleanup shader compilation errors. 31/33831/1
Francisco Santos [Thu, 15 Jan 2015 11:46:54 +0000 (11:46 +0000)]
Cleanup shader compilation errors.

Change-Id: I5d2d3cf0b9cf375b743763b31ce46ecd50ba65ff

9 years agoremoved some dead code 83/33783/1
Kimmo Hoikka [Wed, 14 Jan 2015 20:07:40 +0000 (20:07 +0000)]
removed some dead code

Change-Id: I4dcf23e02c3f3b22d4401ff146074368f9a3c486

9 years agoMerge "Ensured that messages are aligned to 8 byte words on 64bit ARM" into tizen
Kimmo Hoikka [Tue, 13 Jan 2015 14:00:05 +0000 (06:00 -0800)]
Merge "Ensured that messages are aligned to 8 byte words on 64bit ARM" into tizen

9 years agoMerge "Removed bogus consts and fixed out-of-line definitions." into tizen
Kimmo Hoikka [Tue, 13 Jan 2015 13:52:32 +0000 (05:52 -0800)]
Merge "Removed bogus consts and fixed out-of-line definitions." into tizen

9 years agoFixed logging message of VertexAttribDivisor. 59/33459/1
Francisco Santos [Sat, 10 Jan 2015 16:56:16 +0000 (16:56 +0000)]
Fixed logging message of VertexAttribDivisor.

Change-Id: Ie49f610558eec95a5b55d01280c9e800a9454d19

9 years agoEnsured that messages are aligned to 8 byte words on 64bit ARM 75/33375/1
David Steele [Thu, 8 Jan 2015 17:58:28 +0000 (17:58 +0000)]
Ensured that messages are aligned to 8 byte words on 64bit ARM

Message buffers were aligning to sizeof(unsigned int), which is
not the size of a word on 64bit arm. Instead, it should use
sizeof(std::ptrdiff_t) to get word aligned memory.

Change-Id: Id84818efcaccdf531792b6f22d9ad65fd67d1106
Signed-off-by: David Steele <david.steele@partner.samsung.com>
9 years agoMerge "Internal animation changes" into tizen
Kimmo Hoikka [Thu, 8 Jan 2015 17:18:27 +0000 (09:18 -0800)]
Merge "Internal animation changes" into tizen

9 years agoInternal animation changes 56/33156/13
Ferran Sole [Tue, 6 Jan 2015 11:09:48 +0000 (11:09 +0000)]
Internal animation changes

 - Changed animation system to avoid creating/destroying SceneGraph::Animators each time the target object is connected/disconnected from the stage
 - Removed use of boost::function for animator functions

[Problem]  AnimatorConnector will create a new SceneGraph::Animator each time the target object gets connected to the stage.
           SceneGraph::Animators will be deleted by the SceneGraph::Animation whenever the target object is disconnected.
[Cause]    n/a
[Solution] AnimatorConnector creates a SceneGraph::Animator once and notifies to it whenever the target object is connected/disconnected.
           SceneGraph::Animation will only remove Animators when the target object has been destroyed.

Change-Id: I0f35e85b8bf150cd954197fe6d213aad2d9f9c89

9 years agoDALi Version 1.0.24 59/33359/1 dali_1.0.24
Lee Morgan [Thu, 8 Jan 2015 14:39:12 +0000 (14:39 +0000)]
DALi Version 1.0.24

Change-Id: I0632c28f991ccd3dad0254ea1bd89fdb562e1099

9 years agoFix hit test API to tell if it succeeds or not, clarify test case 85/33285/1
Kimmo Hoikka [Wed, 7 Jan 2015 18:44:16 +0000 (18:44 +0000)]
Fix hit test API to tell if it succeeds or not, clarify test case

Change-Id: I57e141c099c20461c6b7658bf4a27fd28af3d911

9 years agoremove incorrect unit test, most functionality already covered by public API tests... 83/33283/1
Kimmo Hoikka [Wed, 7 Jan 2015 17:25:34 +0000 (17:25 +0000)]
remove incorrect unit test, most functionality already covered by public API tests anyways

Change-Id: I3f42cecb70e67cd7288524d3f5fd591903e667df

9 years agoRemoved bogus consts and fixed out-of-line definitions. 63/33263/2
Francisco Santos [Wed, 7 Jan 2015 11:43:06 +0000 (11:43 +0000)]
Removed bogus consts and fixed out-of-line definitions.

Change-Id: I7767b19450811bf0f5467fc7e64dc3a3ea592528

9 years agoUnused variables. 93/33193/2
Francisco Santos [Tue, 6 Jan 2015 14:22:26 +0000 (14:22 +0000)]
Unused variables.

Change-Id: I617a32bffd20ce216bf9adcbc98ec3d18ba87147

9 years agoDo not overrite vtable of object. 92/33192/2
Francisco Santos [Tue, 6 Jan 2015 14:16:49 +0000 (14:16 +0000)]
Do not overrite vtable of object.

Change-Id: I92260c9e4412dabd01dc969b8171d05c63048e9a

9 years agoUnused variables. 91/33191/2
Francisco Santos [Tue, 6 Jan 2015 11:43:08 +0000 (11:43 +0000)]
Unused variables.

Change-Id: Ifa243ac802beb9a379942c112665c5a7bef1cc4d

9 years agoMerge "Replaced shift and add sequence with single multiply in hash function" into...
Kimmo Hoikka [Wed, 7 Jan 2015 11:20:04 +0000 (03:20 -0800)]
Merge "Replaced shift and add sequence with single multiply in hash function" into tizen

9 years agoMerge "Fix include guard." into tizen
Kimmo Hoikka [Wed, 7 Jan 2015 11:19:44 +0000 (03:19 -0800)]
Merge "Fix include guard." into tizen

9 years agoReplaced shift and add sequence with single multiply in hash function 80/32780/3
Andrew Cox [Tue, 23 Dec 2014 19:35:16 +0000 (19:35 +0000)]
Replaced shift and add sequence with single multiply in hash function

Archaic optimisation to think a sequence of instructions with
pipeline-stalling dependencies beats a single imul.
Compilers can still make the substitution with a shift and add if they
want to for a particular platform.

Change-Id: I313a5f98eae665f0fabd266fee09c078547be2ec
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
9 years agoJira TSAM-30 issue (Tizen 3.0 Release). Add comments of Pixel::GetAlphaOffsetAndMask() 70/33070/2
Heeyong Song [Mon, 5 Jan 2015 06:03:14 +0000 (15:03 +0900)]
Jira TSAM-30 issue (Tizen 3.0 Release). Add comments of Pixel::GetAlphaOffsetAndMask()

Change-Id: I2f3b20b60fbe3cda56b1fb85bc5828e8f553c24c

9 years agoFix include guard. 01/33101/1
Francisco Santos [Mon, 5 Jan 2015 18:10:18 +0000 (18:10 +0000)]
Fix include guard.

Change-Id: I4cce02b7eb84106e72fcbb566eb03f0ab9880102

9 years agoMerge "Fixed shader compilation error handling" into tizen
Kimmo Hoikka [Mon, 5 Jan 2015 17:57:20 +0000 (09:57 -0800)]
Merge "Fixed shader compilation error handling" into tizen

9 years agoFixed shader compilation error handling 34/32534/3
David Steele [Thu, 18 Dec 2014 19:10:54 +0000 (19:10 +0000)]
Fixed shader compilation error handling

Dali::Vector cannot use operator[0] after a Reserve (it asserts),
unlike std::vector.

Changed error handling to use Begin() instead, which returns a pointer
to the reserved memory without asserting.

Fixed exception handling, which uses the same string without the length
check.

Change-Id: I2e0131aec6cec209f27ef0ea7f903c718cbc4193
Signed-off-by: David Steele <david.steele@partner.samsung.com>
9 years agoRemove a dead virtual method from proxy object 18/32818/3
Kimmo Hoikka [Wed, 24 Dec 2014 11:22:07 +0000 (11:22 +0000)]
Remove a dead virtual method from proxy object

Change-Id: Ib86fec7f731f947b1103682af1fa12f4bd91dfb2

10 years agoUpdated RenderTask test cases 31/32631/4
David Steele [Fri, 19 Dec 2014 21:02:28 +0000 (21:02 +0000)]
Updated RenderTask test cases

Removed 2 test cases for a feature that is neither desirable or practical ( setting
the render task frequency to anything higher than 1 does not actually make the
update/render cycle at that frequency if nothing changes )

API description has been changed to reflect the current behaviour.

Fixed broken test cases, also found 1 actual error:

A resource response of LoadFailed doesn't make the UpdateManager
update the scene, whereas it should to ensure that attachments are correctly
set as completed status = NEVER; and for any dependent frame buffers to
be marked appropriately as well.

The 2 outstanding errors may also be real errors (in UtcDaliRenderTaskOnce03,
the scene graph gets drawn after the GL Sync occurs for no good reason; in
UtcDaliRenderTaskOnce08, no signal is sent ) but require further investigation.

Change-Id: I2ac9fd6dff68d4861ce1df9bbdc4d1dfb284b78d
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoFixed Klocwork reported issue 16/32816/1
Adeel Kazmi [Wed, 24 Dec 2014 11:12:30 +0000 (11:12 +0000)]
Fixed Klocwork reported issue

Change-Id: I279fdf2407b7d9f514c60c4cfc306a26ca019bb9

10 years agoDALi Version 1.0.23 08/32808/1 dali_1.0.23
Adeel Kazmi [Wed, 24 Dec 2014 10:43:40 +0000 (10:43 +0000)]
DALi Version 1.0.23

Change-Id: Ib0c995a7044efb6d7deba16f7952b6812cdf0b3e

10 years agoMerge "Add SceneCreated signal to stage." into tizen accepted/tizen/mobile/20141222.135608 accepted/tizen/tv/20141222.125312 accepted/tizen/wearable/20141222.134750 submit/tizen_mobile/20141222.110239 submit/tizen_tv/20141222.110417 submit/tizen_wearable/20141222.110410
Adeel Kazmi [Fri, 19 Dec 2014 15:05:02 +0000 (07:05 -0800)]
Merge "Add SceneCreated signal to stage." into tizen

10 years agoSaving a bit of memory by using pretty function instead of full file name 03/32203/7 accepted/tizen/common/20141222.090252 submit/tizen_common/20141218.164254
Kimmo Hoikka [Tue, 16 Dec 2014 13:59:00 +0000 (13:59 +0000)]
Saving a bit of memory by using pretty function instead of full file name

Change-Id: I9d8a8dc42333582bd789abe8383e388c946b428d

10 years agoAdd SceneCreated signal to stage. 11/32211/4
Kingsley Stephens [Tue, 16 Dec 2014 16:22:53 +0000 (16:22 +0000)]
Add SceneCreated signal to stage.

Change-Id: I61ae741964c2f2087a7463152f4071d2a0ce1ade

10 years agoDALi Version 1.0.22 64/32464/1 dali_1.0.22
Kingsley Stephens [Thu, 18 Dec 2014 10:09:25 +0000 (10:09 +0000)]
DALi Version 1.0.22

Change-Id: If5d701f3fbd65b90c9d78be4d7db66316d97b97f

10 years agoMerge "Fixed automated tests for ImageFactory" into tizen
Kimmo Hoikka [Wed, 17 Dec 2014 17:05:55 +0000 (09:05 -0800)]
Merge "Fixed automated tests for ImageFactory" into tizen

10 years agoMerge "remove 58k unnecessary asserts from dali-demo startup" into tizen
Kimmo Hoikka [Wed, 17 Dec 2014 17:04:32 +0000 (09:04 -0800)]
Merge "remove 58k unnecessary asserts from dali-demo startup" into tizen

10 years agoFixed automated tests for ImageFactory 97/32397/1
Andrew Cox [Wed, 17 Dec 2014 16:20:44 +0000 (16:20 +0000)]
Fixed automated tests for ImageFactory

[problem] Tests using outdated 50% fudge factor on image factory cache hits.
[cause] Oversight when updating the factory.
[solution] Use a tighter fudge factor and add a test of no-match case.

Change-Id: I81faf120fbced868bd4b287018d9f007c8ac56cf
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoremove 58k unnecessary asserts from dali-demo startup 16/32216/3
Kimmo Hoikka [Tue, 16 Dec 2014 19:33:56 +0000 (19:33 +0000)]
remove 58k unnecessary asserts from dali-demo startup

Change-Id: If9713cdc76dcc60cb2d63104e98b61afb8c0e05e

10 years agoDo not give an error for actors with size zero. 91/32391/2
Francisco Santos [Wed, 17 Dec 2014 14:51:37 +0000 (14:51 +0000)]
Do not give an error for actors with size zero.

Change-Id: I9a822df02ea4b03b318f53417c857bbf0cf2ecef

10 years agoRemove std::map from custom property lookup, removes some 577 map.find calls from... 62/32162/4
Kimmo Hoikka [Tue, 16 Dec 2014 12:10:37 +0000 (12:10 +0000)]
Remove std::map from custom property lookup, removes some 577 map.find calls from dali-demo startup

[Problem] too much processing, too much memory consumption
[Cause] std::map used to store properties
[Solution] change to dali ownercontainer instead

Change-Id: I4653f3e26a83989a10eb22c45852efab27cd703f

10 years agoMerge "Added cubic interpolation for key-frame animations" into tizen
Kimmo Hoikka [Tue, 16 Dec 2014 17:00:52 +0000 (09:00 -0800)]
Merge "Added cubic interpolation for key-frame animations" into tizen

10 years agoImage Scaling and filtering - Core API & Cache 26/31726/7
Andrew Cox [Thu, 4 Dec 2014 18:01:25 +0000 (18:01 +0000)]
Image Scaling and filtering - Core API & Cache

Change-Id: Ibe28044b78a4ba7b44f69bce59eeffd3355137d6
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoAdded ScopedPointer to build system 96/31996/1
Andrew Cox [Fri, 12 Dec 2014 17:32:19 +0000 (17:32 +0000)]
Added ScopedPointer to build system

Change-Id: I12af3053c98c5353160fdcfd091691f7ede56675
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoAdded a ScopedPointer to public API 94/31994/5
Andrew Cox [Fri, 12 Dec 2014 17:32:19 +0000 (17:32 +0000)]
Added a ScopedPointer to public API

A simple template class to call delete on an owned pointer when it goes
out of scope, whether that be by ordinary return or stack unwind for
exception throw.

Change-Id: Id4a9f09d1f0b69f85131f771d48d87bcc137350b
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoFixed some README comments 58/31958/3
Paul Wisbey [Fri, 12 Dec 2014 14:47:35 +0000 (14:47 +0000)]
Fixed some README comments

dali_env is in build/scripts, not build.
To get a summary.xml for the automated tests use this command: ./execute.sh -s

Change-Id: I8ec329c7341e6a88157f053ee6912ae013a4d051

10 years agoAdded cubic interpolation for key-frame animations 24/31224/7
Ferran Sole [Tue, 2 Dec 2014 16:46:20 +0000 (16:46 +0000)]
Added cubic interpolation for key-frame animations

[Problem]  Key-frame animations only supports linear interpolation between key values
[Cause]    n/a
[Solution] Allow the user to specify which interpolation method to use [Linear,Cubic]

Added unit tests for cubic interpolation
Change-Id: I152fbd2211d4b7fa52fd44f315c05869cccdd684

10 years ago[dali_1.0.21] Merge branch 'tizen' 78/31878/1
Nick Holland [Thu, 11 Dec 2014 15:02:42 +0000 (15:02 +0000)]
[dali_1.0.21] Merge branch 'tizen'

Change-Id: I57126741b8a9e031a7e9b038e0967b96c9a3189f

10 years agoDALi Version 1.0.21 74/31874/1 dali_1.0.21
Nick Holland [Thu, 11 Dec 2014 15:02:23 +0000 (15:02 +0000)]
DALi Version 1.0.21

Change-Id: I4029b8358febcdcdb1cc36c546b05b9d492b8149

10 years agoKlockwork: Fix CheckGlError assert condition 71/31771/1 accepted/tizen/common/20141211.150202 accepted/tizen/mobile/20141216.080613 accepted/tizen/tv/20141215.043910 accepted/tizen/wearable/20141215.104625 submit/tizen/20141211.140945
Kingsley Stephens [Tue, 9 Dec 2014 15:05:07 +0000 (15:05 +0000)]
Klockwork: Fix CheckGlError assert condition

Change-Id: I9f7d57869091431676deeae095f54d13b9f4d434

10 years agoMerge "Updated test harness behaviour" into tizen
Adeel Kazmi [Fri, 5 Dec 2014 16:19:11 +0000 (08:19 -0800)]
Merge "Updated test harness behaviour" into tizen

10 years agoUpdated test harness behaviour 22/31222/7
David Steele [Tue, 2 Dec 2014 15:53:43 +0000 (15:53 +0000)]
Updated test harness behaviour

Running the execute.sh script

o   Running "./execute.sh" with no arguments runs each of the test modules with
    parallel test case execution.

o   Running with "-r" option re-runs failing test cases

o   Running with the name of a test module runs only that test module, with
    remaining arguments passed on. (i.e, can use -r and test case name)

o   Running with a test case name will run each module with that test case name,
    and display it's output, or a message if it wasn't found in any test module.

o   Running with "-s" option runs the testkit-lite harness (executes all tests serially,
    writes to XML output). This has the old behaviours:

    o   Can run each test module individually by specifying it's name first.
    o   Can run all tests in a test file by specifying the source filename

Executing a test module directly now has the following behaviour:

o   With no arguments, runs all the test cases in parallel.

o   With "-r" option, it will run all the test cases in parallel, then rerun
    the failing test cases serially (with readable output)

o   Running with a test case name will execute only that test case and displays
    it's output on the command line

Colorised the output

Change-Id: Ibec29f043b7e4a31d67d0908aa52549953cd97ed
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoMerge "DALi Version 1.0.20" into tizen
Adeel Kazmi [Wed, 3 Dec 2014 17:06:05 +0000 (09:06 -0800)]
Merge "DALi Version 1.0.20" into tizen

10 years agoMerge "Change keep running reasons to enum from exported symbols to avoid external...
Adeel Kazmi [Wed, 3 Dec 2014 13:53:34 +0000 (05:53 -0800)]
Merge "Change keep running reasons to enum from exported symbols to avoid external symbol lookup" into tizen

10 years ago[dali_1.0.20] Merge branch 'tizen' 85/31285/1
Lee Morgan [Wed, 3 Dec 2014 12:31:04 +0000 (12:31 +0000)]
[dali_1.0.20] Merge branch 'tizen'

Change-Id: I9f1aa3c8d2a030ac953ce7124d00bcf9083ed99d

10 years agoDALi Version 1.0.20 78/31278/1 dali_1.0.20
Lee Morgan [Wed, 3 Dec 2014 12:21:40 +0000 (12:21 +0000)]
DALi Version 1.0.20

Change-Id: I3dce23d153c2cc3325c5db4c94418a4c433a8bb7

10 years agoChange keep running reasons to enum from exported symbols to avoid external symbol... 28/31228/2
Kimmo Hoikka [Tue, 2 Dec 2014 17:57:26 +0000 (17:57 +0000)]
Change keep running reasons to enum from exported symbols to avoid external symbol lookup

Change-Id: I6cd0375a6e6b117311fc0df2ba8a00afd0559870

10 years agoCleanup property system, remove 12 redundant std::maps and 114 std::strings being... 30/31130/5
Kimmo Hoikka [Mon, 1 Dec 2014 16:52:46 +0000 (16:52 +0000)]
Cleanup property system, remove 12 redundant std::maps and 114 std::strings being created in startup

Change-Id: Id7105d126eacaadc9c9efdb5c75a660697203177

10 years agoMerge "Refactor ImageFactory file path to hash lookup" into tizen
Kimmo Hoikka [Tue, 2 Dec 2014 16:47:59 +0000 (08:47 -0800)]
Merge "Refactor ImageFactory file path to hash lookup" into tizen

10 years agoRefactor ImageFactory file path to hash lookup 41/31141/7
Andrew Cox [Mon, 1 Dec 2014 21:57:21 +0000 (21:57 +0000)]
Refactor ImageFactory file path to hash lookup

Also beefs-up some documentation around resource loading.

Change-Id: Ifd6b240a700ee0b57d29c8a6f95a1186cff84d7e
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoSafeguard when Actor size is too big. 40/31040/7
Francisco Santos [Fri, 28 Nov 2014 18:47:25 +0000 (18:47 +0000)]
Safeguard when Actor size is too big.

Change-Id: I21355ac8041a137ad5c6bb0feb89965a280c0326

10 years agoMerge "Updated test harness to allow parallel execution" into tizen
Adeel Kazmi [Tue, 2 Dec 2014 10:16:14 +0000 (02:16 -0800)]
Merge "Updated test harness to allow parallel execution" into tizen

10 years agoFix the broken camera test case 34/31134/2
Kimmo Hoikka [Mon, 1 Dec 2014 18:02:21 +0000 (18:02 +0000)]
Fix the broken camera test case

Change-Id: Id5ee56ba072d408eaa93095a6d910821bc98147f

10 years agoUpdated test harness to allow parallel execution 43/31043/5
David Steele [Fri, 28 Nov 2014 20:34:14 +0000 (20:34 +0000)]
Updated test harness to allow parallel execution

Also ensured build script stops on error

WARNING!
Executing in parallel bypasses TestKit-Lite and does not produce XML output.

Change-Id: Ic756ebf6bc69db023494253d6a45b13419323451
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoMerge "Reconfigured dynamics test cases" into tizen
Kimmo Hoikka [Fri, 28 Nov 2014 16:06:57 +0000 (08:06 -0800)]
Merge "Reconfigured dynamics test cases" into tizen

10 years agoReconfigured dynamics test cases 77/30977/2
David Steele [Thu, 27 Nov 2014 20:37:57 +0000 (20:37 +0000)]
Reconfigured dynamics test cases

Test cases were failing when there was no dynamics support configured.
Have modified the test cases to pass when support is not configured with
a warning message.

Change-Id: I72a0b563d3ed8064ea49e7fe1328468efd66fa95
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoFriendly janitor cleaning up unnecessary header dependencies 05/31005/3
Kimmo Hoikka [Fri, 28 Nov 2014 12:02:55 +0000 (12:02 +0000)]
Friendly janitor cleaning up unnecessary header dependencies

Change-Id: Ic55a10e16aea2817af8260bd55feb052e2c0c305

10 years agoMerge "Removed unnecessary templating and initializing internal objects with exported...
Kimmo Hoikka [Fri, 28 Nov 2014 14:10:02 +0000 (06:10 -0800)]
Merge "Removed unnecessary templating and initializing internal objects with exported constants --> reduces export table lookups and speeds up compilation due to less template mess" into tizen

10 years agoMerge "Fixed documentation build break in path.h" into tizen
Kimmo Hoikka [Fri, 28 Nov 2014 14:09:50 +0000 (06:09 -0800)]
Merge "Fixed documentation build break in path.h" into tizen

10 years agoRemoved unnecessary templating and initializing internal objects with exported constants 03/31003/4
Kimmo Hoikka [Fri, 28 Nov 2014 11:22:18 +0000 (11:22 +0000)]
Removed unnecessary templating and initializing internal objects with exported constants
--> reduces export table lookups and speeds up compilation due to less template mess

Change-Id: I22d70a20277a5b522e7c156366a266a2cce441db

10 years agoMerge "Shader & Program cleanup, Part 2: Stop calling render thread methods from...
Kimmo Hoikka [Fri, 28 Nov 2014 12:38:07 +0000 (04:38 -0800)]
Merge "Shader & Program cleanup, Part 2: Stop calling render thread methods from update threads, cache uniform coordinate types - saves over 1000 messages in bubble effect start, 180 in dali-demo startup - fixed unmanaged test cases - fixed a regression in setting shader from script - removed non-functional geometry mapping enum" into tizen

10 years agoShader & Program cleanup, Part 2: Stop calling render thread methods from update... 75/30975/3
Kimmo Hoikka [Thu, 27 Nov 2014 19:45:04 +0000 (19:45 +0000)]
Shader & Program cleanup, Part 2: Stop calling render thread methods from update threads, cache uniform coordinate types
- saves over 1000 messages in bubble effect start, 180 in dali-demo startup
- fixed unmanaged test cases
- fixed a regression in setting shader from script
- removed non-functional geometry mapping enum

Change-Id: Ida2e0ec0af1b5c9756691f2513183f2fb65fb124

10 years agoFixed documentation build break in path.h 99/30999/1
Ferran Sole [Fri, 28 Nov 2014 10:26:51 +0000 (10:26 +0000)]
Fixed documentation build break in path.h

Change-Id: Ia9eb8c69d0d25228c83689a436f38fbd7aef1d09

10 years agoMerge "Check for NULL resource ticket pointer" into tizen
Kimmo Hoikka [Thu, 27 Nov 2014 18:23:01 +0000 (10:23 -0800)]
Merge "Check for NULL resource ticket pointer" into tizen

10 years agoMerge "Added api to animate an actor (position and orientation) through a path" into...
Kimmo Hoikka [Thu, 27 Nov 2014 18:22:51 +0000 (10:22 -0800)]
Merge "Added api to animate an actor (position and orientation) through a path" into tizen

10 years agoAdded api to animate an actor (position and orientation) through a path 74/30174/20
Ferran Sole [Wed, 12 Nov 2014 11:41:57 +0000 (11:41 +0000)]
Added api to animate an actor (position and orientation) through a path

[Problem]  N/A
[Cause]    N/A
[Solution] N/A

Change-Id: Ibcf6a98cd073c145b3b873822aecde73afb31e39

10 years agoSave both Image width and height if either is requested 56/30656/2
Andrew Cox [Fri, 21 Nov 2014 16:15:11 +0000 (16:15 +0000)]
Save both Image width and height if either is requested

[problem]
Too many file operations for reading image dimensions synchronously
are showing up in profiles.

[cause]
Image::GetWidth() and Image::GetHeight() each separately initiates
a file read of the image header if the image is not loaded yet.

[solution]
Modify Image::GetWidth() and Image::GetHeight() so that whichever is
called first will save both.

Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Change-Id: I8116bbcb682e27eb9aaa0fe7904086df46e7699e

10 years agoCheck for NULL resource ticket pointer 01/30901/2
Kevin Butchart [Wed, 26 Nov 2014 17:50:07 +0000 (17:50 +0000)]
Check for NULL resource ticket pointer

When reloading resources after context loss, it is possible for
some of the resources to have already been destroyed, but still
be in the map in the image factory. In this case the search
for the ResourceTicket returns a NULL pointer which should be
checked for.

Change-Id: I967e7e07021903ad57d9a1617295bf94f16b53b6

10 years ago[dali_1.0.19] Merge branch 'release19' 43/30943/1
Kingsley Stephens [Thu, 27 Nov 2014 11:32:04 +0000 (11:32 +0000)]
[dali_1.0.19] Merge branch 'release19'

Change-Id: Ie4e958e8fd80033e0773da67332abbe6b6cee7e2

10 years agoDALi Version 1.0.19 38/30938/1 dali_1.0.19
Kingsley Stephens [Thu, 27 Nov 2014 11:26:02 +0000 (11:26 +0000)]
DALi Version 1.0.19

Change-Id: I9690bba71781c4db7c01d351024b66ea2cac50af

10 years agoMerge "Increased precision of texture coordinate in textured mesh shader" into tizen
Kimmo Hoikka [Wed, 26 Nov 2014 18:59:16 +0000 (10:59 -0800)]
Merge "Increased precision of texture coordinate in textured mesh shader" into tizen

10 years agoMerge "Shader & Program cleanup, Part 1: Remove cyclic dependency between programs...
Kimmo Hoikka [Wed, 26 Nov 2014 18:52:04 +0000 (10:52 -0800)]
Merge "Shader & Program cleanup, Part 1: Remove cyclic dependency between programs and context, remove shader from binary saving path Removes 10 exports and reduces 5 relocs (on Ubuntu profile)" into tizen

10 years agoIncreased precision of texture coordinate in textured mesh shader 98/30898/2
Richard Huang [Wed, 26 Nov 2014 16:13:05 +0000 (16:13 +0000)]
Increased precision of texture coordinate in textured mesh shader

Change-Id: I9ad64c6aaef1d014452c5815c8aede41b08e5607

10 years agoMerge "(TextActor) Ensure TextAttachment is updated after SetTextStyle" into tizen
Adeel Kazmi [Tue, 25 Nov 2014 15:06:26 +0000 (07:06 -0800)]
Merge "(TextActor) Ensure TextAttachment is updated after SetTextStyle" into tizen

10 years agoShader & Program cleanup, Part 1: Remove cyclic dependency between programs and conte... 46/30646/4
Kimmo Hoikka [Fri, 21 Nov 2014 11:54:29 +0000 (11:54 +0000)]
Shader & Program cleanup, Part 1: Remove cyclic dependency between programs and context, remove shader from binary saving path
Removes 10 exports and reduces 5 relocs (on Ubuntu profile)

Change-Id: I2aef34c54fcb58904d456e5d767f96f6c8352447

10 years agoFixed shader effect precision for mesh 60/30660/1
Richard Huang [Fri, 21 Nov 2014 18:10:20 +0000 (18:10 +0000)]
Fixed shader effect precision for mesh

Change-Id: I0a08d89e2a89f95c9f3b35bed6ec1944b556bf2e

10 years agoMerge "fix shader binary compilation to work with lazy compilation" into tizen
Kimmo Hoikka [Thu, 20 Nov 2014 15:10:34 +0000 (07:10 -0800)]
Merge "fix shader binary compilation to work with lazy compilation" into tizen

10 years agofix shader binary compilation to work with lazy compilation 48/29048/29
Kimmo Hoikka [Mon, 20 Oct 2014 15:30:44 +0000 (16:30 +0100)]
fix shader binary compilation to work with lazy compilation

[Problem] shader binary saving was assuming immediately compilation
[Cause]
[Solution] if shader binaries are supported, compile shader immediately for the first time

Change-Id: Id3089046edf5a366ec8c852382a069927f4c980d

10 years agoclean up Dali::Any comments and code 09/30409/2
Kimmo Hoikka [Mon, 17 Nov 2014 15:26:09 +0000 (15:26 +0000)]
clean up Dali::Any comments and code

[Problem]
[Cause]
[Solution]

Change-Id: Icaa88fea31e8e92c8b6305f5720275c6a529c21c

10 years ago[dali_1.0.18] Merger branch 'tizen' 75/30575/1
Xiangyin Ma [Thu, 20 Nov 2014 13:09:30 +0000 (13:09 +0000)]
[dali_1.0.18] Merger branch 'tizen'

Change-Id: I19126efaa4056facab17b984dec53f910f072743

10 years agoDALi Version 1.0.18 71/30571/1 dali_1.0.18
Xiangyin Ma [Thu, 20 Nov 2014 12:54:01 +0000 (12:54 +0000)]
DALi Version 1.0.18

Change-Id: If9671a4e1dd859710409ef208ddce6e7a0a84125

10 years ago(TextActor) Ensure TextAttachment is updated after SetTextStyle 53/30453/1
Agnelo Vaz [Tue, 18 Nov 2014 14:43:50 +0000 (14:43 +0000)]
(TextActor) Ensure TextAttachment is updated after SetTextStyle

DoRender in Scene graph text Renderer always had the same pixel size for different font sizes because TextChanged was not called in TextAttachment SetStyle

Change-Id: Ida7f58b4f62577256aecd2fc267210ff42ad260a
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
10 years agoReduce texture binds and active texture calls for draw calls by better caching 42/30342/5
Kimmo Hoikka [Fri, 14 Nov 2014 16:28:03 +0000 (16:28 +0000)]
Reduce texture binds and active texture calls for draw calls by better caching

[Problem]
[Cause]
[Solution]

Change-Id: Ic9d57d4016cd2fd732fac4688aa30f9ad41b2846

10 years agoFixed throwing exceptions from destructors. 45/30345/2
Francisco Santos [Fri, 14 Nov 2014 16:43:23 +0000 (16:43 +0000)]
Fixed throwing exceptions from destructors.

Change-Id: I7338f26f821a762d3ff00c06c757659c412a706f

10 years agoIterator is no longer valid after erase. 41/30341/2
Francisco Santos [Fri, 14 Nov 2014 16:28:48 +0000 (16:28 +0000)]
Iterator is no longer valid after erase.

Change-Id: I5655528f2787e53ce427c407d276671ae01051e5

10 years agoRealloc failure not handled 40/30340/2
Francisco Santos [Fri, 14 Nov 2014 16:25:38 +0000 (16:25 +0000)]
Realloc failure not handled

Change-Id: If6e8e5989a131748aa4489d94e53d9da3a9db0fd

10 years agoremove std::auto_ptr from ProxyObject 24/30224/8
Kimmo Hoikka [Wed, 12 Nov 2014 17:28:18 +0000 (17:28 +0000)]
remove std::auto_ptr from ProxyObject

[Problem]
[Cause]
[Solution]

Change-Id: I00262ab2c111eae4b3c13c4619a295db28b441a4

10 years agofix failing tests: 2 incorrect test cases 1 memory leak in dali core 08/30308/4
Kimmo Hoikka [Fri, 14 Nov 2014 10:14:01 +0000 (10:14 +0000)]
fix failing tests: 2 incorrect test cases 1 memory leak in dali core

[Problem]
[Cause]
[Solution]

Change-Id: I0b5196756ce3716013eb944c955e7d51cdf4469c