platform/core/uifw/dali-core.git
7 years agoRevert "[3.0] Add missed doxygen documentation" 98/97598/1
dongsug.song [Mon, 14 Nov 2016 13:46:14 +0000 (22:46 +0900)]
Revert "[3.0] Add missed doxygen documentation"

This reverts commit dbbe326c4c5dd97df1796c8e59d6ed2a1231d8f0.

Change-Id: I976e10a9da8a33ef12585e8f79e0f002d584b4ed

7 years agoRevert "[3.0] Modify texture bind for OES_EGL_image_external" 76/97576/1
dongsug.song [Mon, 14 Nov 2016 13:44:42 +0000 (22:44 +0900)]
Revert "[3.0] Modify texture bind for OES_EGL_image_external"

This reverts commit e3f1a3ca11234576099f419dc245d66721a94cc9.

Change-Id: I6376508af51c59f2005e168a5e6de7264d7a9c4f

7 years agoDALi Version 1.2.14 58/97258/1 dali_1.2.14
Adeel Kazmi [Fri, 11 Nov 2016 18:39:57 +0000 (18:39 +0000)]
DALi Version 1.2.14

Change-Id: I154c77b8c52b5969be582be1702337f2293cfe75

7 years agoAdded warning message for inactive samplers in the shader 03/95703/8
Ferran Sole [Fri, 4 Nov 2016 08:53:54 +0000 (08:53 +0000)]
Added warning message for inactive samplers in the shader

* Added warning message when a sampler uniform is declared but not used in the shader
* Added warning message when TextureSet contains a different number of textures
  than the number of active samplers in the shader
* Changed renderer behaviour to render even if the number of textures is
  greater than the number of active samplers

Change-Id: Idbd4bebee8ddb6cd48aa84cce5607ae24f38a964

7 years agoAnimation documentation now mentions TimePeriod effect on overall duration 83/96083/3
Adeel Kazmi [Mon, 7 Nov 2016 17:53:40 +0000 (17:53 +0000)]
Animation documentation now mentions TimePeriod effect on overall duration

Change-Id: I761ccdfe86d721742ba1fc4f52f2cce8ba47b23d

7 years agoMerge "Fix a bug where NativeImage::GetUrl() was always returning empty string" into...
David Steele [Fri, 4 Nov 2016 14:41:13 +0000 (07:41 -0700)]
Merge "Fix a bug where NativeImage::GetUrl() was always returning empty string" into devel/master

7 years agoFix a bug where NativeImage::GetUrl() was always returning empty string 73/95773/1
Kimmo Hoikka [Fri, 4 Nov 2016 13:18:46 +0000 (13:18 +0000)]
Fix a bug where NativeImage::GetUrl() was always returning empty string

Change-Id: Ifcf2d78f126aa80daebaefd50e60178c28e41ec1

7 years agoDALi Version 1.2.13 64/95764/1 dali_1.2.13
Tom Robinson [Fri, 4 Nov 2016 13:13:22 +0000 (13:13 +0000)]
DALi Version 1.2.13

Change-Id: I8cbd06a14110111bc6a6f44af2df70a6f0022bab

7 years agoCorrected documentation in Shader 09/94409/2
Adeel Kazmi [Fri, 28 Oct 2016 16:58:48 +0000 (17:58 +0100)]
Corrected documentation in Shader

Change-Id: Ib3aaca6367458536421b3563a6d0780038e4c4d7

7 years agoDALi Version 1.2.12 65/94365/1 dali_1.2.12
Xiangyin Ma [Fri, 28 Oct 2016 12:17:56 +0000 (13:17 +0100)]
DALi Version 1.2.12

Change-Id: I6ecd55ab1702ea8a7507ecdcd28f5a37874272aa

7 years agoFix a bug in texture where Upload without parameters was incorrectly using the Textur... 33/93333/3
Kimmo Hoikka [Fri, 21 Oct 2016 16:48:39 +0000 (17:48 +0100)]
Fix a bug in texture where Upload without parameters was incorrectly using the Texture size rather than the PixelData size

Change-Id: Id50e635172be645f9be17a3bac5fad7320dab766

7 years agoChanged README to README.md 29/93529/4
Paul Wisbey [Mon, 24 Oct 2016 17:24:06 +0000 (18:24 +0100)]
Changed README to README.md

Change-Id: I0538f886788ff726288da68d86572bee26827125

7 years agoMerge "DALi Version 1.2.11" into devel/master
Adeel Kazmi [Fri, 21 Oct 2016 14:14:25 +0000 (07:14 -0700)]
Merge "DALi Version 1.2.11" into devel/master

7 years agoDALi Version 1.2.11 12/93312/1 dali_1.2.11
Nick Holland [Fri, 21 Oct 2016 14:08:24 +0000 (15:08 +0100)]
DALi Version 1.2.11

