platform/core/uifw/dali-toolkit.git
7 months agoDALi Version 2.2.46 62/299462/1 dali_2.2.46
Richard Huang [Fri, 29 Sep 2023 11:27:40 +0000 (12:27 +0100)]
DALi Version 2.2.46

Change-Id: I1a50e964f0a5bcb1a6d383e1a4cfe505976124e6

7 months agoReduce Cyclomatic complexity in some text related files 46/299446/2
Adeel Kazmi [Thu, 28 Sep 2023 16:53:15 +0000 (17:53 +0100)]
Reduce Cyclomatic complexity in some text related files

Change-Id: If598f647cd4a1824f67a0e8a033d4ecf9856eb0e

7 months agoMerge "Add GetHeightForWidth for text visual model" into devel/master
Bowon Ryu [Tue, 26 Sep 2023 08:21:03 +0000 (08:21 +0000)]
Merge "Add GetHeightForWidth for text visual model" into devel/master

7 months agoMerge "Make NPatchData always use shared pointer" into devel/master
Eunki Hong [Tue, 26 Sep 2023 07:06:19 +0000 (07:06 +0000)]
Merge "Make NPatchData always use shared pointer" into devel/master

7 months agoAdd GetHeightForWidth for text visual model 36/299336/1
Bowon Ryu [Tue, 26 Sep 2023 06:50:50 +0000 (15:50 +0900)]
Add GetHeightForWidth for text visual model

Use visual model's GetHeightForWidth instead of GetLayoutSize.

In the case of text label,
the height of the layout is used when returning the cached value of GetHeightForWidth.

But, this value is the height of the layout that has been Ellipsis processed.
It's not the height of the entire Text.

So, the intended height cannot be obtained.

This patch simply stores calculated values.

Change-Id: I0494fb476964fb1207d35e3c8e6eb25ece972025
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
7 months agoRevert "Fix GetHeightForWidth for text controller" 35/299335/1
Bowon Ryu [Tue, 26 Sep 2023 06:50:32 +0000 (15:50 +0900)]
Revert "Fix GetHeightForWidth for text controller"

This reverts commit da9f7b93ae00d0aa64a959549ed9da3469a49e46.

Change-Id: I9dbcb715d65c97ff40ba9746caab50ce7231c1af

7 months agoMerge "Fix GetHeightForWidth for text controller" into devel/master
Bowon Ryu [Tue, 26 Sep 2023 06:13:33 +0000 (06:13 +0000)]
Merge "Fix GetHeightForWidth for text controller" into devel/master

7 months agoMake NPatchData always use shared pointer 13/299313/1
Eunki Hong [Tue, 26 Sep 2023 00:48:45 +0000 (09:48 +0900)]
Make NPatchData always use shared pointer

Let we keep NPatchData user always use shared_ptr instead of raw pointer.
In this case, NPatchData itself will be safe enought even if
NPatchData removed from NPatchLoader cache.

Change-Id: I27db855888bc21c7a7282a9e1114945f3f0e758d
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months agoReduce LOC of ImageVisual 09/299309/1
Adeel Kazmi [Mon, 25 Sep 2023 16:18:19 +0000 (17:18 +0100)]
Reduce LOC of ImageVisual

Change-Id: Ib6ace96a0fafb6f14e35bacb29e9eeac50431883

7 months agoFix GetHeightForWidth for text controller 04/299204/3
Bowon Ryu [Thu, 21 Sep 2023 10:06:54 +0000 (19:06 +0900)]
Fix GetHeightForWidth for text controller

In the case of text label,
the height of the layout is used when returning the cached value of GetHeightForWidth.

But, this value is the height of the layout that has been Ellipsis processed.
It's not the height of the entire Text.

So, the intended height cannot be obtained.

This patch simply stores calculated values.

Change-Id: Ia5d06bdac39556776749de3e3078a3a7e230c36c
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
7 months agoMerge "Remove NPatchLoader observer when they request remove" into devel/master
Eunki Hong [Mon, 25 Sep 2023 05:15:17 +0000 (05:15 +0000)]
Merge "Remove NPatchLoader observer when they request remove" into devel/master

7 months agoMerge "ImageVisualShaderFactory refactoring" into devel/master
Seungho BAEK [Mon, 25 Sep 2023 03:12:41 +0000 (03:12 +0000)]
Merge "ImageVisualShaderFactory refactoring" into devel/master