Change-Id: I3844d7ca768295de066521df081068fff86dfe8d

7 years agoHit test includes clipping actors as well as their children 64/93264/3
Tom Robinson [Fri, 21 Oct 2016 11:31:06 +0000 (12:31 +0100)]
Hit test includes clipping actors as well as their children

Change-Id: Id9a4917fc4a40b57a32ef8017b0ee1f8488d0fe2

7 years agoAdded chaining support for Property::Array 39/92739/1
Kimmo Hoikka [Tue, 18 Oct 2016 10:56:27 +0000 (11:56 +0100)]
Added chaining support for Property::Array

Change-Id: Id0a70f623890ae835285ff7db9fc1b202ddcddbe

7 years agoDALi Version 1.2.10 28/92328/1 dali_1.2.10
Richard Huang [Fri, 14 Oct 2016 13:16:35 +0000 (14:16 +0100)]
DALi Version 1.2.10

Change-Id: I5ef2ec34f90107e7b3db434d2955654f9ba74870

7 years agoAdded a new default for ActorBehaviour. 70/90870/2
David Steele [Tue, 4 Oct 2016 13:03:13 +0000 (14:03 +0100)]
Added a new default for ActorBehaviour.

The default behaviour for actors is now to have Size Negotiation
switched on.

Thus, the name ACTOR_BEHAVIOUR_NONE is wrong.

Have deprecated ACTOR_BEHAVIOUR_NONE, and added a new ACTOR_BEHAVIOUR_DEFAULT
instead.

Change-Id: I79812715a8dd9b4eb8aa2d41819bcb6c9e403e3d
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoMerge "Elaborated on some of the TouchData documenation" into devel/master
Kimmo Hoikka [Mon, 10 Oct 2016 18:10:14 +0000 (11:10 -0700)]
Merge "Elaborated on some of the TouchData documenation" into devel/master

7 years agoMerge "Add missed doxygen documentation" into devel/master
Adeel Kazmi [Mon, 10 Oct 2016 10:55:34 +0000 (03:55 -0700)]
Merge "Add missed doxygen documentation" into devel/master

7 years agoElaborated on some of the TouchData documenation 70/91470/2
Adeel Kazmi [Fri, 7 Oct 2016 17:19:00 +0000 (18:19 +0100)]
Elaborated on some of the TouchData documenation

Change-Id: I2dc4dd464b4d0567f15d4ecbacac768de0ff2474

7 years agoDALi Version 1.2.9 55/91455/1 dali_1.2.9
Ferran Sole [Fri, 7 Oct 2016 15:32:34 +0000 (16:32 +0100)]
DALi Version 1.2.9

Change-Id: Ie54703297528b7fdb300881c074f32f947fb5d92

7 years agoAdd function to set top margin of the stage 17/87617/11
suhyung Eom [Fri, 9 Sep 2016 01:49:56 +0000 (10:49 +0900)]
Add function to set top margin of the stage

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I93ad124f3b584976ceda8d38de12983be48aefe4

7 years agoDALi Version 1.2.8 77/90577/1 dali_1.2.8
adam.b [Fri, 30 Sep 2016 14:11:25 +0000 (15:11 +0100)]
DALi Version 1.2.8

Change-Id: I63da29d555e981be0ae93568508341e7d7d85f28

7 years agoModify texture bind for OES_EGL_image_external 63/89863/5
taeyoon [Wed, 7 Sep 2016 10:53:03 +0000 (19:53 +0900)]
Modify texture bind for OES_EGL_image_external

  Modify BindTexture part for native image source with OES_EGL_image_external

Change-Id: I4c4063d98293f833739870a7c8c42d0ab70d409c

7 years ago[3.0] Modify texture bind for OES_EGL_image_external 35/87335/4 accepted/tizen/3.0/common/20161114.110118 accepted/tizen/3.0/ivi/20161028.133842 accepted/tizen/3.0/ivi/20161104.103405 accepted/tizen/3.0/mobile/20161028.132939 accepted/tizen/3.0/mobile/20161104.103208 accepted/tizen/3.0/tv/20161028.133301 accepted/tizen/3.0/tv/20161104.103307 accepted/tizen/3.0/wearable/20161028.133603 accepted/tizen/3.0/wearable/20161104.103335 accepted/tizen/common/20161014.103239 accepted/tizen/ivi/20161017.013539 accepted/tizen/mobile/20161017.013339 accepted/tizen/tv/20161017.013427 accepted/tizen/wearable/20161017.013504 submit/tizen/20161014.094936 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0/20161102.074150 submit/tizen_3.0_common/20161104.104000
taeyoon [Wed, 7 Sep 2016 10:53:03 +0000 (19:53 +0900)]
[3.0] Modify texture bind for OES_EGL_image_external

  Modify BindTexture part for native image source with OES_EGL_image_external