7 months agoRemove NPatchLoader observer when they request remove 69/299269/1
Eunki, Hong [Mon, 25 Sep 2023 01:39:55 +0000 (10:39 +0900)]
Remove NPatchLoader observer when they request remove

Since we make remove NPatchData later, the observer was disconnected lately.
It might make some unusual behavior.

Change-Id: I794f22e21964962428f353ee84a9340687274808
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months agoDALi Version 2.2.45 48/299248/1 dali_2.2.45
Adeel Kazmi [Fri, 22 Sep 2023 14:12:10 +0000 (15:12 +0100)]
DALi Version 2.2.45

Change-Id: I972f5a6a463788d17b24a105d0b7c725b7ae22af

7 months agoMerge "Export the symbol for Physics::Integraiton::GetPhysicsWorld" into devel/master
David Steele [Thu, 21 Sep 2023 16:48:03 +0000 (16:48 +0000)]
Merge "Export the symbol for Physics::Integraiton::GetPhysicsWorld" into devel/master

7 months agoMerge "Make ImageVisual::Property::PIXEL_AREA animatable" into devel/master
Eunki Hong [Thu, 21 Sep 2023 15:41:13 +0000 (15:41 +0000)]
Merge "Make ImageVisual::Property::PIXEL_AREA animatable" into devel/master

7 months agoExport the symbol for Physics::Integraiton::GetPhysicsWorld 15/299215/1
Richard Huang [Thu, 21 Sep 2023 15:36:23 +0000 (16:36 +0100)]
Export the symbol for Physics::Integraiton::GetPhysicsWorld

Change-Id: Ica8e9689c98aef9ce77c838fa3b778c53ca213e2

7 months agoMake ImageVisual::Property::PIXEL_AREA animatable 20/299120/1
Eunki, Hong [Wed, 20 Sep 2023 06:47:59 +0000 (15:47 +0900)]
Make ImageVisual::Property::PIXEL_AREA animatable

Since PixelArea was not animatable for visual side,
we cannot animate some cases who register image visual hardly.

This patch make we allow to animate PixelArea at ImageVisual,
instead of ImageView directly.

Change-Id: Ib00b771a2db938cf8ece17ffa4566c7b0b9bb800
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months agoImageVisualShaderFactory refactoring 87/299087/2
seungho baek [Tue, 19 Sep 2023 07:36:33 +0000 (16:36 +0900)]
ImageVisualShaderFactory refactoring

 ImageVisualShaderFactory::GetShader method is too long and complex.
 The method uses same logic for two different purpose in a method
 that makes difficult to understand.
 And the method also has too many braces depth.

 This patch moves some features that to create shaderType and
 to retrive shaderPreFix to ImageVisualShaderFeatureBuilder.
 Now ImageVisualShaderFeatureBuilder manages all responsibility
 to define shader codes following its options.
 And slides some codes for readability and it make possible remove
 unnecessary comments.

Change-Id: I09a725d4e101cb65badffe3a897572971e2c336b
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
7 months agoAllow to send ResourceReady signal unlimited 16/298716/5
Eunki Hong [Tue, 12 Sep 2023 23:57:23 +0000 (08:57 +0900)]
Allow to send ResourceReady signal unlimited

Previously we miss callback when ResourceReady called continusouly.
Let we use IdleCallbackManager system with return value, so we can
re-install Idle callback.

Change-Id: I56d73545ae7d8a122c8bead396affd4e962f7bb8
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months agoPrevent copy calls from repeat events of ctrl + c 73/298973/1
Bowon Ryu [Mon, 18 Sep 2023 03:08:11 +0000 (12:08 +0900)]
Prevent copy calls from repeat events of ctrl + c

now, even if user hold down ctrl + c on text controller,
copy will only be called once.

The patch below was added for this behavior.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/298930/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/298931/

Change-Id: I521f4ad3baa5270f5fde0e484e27885b9a75e077
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
7 months agoMerge "Update expected value of UtcDaliGetMirroredText" into devel/master
Bowon Ryu [Mon, 18 Sep 2023 01:40:59 +0000 (01:40 +0000)]
Merge "Update expected value of UtcDaliGetMirroredText" into devel/master

7 months agoMerge "Added integration api to physics" into devel/master
Adeel Kazmi [Fri, 15 Sep 2023 13:13:56 +0000 (13:13 +0000)]
Merge "Added integration api to physics" into devel/master

7 months agoDALi Version 2.2.44 44/298944/1 dali_2.2.44
Adam Bialogonski [Fri, 15 Sep 2023 11:24:35 +0000 (12:24 +0100)]
DALi Version 2.2.44