Change-Id: I4c4063d98293f833739870a7c8c42d0ab70d409c

7 years agoAdd missed doxygen documentation 93/89693/1
Seoyeon Kim [Fri, 23 Sep 2016 04:41:39 +0000 (13:41 +0900)]
Add missed doxygen documentation

- Parameters of some members are not documented.
- Enumeration of some classes are not documented.
- Return types of some members are not documented.

Change-Id: Iba5275921c2c1fc47d1b3d3cfd2aa01f3a153979
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Add missed doxygen documentation 91/89291/11
Seoyeon Kim [Fri, 23 Sep 2016 04:41:39 +0000 (13:41 +0900)]
[3.0] Add missed doxygen documentation

- Parameters of some members are not documented.
- Enumeration of some classes are not documented.
- Return types of some members are not documented.

Change-Id: Iba5275921c2c1fc47d1b3d3cfd2aa01f3a153979
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "DALi Version 1.2.7" into devel/master
David Steele [Fri, 23 Sep 2016 13:00:26 +0000 (06:00 -0700)]
Merge "DALi Version 1.2.7" into devel/master

7 years agoDALi Version 1.2.7 42/89442/1 dali_1.2.7
David Steele [Fri, 23 Sep 2016 12:56:29 +0000 (13:56 +0100)]
DALi Version 1.2.7

Change-Id: Ie8bffad95e30ba510861f32dd122639c378facbc

7 years agoMerge "Documentation cleanup." into devel/master
David Steele [Fri, 23 Sep 2016 12:03:26 +0000 (05:03 -0700)]
Merge "Documentation cleanup." into devel/master

7 years agoDocumentation cleanup. 01/89201/1
Andrew Poor [Thu, 22 Sep 2016 13:57:42 +0000 (14:57 +0100)]
Documentation cleanup.

Change-Id: I2f956983f5cb095274b13a6467817f061c28c7d2

7 years ago[3.0] Fix license issue 77/88577/1 accepted/tizen/3.0/ivi/20161011.043719 accepted/tizen/3.0/mobile/20161015.032548 accepted/tizen/3.0/tv/20161016.003754 accepted/tizen/3.0/wearable/20161015.081745 accepted/tizen/common/20160922.142728 accepted/tizen/ivi/20160923.090329 accepted/tizen/mobile/20160923.090101 accepted/tizen/tv/20160923.090154 accepted/tizen/wearable/20160923.090245 submit/tizen/20160922.140223 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
Seoyeon Kim [Tue, 20 Sep 2016 00:49:37 +0000 (09:49 +0900)]
[3.0] Fix license issue

- Change the license name and delete Samsung Properietary license

Change-Id: I38c879b47157e6126219a85f2c326291da55abf1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoFix license issue 72/88572/1
Seoyeon Kim [Tue, 20 Sep 2016 00:49:37 +0000 (09:49 +0900)]
Fix license issue

- Change the license name and delete Samsung Properietary license

Change-Id: I38c879b47157e6126219a85f2c326291da55abf1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoAdded Property::Key type to properly represent keys in maps 52/88152/9
David Steele [Tue, 13 Sep 2016 19:57:40 +0000 (20:57 +0100)]
Added Property::Key type to properly represent keys in maps

Currently, Property::Map can have either string or integer
keys. The two methods GetPair and GetKey only allow iteration
over string keys.

Have added a single Key type that enables the retrieval of all
keys of Property::Map via the two new methods GetKeyAt and GetKeyValue

Have un-deprecated GetValue, which is still valid.

Added a new method Handle::GetPropertyIndex( Property::Key ), which
allows a lookup of a property from a property map key.

This is useful to enable property maps to be used as a property
aggregator when setting values on objects.

Have updated Scripting and PropertyBuffer to use new Property::Map
interface rather than the deprecated interface.

Change-Id: Ie2db5355fd661ed73a6f92b720d92ca1e6ab8d76
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoDALi Version 1.2.6 32/88332/1 dali_1.2.6
Agnelo Vaz [Fri, 16 Sep 2016 09:55:39 +0000 (10:55 +0100)]
DALi Version 1.2.6

Change-Id: Id2ec76758fb36df2d68c6b88d7420d93ea3c857a

7 years agoMerge "Remove/move experimental features" into devel/master
Kimmo Hoikka [Thu, 15 Sep 2016 17:17:29 +0000 (10:17 -0700)]
Merge "Remove/move experimental features" into devel/master

7 years ago[3.0] Remove/move experimental features 90/87990/6
taeyoon [Mon, 12 Sep 2016 11:39:13 +0000 (20:39 +0900)]
[3.0] Remove/move experimental features