Change-Id: I7eda2c8ee4d88d36949f639785bc311b24d6a133

7 months agoAdded integration api to physics 20/298620/6
David Steele [Mon, 11 Sep 2023 17:37:30 +0000 (18:37 +0100)]
Added integration api to physics

Changed locking mechanism to enable NUI ScopedAccessor

Added 2nd user data to cpBody (for our ref, as c#
ref uses 1st user data)

Change-Id: Idf3ef1a172a03cbdbf587ef8993c787e1fa7c633

7 months agoUpdate expected value of UtcDaliGetMirroredText 60/298860/1
Bowon Ryu [Thu, 14 Sep 2023 09:16:24 +0000 (18:16 +0900)]
Update expected value of UtcDaliGetMirroredText

The text direction determination logic has been changed,
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/298855/

so the result of GetMirroredText() may different from the previous one,
especially when dealing with mixed LTR + RTL text.
(and particulary when brackets are involved)

Update the TC with the coreect values.

Change-Id: I678211880250035caea4d6142e69fd427268b1ff
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
7 months agoMerge "Change the SENSITVE value of accessibility" into devel/master
Wonsik Jung [Thu, 14 Sep 2023 08:19:30 +0000 (08:19 +0000)]
Merge "Change the SENSITVE value of accessibility" into devel/master

7 months agoMerge "Support FastTrackUploading for YUV images" into devel/master
Eunki Hong [Thu, 14 Sep 2023 08:17:02 +0000 (08:17 +0000)]
Merge "Support FastTrackUploading for YUV images" into devel/master

7 months agoFix Shadow issue 66/298766/4
seungho baek [Wed, 13 Sep 2023 08:02:06 +0000 (17:02 +0900)]
Fix Shadow issue

 - When Model is added after shadow is set, the model cannot used for shadow

Change-Id: Iaec0f3e389068342cef9b2769e060e69832354ee
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
7 months agoSupport FastTrackUploading for YUV images 99/298299/14
Eunki, Hong [Tue, 5 Sep 2023 08:10:11 +0000 (17:10 +0900)]
Support FastTrackUploading for YUV images

Let we support YUV image case without additional image loading
or image operation.

Instead, let we think that FastTrackUploading will use
YUV format always if DALI_LOAD_IMAGE_YUV_PLANES=1.
And then, revert as standard shader if we are not use
YUV case actually.

To support this feature. let we make unified YUV + RGB shader can use
standard rgb image color for special case.
After load completed, we can determine the type of shader.

Change-Id: Ia4ffa288e705af751e722cd1440de2a014ad19b4
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months ago[Scene3D] Cache image load result so models can share it. 88/298188/15
Eunki Hong [Sun, 3 Sep 2023 06:05:44 +0000 (15:05 +0900)]
[Scene3D] Cache image load result so models can share it.

Let we cache the PixelData and Texture so various models can use it.

We cache the model resources, and let we use them same resources.
But if some seperated models using same images, we cannot cache about it.

There are relative usecase occured + Unity support this kind of cache system,
let we also cache images + textures locally.

---

First, we can cache url --> PixelData.
This caching might occured on multi threading system. So we have to lock the mutex
when we try to access this kind of pixeldata access.

Second, we can cache PixelData --> Texture.
This caching should be occured only for main thread.

---

We support Garbage Collect system to avoid full-iterating cached resources.
During GC, we should remove Texture first, and then PixelData.
(Since PixelData can be the key of Texture.)

Currenly, we will call GC only of ModelCache reference count become 0.

Change-Id: I5e89f214593503fa9e8b2290c3859f2674ff7048
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months agoEnsure all thrid-party code is removed from coverage calculations 19/298619/2
Adeel Kazmi [Mon, 11 Sep 2023 16:23:35 +0000 (17:23 +0100)]
Ensure all thrid-party code is removed from coverage calculations

Change-Id: I41e6e105680f38de8369d40145895750a37e6ef4

7 months agoFix coverity issue on chipmunk-physics-debug 07/298607/1
Eunki Hong [Mon, 11 Sep 2023 10:22:26 +0000 (19:22 +0900)]
Fix coverity issue on chipmunk-physics-debug

- Uninitialized value for mDebugOptions
- Unreached code line

Change-Id: Ida0e45195346c6d5d83702f905f29ffce4dde526
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months agoMerge "Register PixelArea property only if required." into devel/master
Eunki Hong [Mon, 11 Sep 2023 03:04:36 +0000 (03:04 +0000)]
Merge "Register PixelArea property only if required." into devel/master

7 months agoMerge "Apply fittingMode lazy when resource is not ready" into devel/master
sunghyun kim [Mon, 11 Sep 2023 00:55:26 +0000 (00:55 +0000)]
Merge "Apply fittingMode lazy when resource is not ready" into devel/master

7 months agoRegister PixelArea property only if required. 95/298495/3
Eunki, Hong [Fri, 8 Sep 2023 00:01:15 +0000 (09:01 +0900)]
Register PixelArea property only if required.

Since we were try to register uPixelArea property for every image-visual,
The Shader try to send PropertResetter very frequencly.

Since we only need to register that property only 1 time +
We can control pixel area by Renderer,
Let we register uPixelArea property only 1 times for creation.

And also, there was some useless uPixelArea usage on text-visual.
Let we just remove it.

Change-Id: Ib784e0088243f2a70f8556ae0dc9fa7c957b5aa2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months agoMerge changes I0729e532,I6b908dda,I8aad01f7 into devel/master
David Steele [Fri, 8 Sep 2023 16:43:23 +0000 (16:43 +0000)]
Merge changes I0729e532,I6b908dda,I8aad01f7 into devel/master

* changes:
  Added debug renderer for Chipmunk
  Changing hit test to pass in optional filter
  Bug fixes for 2d physics

7 months agoDALi Version 2.2.43 32/298532/1 dali_2.2.43
Richard Huang [Fri, 8 Sep 2023 09:46:15 +0000 (10:46 +0100)]
DALi Version 2.2.43

Change-Id: I929b693ee1b4ca6bd00c3355a19053ee2b2edf91

7 months agoAdded debug renderer for Chipmunk 15/298415/3
David Steele [Wed, 6 Sep 2023 15:39:35 +0000 (16:39 +0100)]
Added debug renderer for Chipmunk

Change-Id: I0729e53256aeb0af395bf76aeab32305708d5a95

7 months agoChanging hit test to pass in optional filter 93/298493/1
David Steele [Thu, 7 Sep 2023 13:47:09 +0000 (14:47 +0100)]
Changing hit test to pass in optional filter

Change-Id: I6b908dda86596a70a001d1a2be307ce9c5f1b231

7 months agoBug fixes for 2d physics 92/298492/1
David Steele [Thu, 7 Sep 2023 14:15:46 +0000 (15:15 +0100)]
Bug fixes for 2d physics

Ensure that empty function queue doesn't cause crash
Fix the actor / physics world rotation translation (due to mirroring
the Y coords)

Changed the order of the inclusion files to ensure that a clean build
picks up the version of headers in the dali-physics/third-party folder.

Change-Id: I8aad01f7b9292e2c29642e61966daa33117d1efb
Signed-off-by: David Steele <david.steele@samsung.com>
7 months agoChange the SENSITVE value of accessibility 66/296466/3
Wonsik Jung [Fri, 28 Jul 2023 06:40:58 +0000 (15:40 +0900)]
Change the SENSITVE value of accessibility

Change the SENSITIVE value of accessibility using actor's hittable and touch required.

Change-Id: I57f58f09360149573d1682eca0435852229a5101

7 months agoApply fittingMode lazy when resource is not ready 43/297443/2
sunghyun kim [Fri, 18 Aug 2023 08:14:21 +0000 (17:14 +0900)]
Apply fittingMode lazy when resource is not ready

FittingMode may not work properly if ResourceReady is called later than Relayout.
to prevent this, modify to apply FittingMode late if Resource is not ready

Change-Id: Idb0c572a9aa034cea25f563ffbc256ad8eacacda

8 months agoMerge "Guard NPatchData removal case during signal emit" into devel/master
Eunki Hong [Tue, 5 Sep 2023 08:44:13 +0000 (08:44 +0000)]
Merge "Guard NPatchData removal case during signal emit" into devel/master

8 months agoMerge "Fix gcc-13 build error at dali-physics" into devel/master
David Steele [Mon, 4 Sep 2023 10:53:22 +0000 (10:53 +0000)]
Merge "Fix gcc-13 build error at dali-physics" into devel/master

8 months agoGuard NPatchData removal case during signal emit 67/297967/5
Eunki, Hong [Tue, 29 Aug 2023 06:52:47 +0000 (15:52 +0900)]
Guard NPatchData removal case during signal emit

It was possible that NPatchData removed during NotifyObserver.
For more safety, let we make NPatchData as shared_ptr, instead
of unique_ptr.