Change-Id: I22b82082a0a2bd465a28a54e3f7c5d20be8bff37
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
7 years agoMerge "Added new API to Property::Map to enable method chaining" into devel/master
Adeel Kazmi [Thu, 15 Sep 2016 15:42:19 +0000 (08:42 -0700)]
Merge "Added new API to Property::Map to enable method chaining" into devel/master

7 years agoRemove/move experimental features 43/88243/2
taeyoon [Mon, 12 Sep 2016 11:39:13 +0000 (20:39 +0900)]
Remove/move experimental features

Change-Id: I22b82082a0a2bd465a28a54e3f7c5d20be8bff37
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
7 years ago[3.0] Mark Clipping API as being part of the Tizen 3 version 55/87855/2
Adeel Kazmi [Fri, 9 Sep 2016 13:52:35 +0000 (14:52 +0100)]
[3.0] Mark Clipping API as being part of the Tizen 3 version

Change-Id: I3c0be13ad6fdce174f539c7a0bc310226628c1ef
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
7 years ago[3.0] Clipping API feature in Actor 43/87843/3
Tom Robinson [Fri, 18 Mar 2016 17:05:28 +0000 (17:05 +0000)]
[3.0] Clipping API feature in Actor

A clipping mode property has been added to Actor.
This property controls how the actor will clip its children against it.

Property: Actor::Property::ClippingMode / "clippingMode"

Change-Id: I5f787d6986dc87089566b7a1f721ec4f4ae74b46
Values:
  DISABLED                      This Actor will not clip its children.
  CLIP_CHILDREN                 This Actor will clip all children to its contents (the actor will also be visible itself).

7 years agoMark Clipping API as being part of the Tizen 3 version 25/87825/4
Adeel Kazmi [Fri, 9 Sep 2016 13:52:35 +0000 (14:52 +0100)]
Mark Clipping API as being part of the Tizen 3 version

Change-Id: I3c0be13ad6fdce174f539c7a0bc310226628c1ef

7 years ago[3.0] Combine StencilMode and WriteToColorBuffer to RenderMode 29/87829/1
Tom Robinson [Wed, 7 Sep 2016 18:17:38 +0000 (19:17 +0100)]
[3.0] Combine StencilMode and WriteToColorBuffer to RenderMode

Change-Id: Ib22783d9036ab1e53b8b45e25f2af1e65a408b77

7 years agoDALi Version 1.2.5 11/87811/1 dali_1.2.5
Xiangyin Ma [Fri, 9 Sep 2016 13:02:01 +0000 (14:02 +0100)]
DALi Version 1.2.5

Change-Id: I749125836d7c7eeda7e4560fe4e8275b5c51c104

7 years agoMerge "[3.0] Add Privilege doxygen tags" into tizen
Adeel Kazmi [Fri, 9 Sep 2016 12:57:39 +0000 (05:57 -0700)]
Merge "[3.0] Add Privilege doxygen tags" into tizen

7 years agoMerge "[3.0] Fix WeakHandleBase::Reset()" into tizen
Adeel Kazmi [Fri, 9 Sep 2016 12:56:51 +0000 (05:56 -0700)]
Merge "[3.0] Fix WeakHandleBase::Reset()" into tizen

7 years agoClipping API feature in Actor 37/62837/51
Tom Robinson [Fri, 18 Mar 2016 17:05:28 +0000 (17:05 +0000)]
Clipping API feature in Actor

A clipping mode property has been added to Actor.
This property controls how the actor will clip its children against it.

Property: Actor::Property::ClippingMode / "clippingMode"

Values:
  DISABLED                      This Actor will not clip its children.
  CLIP_CHILDREN                 This Actor will clip all children to its contents (the actor will also be visible itself).

Change-Id: Ic96ee03bd6048b06abcbd36569db455ab8129d25

7 years agoMerge "Fix WeakHandleBase::Reset()" into devel/master
David Steele [Thu, 8 Sep 2016 14:58:17 +0000 (07:58 -0700)]
Merge "Fix WeakHandleBase::Reset()" into devel/master

7 years ago[3.0] Fix WeakHandleBase::Reset() 76/87576/1
Xiangyin Ma [Tue, 6 Sep 2016 14:41:54 +0000 (15:41 +0100)]
[3.0] Fix WeakHandleBase::Reset()

If Reset() is called somewhere, there is no way to check whether this WeakHandle is still valid. Attempts of calling GetBaseHandle() or operator ==, != will crash.

Change-Id: I161af6539f2a9ab971a55f0e1280ed890cd98715

7 years agoCombine StencilMode and WriteToColorBuffer to RenderMode 84/87384/1
Tom Robinson [Wed, 7 Sep 2016 18:17:38 +0000 (19:17 +0100)]
Combine StencilMode and WriteToColorBuffer to RenderMode

Change-Id: I989389056c9f095d11ad706948a31e21a273ac25

7 years agoFix WeakHandleBase::Reset() 67/87167/3
Xiangyin Ma [Tue, 6 Sep 2016 14:41:54 +0000 (15:41 +0100)]
Fix WeakHandleBase::Reset()

If Reset() is called somewhere, there is no way to check whether this WeakHandle is still valid. Attempts of calling GetBaseHandle() or operator ==, != will crash.

Change-Id: I161af6539f2a9ab971a55f0e1280ed890cd98715

7 years ago[3.0] Set up the depth buffer based on per-renderer flags. 60/86960/1
Andrew Poor [Mon, 5 Sep 2016 16:02:01 +0000 (17:02 +0100)]
[3.0] Set up the depth buffer based on per-renderer flags.

Change-Id: I91cc5229433561044c163fd84ce564bb20299fd0

7 years agoSet up the depth buffer based on per-renderer flags. 83/86683/7
Andrew Poor [Fri, 2 Sep 2016 09:24:53 +0000 (10:24 +0100)]
Set up the depth buffer based on per-renderer flags.

Related toolkit and demo changes:
"Removed 3D layer dependency of Model3dView and Mesh Visual."

Change-Id: Ib9b1c3110189950b0c1a9cea155eb3ca5c37bf4a

7 years agoAdded new API to Property::Map to enable method chaining 34/86534/3
David Steele [Thu, 1 Sep 2016 16:52:50 +0000 (17:52 +0100)]
Added new API to Property::Map to enable method chaining

Property::Map map;
map.Add("key1", "value").Add("key2", "value");

Or even for anonymous handles:
Property::Map().Add("key1", value).Add("key2", value);

Change-Id: I3657587ee70bd4a6ece441693f885c634544ac42
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoDALi Version 1.2.4 49/86749/1 dali_1.2.4
Victor Cebollada [Fri, 2 Sep 2016 14:01:34 +0000 (15:01 +0100)]
DALi Version 1.2.4

Change-Id: Idd212e4fcba042b09b5ef37705b96cc3bf15d4c1

7 years agoMerge "[3.0] Add descriptions and example codes" into tizen
Taeyoon Lee [Fri, 2 Sep 2016 09:07:54 +0000 (02:07 -0700)]
Merge "[3.0] Add descriptions and example codes" into tizen

7 years ago[3.0] Add descriptions and example codes 63/84363/3
Seoyeon Kim [Wed, 3 Aug 2016 04:21:15 +0000 (13:21 +0900)]
[3.0] Add descriptions and example codes

Change-Id: I31918f8b48745042cb3513b60fc2a4120efda8a7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Add Privilege doxygen tags 74/86174/1
Seoyeon Kim [Mon, 29 Aug 2016 06:44:08 +0000 (15:44 +0900)]
[3.0] Add Privilege doxygen tags

Change-Id: Ifc8755ca6a7492974e3275605f45394d3dee9166
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoAdd Privilege doxygen tags 96/85796/1
Seoyeon Kim [Mon, 29 Aug 2016 06:44:08 +0000 (15:44 +0900)]
Add Privilege doxygen tags

Change-Id: Ifc8755ca6a7492974e3275605f45394d3dee9166
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoDALi Version 1.2.3 59/85659/1 dali_1.2.3
Umar [Fri, 26 Aug 2016 09:26:30 +0000 (10:26 +0100)]
DALi Version 1.2.3

Change-Id: Ia8df4bfe93e504c50fa548f96e4f091c22940157

7 years ago[3.0] remove Uniform name cache as its no longer used 01/84901/1 accepted/tizen/common/20160830.150426 accepted/tizen/ivi/20160830.235916 accepted/tizen/mobile/20160830.235737 accepted/tizen/tv/20160830.235811 accepted/tizen/wearable/20160830.235842 submit/tizen/20160830.090852
Kimmo Hoikka [Mon, 15 Aug 2016 17:47:55 +0000 (18:47 +0100)]
[3.0] remove Uniform name cache as its no longer used

Change-Id: Idd00992e0834e6aa919a58adefbb87f30d83a10f