And also, let we don't touch observer list container during
NotifyObservers.

And also, let we remove NPatchInfo at post processing.
It will keep the life of NPatchData during NotifyObserver try to
remove the NPatchInfo.

Change-Id: Ieca33a2231df38d23966f96593506d67333cfcd0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoFix svace issues for dali-physics 93/298193/1
Eunki, Hong [Mon, 4 Sep 2023 01:17:24 +0000 (10:17 +0900)]
Fix svace issues for dali-physics

Change-Id: I83874fa56a4373ae6e892dedf6e61da17f0a9ceb
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoFix gcc-13 build error at dali-physics 87/298187/1
Eunki Hong [Sun, 3 Sep 2023 04:21:16 +0000 (13:21 +0900)]
Fix gcc-13 build error at dali-physics

Change-Id: I91e7ab81a8d983661c5cbe613e4c0a23466a030b
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoMerge changes I776588c1,I7292a2fb into devel/master
Adeel Kazmi [Fri, 1 Sep 2023 14:02:39 +0000 (14:02 +0000)]
Merge changes I776588c1,I7292a2fb into devel/master

* changes:
  Adding chipmunk implementation for physics adaptor
  Adding bullet physics files

8 months agoMake subsurface texture not be enabled in dli 44/298144/4
seungho baek [Fri, 1 Sep 2023 07:52:42 +0000 (16:52 +0900)]
Make subsurface texture not be enabled in dli

 - dli shaders not use subsurface sampler but the texture is added to textureSet

Change-Id: I2aab8f8e91c663cdc49cdb97a6e4a3a54efc014f
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
8 months agoMerge "DALi Version 2.2.42" into devel/master
David Steele [Fri, 1 Sep 2023 11:55:31 +0000 (11:55 +0000)]
Merge "DALi Version 2.2.42" into devel/master

8 months agoDALi Version 2.2.42 70/298170/1 dali_2.2.42
David Steele [Fri, 1 Sep 2023 11:50:20 +0000 (12:50 +0100)]
DALi Version 2.2.42

Change-Id: I8fb2d0684ce7b6ed840382179372ab2346cf3379

8 months agoMerge "(Vector) Flush lottie update informations" into devel/master
Eunki Hong [Fri, 1 Sep 2023 01:31:33 +0000 (01:31 +0000)]
Merge "(Vector) Flush lottie update informations" into devel/master

8 months agoAdding chipmunk implementation for physics adaptor 46/297746/6
David Steele [Tue, 22 Aug 2023 13:13:20 +0000 (14:13 +0100)]
Adding chipmunk implementation for physics adaptor

Splitting out common implementation for PhysicsWorld
and Physicsadaptor to base classes.

Split out test cases into dali-physics2d & dali-physics3d sets

Change-Id: I776588c1d4845cda450f0c95ad455097400d9a17
Signed-off-by: David Steele <david.steele@samsung.com>
8 months agoMerge "Fix typo error (djikstra -> dijkstra)" into devel/master
David Steele [Thu, 31 Aug 2023 14:38:30 +0000 (14:38 +0000)]
Merge "Fix typo error (djikstra -> dijkstra)" into devel/master

8 months agoMerge "Fix crash issue when navi-mesh seperated" into devel/master
David Steele [Thu, 31 Aug 2023 14:38:16 +0000 (14:38 +0000)]
Merge "Fix crash issue when navi-mesh seperated" into devel/master

8 months agoMerge "Optimize dijkstra path finder algorithm" into devel/master
Adeel Kazmi [Thu, 31 Aug 2023 14:30:06 +0000 (14:30 +0000)]
Merge "Optimize dijkstra path finder algorithm" into devel/master

8 months agoMerge "Shadow Mapping" into devel/master
Seungho BAEK [Thu, 31 Aug 2023 04:31:12 +0000 (04:31 +0000)]
Merge "Shadow Mapping" into devel/master

8 months agoFix typo error (djikstra -> dijkstra) 50/298050/1
Eunki Hong [Wed, 30 Aug 2023 18:44:56 +0000 (03:44 +0900)]
Fix typo error (djikstra -> dijkstra)

Fix typo error of algorithm name

Change-Id: I888f543005ea07ff446d04ffd941325e52ed0551
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoFix crash issue when navi-mesh seperated 49/298049/1
Eunki Hong [Wed, 30 Aug 2023 18:35:41 +0000 (03:35 +0900)]
Fix crash issue when navi-mesh seperated

It is possible that there is no path between navi-mesh polygons.
If then, we return empty WayPointList. And then, crashed.

To avoid that cases, let we check whether FindPath result empty.

Change-Id: Id506c50022678c442d609d219d8c9baf53b46408
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoOptimize dijkstra path finder algorithm 48/298048/2
Eunki Hong [Wed, 30 Aug 2023 17:49:41 +0000 (02:49 +0900)]
Optimize dijkstra path finder algorithm

Let we use dijkstra with O(E log E) method, which is optimized.

Change-Id: Ie3afe3ff1a526e1ec6edb6b3d5817834caaf1120
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoShadow Mapping 11/295411/32
seungho baek [Thu, 6 Jul 2023 13:00:35 +0000 (22:00 +0900)]
Shadow Mapping

 - DALi will support shadow with a light.
 - PCF is supported to soften shadow edge

Change-Id: Iacba477230e315a73c95ef435d33a8deeac88a3e
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
8 months agoFix visual transform offset of text label 78/297978/3
Bowon Ryu [Tue, 29 Aug 2023 10:04:22 +0000 (19:04 +0900)]
Fix visual transform offset of text label

Font rendering quality is very degraded
when the visual translation y offset is a decimal value.
To prevent this issue, round the offset.

Change-Id: I9e3630f568d6b97a623e9ed32447b2980beb78a6
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
8 months agoAdding bullet physics files 64/297064/23
David Steele [Wed, 9 Aug 2023 17:21:38 +0000 (18:21 +0100)]
Adding bullet physics files

Created DALi version of bullet-physics-demo from
github.sec.samsung.net/dalihub/dali-physics-demo

Hidden details of ScopedAccessor
Changed how transform works
Updated debug renderer
Added test cases for PhysicsAdaptor
Added test cases for PhysicsActor
Fixed quaternion handling to work with mirrored x/y/z coord system

Change-Id: I7292a2fbf73ef82a8b5e43701489b460ea36b27d

8 months agoExtract condition function to check the animation has initial value or not 94/297894/1
seungho baek [Mon, 28 Aug 2023 06:47:49 +0000 (15:47 +0900)]
Extract condition function to check the animation has initial value or not

 - Currently, gltf2-util.cpp uses long condition with comment to check the animation data contains initial value or not.
 - The comment has been essential to understand the purpose of the condition.
 - This patch extracts condition function to check it and uses proper naming instead of comment.

Change-Id: Ib2808343215b8ac6fe400911f6a50511da6cd8fb
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
8 months ago(Vector) Flush lottie update informations 60/296160/12
Eunki Hong [Thu, 20 Jul 2023 15:49:48 +0000 (00:49 +0900)]
(Vector) Flush lottie update informations

Add flush action that we can ensure the values updated forcely.

Change-Id: I9ebd65b006e314e087148826b0e5be6842d3679b
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoDALi Version 2.2.41 52/297852/1 dali_2.2.41
Adeel Kazmi [Fri, 25 Aug 2023 12:41:14 +0000 (13:41 +0100)]
DALi Version 2.2.41

Change-Id: I863897b241b6d668690772755066f7cef5fbe60c

8 months agoTemperary increase max bone as 80 08/297708/1
Eunki, Hong [Wed, 23 Aug 2023 07:03:10 +0000 (16:03 +0900)]
Temperary increase max bone as 80

TODO : This patch is temperal fix.
We need to remove this limitation in future

Change-Id: Ibe358bc37cd5babb6d9b6fba720bd3c7c0fb94f8
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoFix randomly failed UTC 78/297478/1
Eunki Hong [Sat, 19 Aug 2023 05:24:50 +0000 (14:24 +0900)]
Fix randomly failed UTC

Since application.SendNotification() might complete the loading
before our hard-coding process, It randomly failed.

To fix it, we remove the possible way to complete async loading complete

Change-Id: I010f3c286638e7a961dff02cb15f55fec79ad538
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoMerge "DALi Version 2.2.40" into devel/master
David Steele [Fri, 18 Aug 2023 12:35:31 +0000 (12:35 +0000)]
Merge "DALi Version 2.2.40" into devel/master

8 months agoDALi Version 2.2.40 66/297466/1 dali_2.2.40
Adam Bialogonski [Fri, 18 Aug 2023 12:23:03 +0000 (13:23 +0100)]
DALi Version 2.2.40

Change-Id: I8d8732048a1d6912fc3127f8ae5470b58b7ab052

8 months agoUpdated test harness README.md 68/297368/1
David Steele [Thu, 17 Aug 2023 10:34:49 +0000 (11:34 +0100)]
Updated test harness README.md