7 years ago[3.0] Bug fix in Transform manager, improve performance 00/84900/1
Ferran Sole [Tue, 9 Aug 2016 15:07:35 +0000 (16:07 +0100)]
[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

7 years ago[3.0] Adding ObjectDestructionTracker to dali-test-suite-utils 98/84898/1
Agnelo Vaz [Thu, 4 Aug 2016 15:35:59 +0000 (16:35 +0100)]
[3.0] Adding ObjectDestructionTracker to dali-test-suite-utils

Change-Id: Iaabd6c94c28cc42922cb49ab3d06fd124117d23e

7 years ago[3.0] Updated patch-coverage tool to catch fewer errors 99/84899/1
David Steele [Mon, 8 Aug 2016 18:46:43 +0000 (19:46 +0100)]
[3.0] Updated patch-coverage tool to catch fewer errors

Patch coverage tool was catching coverage errors for files in
non-source tree and of non-source code, also was catching changes
that had no coverage change.

Also added mechanism to choose the right patch, or to fail
if there are changes in both the working tree and the index.

Also added html output.

One minor gotcha spotted - added test code which was in-advertently covered
because of a case fallthrough, and passed, though this then caused unchanged
code to reduce in coverage.

Change-Id: I439ce905a2ca906498e03b5c182b05e70e4f28d4

7 years ago[3.0] Render textures created from NativeImages error 97/84897/1
Ferran Sole [Thu, 4 Aug 2016 09:45:19 +0000 (10:45 +0100)]
[3.0] Render textures created from NativeImages error

* GlExtensionDestroy() was not being called on clean-up
* PrepareTexture() was not being called when binding the texture
* Error code returned from TargetTexture() was not being handled

Change-Id: Ie3e8f9d5cc973da8a72eea68838e9443a3421077

7 years ago[3.0] Added missing newline chars to logging commands 96/84896/1
Adeel Kazmi [Tue, 2 Aug 2016 14:13:56 +0000 (15:13 +0100)]
[3.0] Added missing newline chars to logging commands

Change-Id: Iabec9a41aaead0f8fac0b0ec8c93cb2a80b54be7

7 years ago[3.0] Renderer to support enum and string properties 95/84895/1
Tom Robinson [Fri, 29 Jul 2016 15:29:40 +0000 (16:29 +0100)]
[3.0] Renderer to support enum and string properties

Change-Id: Ief5da875bab5aad2729dd966db27d0a7b4f8eb3a

7 years ago[3.0] Renderer Depth UTCs + test-gl-abstraction update 94/84894/1
Tom Robinson [Fri, 29 Jul 2016 15:35:33 +0000 (16:35 +0100)]
[3.0] Renderer Depth UTCs + test-gl-abstraction update

Change-Id: I72af9d9c39114f150934038b579500ebca47f4e0

7 years ago[3.0] Version downgrade (1.2.0 to 1.1.45) 30/84730/1
taeyoon [Mon, 22 Aug 2016 06:53:10 +0000 (15:53 +0900)]
[3.0] Version downgrade (1.2.0 to 1.1.45)

  Final integration work for tizen 3.0 merged 1.2.0 in tizen branch.
  1.2.0 already includes new features (Public-APIs) for next tizen release.
  For tizen 3.0, we downgrade tizen branch to 1.1.45

This reverts commit 109a3e9b900bc22d74847e7f4bd4565000033bc2.

Revert "Preparation for minor version upgrade"

This reverts commit 27ebdfb5c9b78436803e91fed85853cd6455cb17.

Revert "Adding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction"

This reverts commit 7d801dcd5b760e024df8598102bbac06e35db1d5.

Revert "Batching clean-up"

This reverts commit 7da3cb30b108447404f7fe088156638d0bf3f1ca.

Revert "Render textures created from NativeImages where not handled correctly"

This reverts commit ca38f7946c5835a022d950555d7f96dbaf7f4708.

Revert "Geometry Batching"

This reverts commit 449cde6cfe99f1e9297bec8cdb5cedff37502afb.

Revert "Added missing newline chars to logging commands"

This reverts commit 2b10280985738c74efa2aa0fb956a837c69acee6.

Revert "Renderer to support enum and string properties"

This reverts commit 24a1e2d36b9340010242c40b043e208674cb4695.

Revert "Renderer Depth UTCs + test-gl-abstraction update"

This reverts commit 816210ab8d8ba78361d681a4b7b0208dbf5452b4.

Change-Id: Ia7bf3df83fc08633a17dcf196f1092b646eed472

7 years agoDALi Version 1.2.2 75/84575/1 dali_1.2.2
Ferran Sole [Fri, 19 Aug 2016 09:57:37 +0000 (10:57 +0100)]
DALi Version 1.2.2

Change-Id: Ie6d31529a515a09863951631034568324b8ee963

7 years agoMerge "Add descriptions and example codes" into devel/master
Adeel Kazmi [Thu, 18 Aug 2016 07:40:38 +0000 (00:40 -0700)]
Merge "Add descriptions and example codes" into devel/master

7 years agoAdd descriptions and example codes 44/82344/10
Seoyeon Kim [Wed, 3 Aug 2016 04:21:15 +0000 (13:21 +0900)]
Add descriptions and example codes

Change-Id: I31918f8b48745042cb3513b60fc2a4120efda8a7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoremove Uniform name cache as its no longer used for anything 29/83929/1
Kimmo Hoikka [Mon, 15 Aug 2016 17:47:55 +0000 (18:47 +0100)]
remove Uniform name cache as its no longer used for anything

Change-Id: Idd00992e0834e6aa919a58adefbb87f30d83a10f

7 years agoDALi Version 1.2.1 44/83844/1 dali_1.2.1
Nick Holland [Fri, 12 Aug 2016 10:40:39 +0000 (11:40 +0100)]
DALi Version 1.2.1

Change-Id: Ib1996008dd192e0bf2c356dcf58322840bdcf3f0

7 years agoMerge "Added integer keys for custom properties." into devel/master
Adeel Kazmi [Thu, 11 Aug 2016 16:59:57 +0000 (09:59 -0700)]
Merge "Added integer keys for custom properties." into devel/master

7 years agoAdded integer keys for custom properties. 16/83416/3
David Steele [Wed, 10 Aug 2016 14:06:49 +0000 (15:06 +0100)]
Added integer keys for custom properties.

Custom properties (those that are registered, rather than predefined
in the DEFAULT range), can now also be registered with an integer key
in addition to the name.

The key can then be used to retrieve the property index. This is of
use for renderer properties that are well specified in toolkit.

Change-Id: Ieda47070f30f5cb53514c9358843f24868a3da3e
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoMerge "Exclude internal tag module in Public API reference" into devel/master
Adeel Kazmi [Wed, 10 Aug 2016 14:25:36 +0000 (07:25 -0700)]
Merge "Exclude internal tag module in Public API reference" into devel/master

7 years agoBug fix in Transform manager and performance improvement 37/83237/4
Ferran Sole [Tue, 9 Aug 2016 15:07:35 +0000 (16:07 +0100)]
Bug fix in Transform manager and performance improvement

* 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

7 years agoExclude internal tag module in Public API reference 26/83126/4
Seoyeon Kim [Fri, 24 Jun 2016 06:41:19 +0000 (15:41 +0900)]
Exclude internal tag module in Public API reference

Change-Id: I1de3043ddc5adc4a1005db5ad492326a2b282cef
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Temporary change to fix homescreen issue 25/83125/1
taeyoon [Tue, 9 Aug 2016 08:17:21 +0000 (17:17 +0900)]
[3.0] Temporary change to fix homescreen issue

This reverts commit 50d7b4e46472f6d43a67259223ec26412cfac4c3.

Change-Id: Ic59aed26e306b35ee1710413363925a5688d6a11

7 years ago[3.0] Exclude internal tag module in Public API reference 23/83123/1
taeyoon [Tue, 9 Aug 2016 08:16:09 +0000 (17:16 +0900)]
[3.0] Exclude internal tag module in Public API reference

This reverts commit 16fc4effc857badc41095ff3cb649e9545e2587a.

Change-Id: I5b0810dbff78b6b79bcbfb63d31b372556833942

7 years agoMerge branch 'devel/master (1.2.0)' into tizen 19/83119/1
taeyoon [Tue, 9 Aug 2016 08:05:50 +0000 (17:05 +0900)]
Merge branch 'devel/master (1.2.0)' into tizen

Change-Id: I6a716668d9bf4c33bab09670fb786245138927d0

7 years agoRevert "[3.0] Temporary change to fix homescreen issue" 18/83118/1
taeyoon [Tue, 9 Aug 2016 08:05:02 +0000 (17:05 +0900)]
Revert "[3.0] Temporary change to fix homescreen issue"

This reverts commit ee5085442d3d0b1d54d5e46d68cedfc6bfd2c9dd.

Change-Id: I42fcf0ed70504afc02f7be2c07cbd3f90a244ad9

7 years agoRevert "[3.0] Exclude internal tag module in Public API reference" 16/83116/1
taeyoon [Tue, 9 Aug 2016 08:04:18 +0000 (17:04 +0900)]
Revert "[3.0] Exclude internal tag module in Public API reference"

This reverts commit e41f8a717a2e223d848065366a089fc0425c18e1.

Change-Id: I0225ee7ee58e21a0cb3727323ff42621c78d5178

7 years agoRevert "[3.0] Fix Svace issues" 15/83115/1
taeyoon [Tue, 9 Aug 2016 08:03:33 +0000 (17:03 +0900)]
Revert "[3.0] Fix Svace issues"

This reverts commit 1a0e02eaca706014652713d8e974ff4994b2f019.

Change-Id: I893f2f7be7c460e7e1f63bab74508a8d643f788e

7 years agoRevert "[3.0] Restore the code at random.h" 14/83114/1
taeyoon [Tue, 9 Aug 2016 08:02:53 +0000 (17:02 +0900)]
Revert "[3.0] Restore the code at random.h"

This reverts commit 2a1d4cdb2dec66c1d66c75f9ac4ace6214c763f9.

Change-Id: Ia88cfffd0b3662b283be8afcb69b037b1a80689c

7 years agoRevert "[3.0] Added test cases for public api." 13/83113/1
taeyoon [Tue, 9 Aug 2016 08:02:11 +0000 (17:02 +0900)]
Revert "[3.0] Added test cases for public api."

This reverts commit 5d87a5570766cf56efcf7926a9b9c8d034c63658.

Change-Id: Ia39f5d101a7adda7edfd05b26fc6c9349936d534

7 years agoRevert "[3.0] Tizen Directory Migration" 11/83111/1
taeyoon [Tue, 9 Aug 2016 07:59:01 +0000 (16:59 +0900)]
Revert "[3.0] Tizen Directory Migration"

This reverts commit ccd3debb4b6634f1e4254532cae445ddf082999a.

Change-Id: I0abc6ca77c0f2af418ccbee02168484035be5ef6

7 years agoUpdated patch-coverage tool to catch fewer errors 20/83020/1
David Steele [Mon, 8 Aug 2016 18:46:43 +0000 (19:46 +0100)]
Updated patch-coverage tool to catch fewer errors

Patch coverage tool was catching coverage errors for files in
non-source tree and of non-source code, also was catching changes
that had no coverage change.

Also added mechanism to choose the right patch, or to fail
if there are changes in both the working tree and the index.

Also added html output.

One minor gotcha spotted - added test code which was in-advertently covered
because of a case fallthrough, and passed, though this then caused unchanged
code to reduce in coverage.

Change-Id: I439ce905a2ca906498e03b5c182b05e70e4f28d4

7 years agoDALi Version 1.2.0 68/82768/1 dali_1.2.0
Tom Robinson [Fri, 5 Aug 2016 13:51:44 +0000 (14:51 +0100)]
DALi Version 1.2.0

Change-Id: If80150c68629411663afba2bba167569a04597be

7 years agoMerge "Preparation for minor version upgrade" into devel/master
Adeel Kazmi [Thu, 4 Aug 2016 16:32:10 +0000 (09:32 -0700)]
Merge "Preparation for minor version upgrade" into devel/master

7 years agoAdding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction 37/82637/1
Agnelo Vaz [Thu, 4 Aug 2016 15:35:59 +0000 (16:35 +0100)]
Adding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction

Change-Id: Iaabd6c94c28cc42922cb49ab3d06fd124117d23e

7 years agoPreparation for minor version upgrade 35/82635/1
Adeel Kazmi [Thu, 4 Aug 2016 15:32:00 +0000 (16:32 +0100)]
Preparation for minor version upgrade

Change-Id: I72d2a872c60a3c53165fd7f960c670efecaf1f14

7 years agoMerge "Batching clean-up Fixed property comment ( missing version number )" into...
Adeel Kazmi [Thu, 4 Aug 2016 15:15:32 +0000 (08:15 -0700)]
Merge "Batching clean-up Fixed property comment ( missing version number )" into devel/master

7 years agoBatching clean-up 28/82628/1
adam.b [Thu, 4 Aug 2016 13:45:04 +0000 (14:45 +0100)]
Batching clean-up
Fixed property comment ( missing version number )

Change-Id: I1a29fa8b894f6f5ed55542c9c979a588f603887a

7 years agoRender textures created from NativeImages where not handled correctly 83/82583/1
Ferran Sole [Thu, 4 Aug 2016 09:45:19 +0000 (10:45 +0100)]
Render textures created from NativeImages where not handled correctly

* GlExtensionDestroy() was not being called on clean-up
* PrepareTexture() was not being called when binding the texture
* Error code returned from TargetTexture() was not being handled

Change-Id: Ie3e8f9d5cc973da8a72eea68838e9443a3421077

7 years agoGeometry Batching 59/80559/20
adam.b [Tue, 26 Jul 2016 17:33:21 +0000 (18:33 +0100)]
Geometry Batching

DALi support to batch geometry under certain conditions ( like using same texture atlas, shaders ).

Known limitations:
- Batching, once it's on, is immutable
- Batches update only, when something changes in the hierarchy
- Actors within a batch share the same uniforms set ( share values like opacity, color etc. ).
- Transformations applied to actors within a batch won't have any visual effect.

Change-Id: Id48aa47397b8ff9169dc044f37e4de2341a6b169

7 years agoMerge "Added missing newline chars to logging commands" into devel/master
David Steele [Wed, 3 Aug 2016 13:59:17 +0000 (06:59 -0700)]
Merge "Added missing newline chars to logging commands" into devel/master

7 years agoRenderer to support enum and string properties 03/82103/5
Tom Robinson [Fri, 29 Jul 2016 15:29:40 +0000 (16:29 +0100)]
Renderer to support enum and string properties

Change-Id: Ief5da875bab5aad2729dd966db27d0a7b4f8eb3a