Cleaned up the readme,
Removed out of date info
Added new command line options

Change-Id: Icac4db873e94bf0ae8c60aff33052910b4ed7bc2
Signed-off-by: David Steele <david.steele@samsung.com>
8 months agoInstall missing header files in bullet 36/297236/1
Richard Huang [Mon, 14 Aug 2023 10:44:05 +0000 (11:44 +0100)]
Install missing header files in bullet

Change-Id: I20cab953a18927304d14e2648913e4613127de7c

8 months agoDALi Version 2.2.39 89/297189/1 dali_2.2.39
Richard Huang [Fri, 11 Aug 2023 09:56:04 +0000 (10:56 +0100)]
DALi Version 2.2.39

Change-Id: I5ca616818b8443679f8ff34a926c071958b9f9ea

8 months agoMerge "Allow worker thread trace + Trace during image works" into devel/master
David Steele [Thu, 10 Aug 2023 11:05:29 +0000 (11:05 +0000)]
Merge "Allow worker thread trace + Trace during image works" into devel/master

8 months agoAllow npatch image load remote url 01/297101/2
Eunki Hong [Thu, 10 Aug 2023 07:41:22 +0000 (16:41 +0900)]
Allow npatch image load remote url

Since we don't need to ignore remote npatch image, let we remove
url validation check code.

(And, also that code doesn't show broken image)

Change-Id: I37900863f64a68abb66f6c8a7fd3e21719896ba7
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoAllow worker thread trace + Trace during image works 56/297056/5
Eunki Hong [Wed, 9 Aug 2023 13:09:34 +0000 (22:09 +0900)]
Allow worker thread trace + Trace during image works

Let we add trace marker during image load & apply masking.
It will be helpful when we detect performance bottleneck.

Change-Id: I3c629a6b018cdb6bb5e700a8809557e8475fd1cf
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoAdd missing include for perf logging in gcc-13 54/297054/1
Eunki Hong [Wed, 9 Aug 2023 12:50:02 +0000 (21:50 +0900)]
Add missing include for perf logging in gcc-13

Fix gcc-13 compile error

Change-Id: Ib8e937dac2198e15335b8773aba1781a1695b90b
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoMerge "Add trace log to check performance of text update" into devel/master
Bowon Ryu [Wed, 9 Aug 2023 01:16:18 +0000 (01:16 +0000)]
Merge "Add trace log to check performance of text update" into devel/master

8 months agoFixed bullet include paths 90/296990/1
David Steele [Tue, 8 Aug 2023 10:42:56 +0000 (11:42 +0100)]
Fixed bullet include paths

Change-Id: Ifca854435c2f05a61e755da656da6ee6271d0b5e

8 months agoAdd trace log to check performance of text update 89/296689/7
Bowon Ryu [Thu, 3 Aug 2023 05:50:05 +0000 (14:50 +0900)]
Add trace log to check performance of text update

Change-Id: I054f862085208b58f9a5137abccc8f9a1465513c
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
8 months ago(SVG) Do not cancel loading task even scene off 73/296873/1
Eunki, Hong [Mon, 7 Aug 2023 02:16:45 +0000 (11:16 +0900)]
(SVG) Do not cancel loading task even scene off

Since we request loading task at OnInitialize side,
and we don't re-request loading task even if it scene on,

We should not remove mLoadingTask at SceneOff case.

Change-Id: I26708af92d9dadbd902f225a9d3b26cb9d152292
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoMerge "Changes in Particle System for NUI" into devel/master
Adeel Kazmi [Fri, 4 Aug 2023 16:16:57 +0000 (16:16 +0000)]
Merge "Changes in Particle System for NUI" into devel/master

9 months agoMerge "DALi Version 2.2.38" into devel/master
David Steele [Fri, 4 Aug 2023 13:43:08 +0000 (13:43 +0000)]
Merge "DALi Version 2.2.38" into devel/master

9 months agoDALi Version 2.2.38 34/296834/1 dali_2.2.38
David Steele [Fri, 4 Aug 2023 12:43:23 +0000 (13:43 +0100)]
DALi Version 2.2.38

Change-Id: Ic9b55f1b7c8fab3817c497f9103f4bf6333ebfab

9 months agoFastTrackUpload task implement 58/295658/35
Eunki, Hong [Wed, 12 Jul 2023 07:01:56 +0000 (16:01 +0900)]
FastTrackUpload task implement

Let we make another loaderTask for upload texture at work thread.
It will use TextureUploadManager.

Change-Id: Ibc3e19aad3e1a20f3a553b4cf394b315de66980f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoChanges in Particle System for NUI 82/296482/4
Adam Bialogonski [Thu, 3 Aug 2023 12:57:55 +0000 (13:57 +0100)]
Changes in Particle System for NUI

Change-Id: I89c5e40dc7cb8afa6afa0f4845e0d3e5f3a10a1d
Signed-off-by: Adam Bialogonski <adam.b@samsung.com>
9 months agoMerge "Apply new clipboard to text component" into devel/master
Bowon Ryu [Tue, 1 Aug 2023 04:15:54 +0000 (04:15 +0000)]
Merge "Apply new clipboard to text component" into devel/master

9 months agoMerge "Change MotionData's AsyncLoad UTC" into devel/master
Eunki Hong [Mon, 31 Jul 2023 01:21:56 +0000 (01:21 +0000)]
Merge "Change MotionData's AsyncLoad UTC" into devel/master

9 months agoMerge "DALi Version 2.2.37" into devel/master
Adeel Kazmi [Fri, 28 Jul 2023 13:58:05 +0000 (13:58 +0000)]
Merge "DALi Version 2.2.37" into devel/master

9 months agoDALi Version 2.2.37 86/296486/1 dali_2.2.37
Adeel Kazmi [Fri, 28 Jul 2023 13:51:58 +0000 (14:51 +0100)]
DALi Version 2.2.37

Change-Id: I933c2cd2dfb8f39e7ac32bd049995142db052976

9 months agoMerge "Remove Texture in AsyncLoadComplete()" into devel/master
Eunki Hong [Fri, 28 Jul 2023 11:08:43 +0000 (11:08 +0000)]
Merge "Remove Texture  in AsyncLoadComplete()" into devel/master

9 months agoMerge "Make sure symbols are visible externally for bullet and chipmunk" into devel...
Adeel Kazmi [Fri, 28 Jul 2023 10:34:34 +0000 (10:34 +0000)]
Merge "Make sure symbols are visible externally for bullet and chipmunk" into devel/master

9 months agoRemove Texture in AsyncLoadComplete() 70/296470/1
sunghyun kim [Fri, 28 Jul 2023 08:31:58 +0000 (17:31 +0900)]
Remove Texture  in AsyncLoadComplete()

In AsyncLoadComplete(), texture need to remove.

Change-Id: I723bb1c88c36b91850750225ce715db44d2b96a6

9 months agoChange MotionData's AsyncLoad UTC 61/296461/1
Eunki, Hong [Fri, 28 Jul 2023 05:22:48 +0000 (14:22 +0900)]
Change MotionData's AsyncLoad UTC

Since we change to trigger eventfd even if task canceled
during running, UTC implements should be changed.

Change-Id: If63e2f03ff90db23a3226d69dc1bde4fb3352997
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoMake sure symbols are visible externally for bullet and chipmunk 72/296272/4
Richard Huang [Mon, 24 Jul 2023 17:06:33 +0000 (18:06 +0100)]
Make sure symbols are visible externally for bullet and chipmunk

Change-Id: Ic5b873d5013480707126dcf8698032e51cbb52d7

9 months agoAdd property for disable broken image 78/293078/15
sunghyun kim [Fri, 19 May 2023 07:44:14 +0000 (16:44 +0900)]
Add property for disable broken image

add property for disable broken image.
it is for placeholder image visual

Change-Id: I3c2609aed11a5e880207b616243c2b110815d71b

9 months agoFix svace issue (bad copy and paste) 88/296388/1
Eunki, Hong [Thu, 27 Jul 2023 00:30:56 +0000 (09:30 +0900)]
Fix svace issue (bad copy and paste)

Change-Id: Ic6830753d264ab3932b6375342a9cc2c639f47bd
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoMake load failed for invalid bvh format 63/296363/2
Eunki, Hong [Wed, 26 Jul 2023 06:18:53 +0000 (15:18 +0900)]
Make load failed for invalid bvh format

Let we exist bvh parsing when it have some invalid informations.

Change-Id: I82f090b6207911ef9c49cbbbba8123c6cdeb46ab
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoFix 64-bit build for DALi physics 60/296260/2
Richard Huang [Mon, 24 Jul 2023 11:30:55 +0000 (12:30 +0100)]
Fix 64-bit build for DALi physics

Change-Id: Ib0b1d1f9fa87af119af45f7b4132f268a5235425