Woochan Lee [Tue, 22 Aug 2023 05:09:18 +0000 (14:09 +0900)]
Revert "[Tizen] Not execute the remove callback"
This reverts commit
9bf5ad1863bc3f8b880776d352b17ff927d188d5.
Wonsik Jung [Wed, 16 Aug 2023 08:22:35 +0000 (17:22 +0900)]
[Tizen] Not execute the remove callback
This reverts commit
d03a4b2a9259e75be6ba4b882982acb4c0cc3ec5.
Wonsik Jung [Wed, 16 Aug 2023 08:22:25 +0000 (17:22 +0900)]
Merge branch 'devel/master' into tizen
Wonsik Jung [Wed, 16 Aug 2023 08:22:03 +0000 (17:22 +0900)]
Revert "[Tizen] Not execute the remove callback"
This reverts commit
bcb73e4543ddd25cf80e12d256bb05c667181f63.
Richard Huang [Fri, 11 Aug 2023 09:55:43 +0000 (10:55 +0100)]
DALi Version 2.2.39
Change-Id: Iaa71ac063405c60baefcb7fd52f4b09991e8a917
Hosang Kim [Wed, 9 Aug 2023 05:09:36 +0000 (14:09 +0900)]
[Tizen] Not execute the remove callback
This reverts commit
41390028f89658ce6090d725faae71940aa886dd.
Hosang Kim [Wed, 9 Aug 2023 05:07:44 +0000 (14:07 +0900)]
Merge branch 'devel/master' into tizen
Hosang Kim [Wed, 9 Aug 2023 05:07:34 +0000 (14:07 +0900)]
Revert "[Tizen] Not execute the remove callback"
This reverts commit
4692ea60eb6d7e35ace7990e083ad7dfed8554fe.
joogab yun [Tue, 8 Aug 2023 08:03:41 +0000 (08:03 +0000)]
Merge "If the touch is intercepted, future events will only be called on the parent's Touchevent. The intercept touch event is not called again until it is touch up." into devel/master
Seungho BAEK [Tue, 8 Aug 2023 05:02:11 +0000 (05:02 +0000)]
Merge "Make some camera actor animatable & constraint input" into devel/master
David Steele [Fri, 4 Aug 2023 13:43:01 +0000 (13:43 +0000)]
Merge "DALi Version 2.2.38" into devel/master
David Steele [Fri, 4 Aug 2023 12:43:12 +0000 (13:43 +0100)]
DALi Version 2.2.38
Change-Id: I14f75ac4a9009b5e2b850665629a140436485122
seungho baek [Wed, 2 Aug 2023 05:03:24 +0000 (14:03 +0900)]
Make some camera actor animatable & constraint input
Change-Id: I7b164c6885dc3225a0ba13e560a71c13ec23e88c
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Eunki Hong [Fri, 4 Aug 2023 03:22:19 +0000 (03:22 +0000)]
Merge "Create Texture by ResourceId + Set Texture size and format internally." into devel/master
David Steele [Thu, 3 Aug 2023 17:06:40 +0000 (17:06 +0000)]
Merge "Make property resetter age down correctly" into devel/master
Eunki, Hong [Wed, 12 Jul 2023 06:03:05 +0000 (15:03 +0900)]
Create Texture by ResourceId + Set Texture size and format internally.
Let we make some methods that can generate and control
Graphics::Texture object by ResourceId at graphics-controller side.
And also, let we make some integration api for texture so
we can change the size of Dali::Texture.
Change-Id: I185c6062c26cf494a6b33e8c6e534899f41bcbc5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
joogab.yun [Wed, 2 Aug 2023 01:53:53 +0000 (10:53 +0900)]
If the touch is intercepted, future events will only be called on the parent's Touchevent.
The intercept touch event is not called again until it is touch up.
Change-Id: I7f94c607b65387fc45cc33b7a6e48b831d3a1d57
Eunki Hong [Tue, 25 Jul 2023 17:45:24 +0000 (02:45 +0900)]
Allow to allocate texture's GPU memory at upload timing
Let we make creation info property s.t. do not allocate gpu memory
right now.
For gl case, we don't call glTexImage2D function at creation time.
To support this behaviour, let we make TextureAllocationPolicy enum.
Change-Id: Iaa98a6b875cec60e4981eca259d9bfd760f903a3
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
sunghyun kim [Tue, 1 Aug 2023 05:33:28 +0000 (14:33 +0900)]
Merge branch 'devel/master' into tizen
Seungho BAEK [Tue, 1 Aug 2023 04:55:44 +0000 (04:55 +0000)]
Merge "To Caching UniformMap per node/renderer/program triple." into devel/master
Eunki, Hong [Tue, 1 Aug 2023 01:01:02 +0000 (10:01 +0900)]
Ensure initialize fransform data
We got some strange bugs that TransformManagerData::mManager is nullptr
and TransformManagerData::mId is not INVALID_TRANSFORM_ID.
If it is possible, we must mallocate SG::Node without constructor.
But it is impossible case.
But anyway, to ensure that we call constructor of TransformManagerData,
just initialize it on Node constructor timing
Change-Id: I6905799167381b228a054a9e53e1a8250ed90b8a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
seungho baek [Wed, 19 Jul 2023 08:30:46 +0000 (17:30 +0900)]
To Caching UniformMap per node/renderer/program triple.
Change-Id: I67dee410688be3f5e0e7e2911fdaa89b66354938
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Eunki, Hong [Fri, 28 Jul 2023 12:23:17 +0000 (21:23 +0900)]
Make property resetter age down correctly
Previously, we call this sequence.
frame#1
- ObjectDestroyed (mRunning = AGING)
- ResetToBaseValue (mRunning = STOPPED)
- IsFinished (mRunning <= STOPPED --> finished!)
That mean, this property resetter works only 1 frame.
Now make age down on IsFinished function, so age works 2 frames.
frame#1
- ObjectDestroyed (mRunning = AGING)
- ResetToBaseValue (mRunning = AGING)
- IsFinished (mRunning = STOPPED --> not finished!)
frame#2
- ResetToBaseValue (mRunning = STOPPED)
- IsFinished (mRunning <= STOPPED --> finished!)
Change-Id: Ie938df6088c4d73087fc138d29ebbf93df7f8dc7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Adeel Kazmi [Fri, 28 Jul 2023 13:51:38 +0000 (14:51 +0100)]
DALi Version 2.2.37
Change-Id: I9cd8656614c43cd0578db7ff39aee40dc7b336d4
jmm [Tue, 25 Jul 2023 10:24:20 +0000 (19:24 +0900)]
Revert "[Tizen] Create Texture by ResourceId + Set Texture size and format internally."
This reverts commit
9ceab8a06a770ad531b9a8c6db75543d60a2e332.
jmm [Tue, 25 Jul 2023 06:59:55 +0000 (15:59 +0900)]
[Tizen] Create Texture by ResourceId + Set Texture size and format internally.
Change-Id: I7ae8d502183d8e1f0dd2ccf91c6b1f78f9bb9a08
jmm [Tue, 25 Jul 2023 06:57:33 +0000 (15:57 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I4abf97063f2857ea2434b00cdd6bf1a02794c35f
jmm [Tue, 25 Jul 2023 06:57:16 +0000 (15:57 +0900)]
Revert "[Tizen] Create Texture by ResourceId + Set Texture size and format internally."
This reverts commit
1eac313ff98060f49ae6451a5365093a6024c017.
Eunki, Hong [Wed, 12 Jul 2023 06:03:05 +0000 (15:03 +0900)]
[Tizen] Create Texture by ResourceId + Set Texture size and format internally.
Let we make some methods that can generate and control
Graphics::Texture object by ResourceId at graphics-controller side.
And also, let we make some integration api for texture so
we can change the size of Dali::Texture.
Change-Id: I185c6062c26cf494a6b33e8c6e534899f41bcbc5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 20 Jul 2023 01:36:11 +0000 (10:36 +0900)]
Destroy Render::Texture after OnRenderFinished
Since we can call OnRenderFinished even if this Render::Texture destroyed,
Let we keep alive until OnRenderFinished callback called.
Change-Id: Ia67a554fb8e98b5b4e1da6055bcdbc9058a5eb5d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Thu, 29 Jun 2023 16:45:52 +0000 (17:45 +0100)]
Adding frame callback notification system
We need some way of synchronizing update properties set
from event side with properties set from frame callback.
For example, if frame callback is used to update physics
objects, and we want to sync with actor visibility, then
the actor visibility might occur after the first frame
callback adding a physics object.
This patch adds a synchronization point to the FrameCallback
UpdateProxy. The application can notify the FrameCallback that
it wants to set a sync point, and also modify dali object
properties. Then, in the update during which the associated
messages are being processed, that sync point is available
in the FrameCallback::Update() UpdateProxy. So, the application
can synchronize any other properties during the callback,
knowing they are happening in the same frame.
If multiple notifications are sent before the next Update,
all of them are queued with unique values.
(But, it's not a true sync point, it doesn't intersperse
any Update() callbacks during processing the message queue)
Change-Id: I154539044ceaff17c55c0640c3828010b087844a
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Fri, 21 Jul 2023 10:08:21 +0000 (10:08 +0000)]
Merge "DALi Version 2.2.36" into devel/master
Adam Bialogonski [Fri, 21 Jul 2023 09:42:06 +0000 (10:42 +0100)]
DALi Version 2.2.36
Change-Id: I4257d178b15ff6c57d3ac4bfe1a3f05b5aac3691
joogab.yun [Wed, 17 May 2023 00:55:16 +0000 (09:55 +0900)]
Change the multi-tap recognition logic of TapGesture.
Previously, we checked how many TouchDowns occurred within mMaximumAllowedTime.
Now, after a tap occurs, if the next touchdown occurs within mMaximumAllowedTime., it is recognized as a multi-tap.
ex) If it's a double tap, it's like this:
|(touch down <--recognizerTime--> touch up) <-- wihtin maximumAllowedTime --> (touch down <--recognizerTime--> touch up)|
Change-Id: I8b33bfbe09729d558bb8495738259ae5a757ddc9
seungho baek [Tue, 18 Jul 2023 09:03:12 +0000 (18:03 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I1b1e19c686c8a93700315274ba653f56b2efea41
seungho baek [Tue, 18 Jul 2023 09:00:48 +0000 (18:00 +0900)]
Revert "[Tizen] Fix more compile error/warnings for gcc-13"
This reverts commit
d494963f8d0fb5ba2f7ab85fe95a5ae9a5f4555e.
Eunki, Hong [Tue, 18 Jul 2023 02:07:41 +0000 (11:07 +0900)]
Change the name of CalculateScreenExtents
Remove legacy API and change the logic of CalculateScreenExtents.
Change-Id: I403ed21006e84021aba7d35be22f7656f43677e5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Richard Huang [Fri, 14 Jul 2023 11:35:28 +0000 (12:35 +0100)]
DALi Version 2.2.35
Change-Id: I0de486f9c9f08d083152c05d324df9997e74f6c5
Eunki Hong [Fri, 7 Jul 2023 00:08:56 +0000 (09:08 +0900)]
[Tizen] Fix more compile error/warnings for gcc-13
- Let we ignore -Wself-move for some UTC
- Include vector-wrapper and cstdint
Change-Id: I0bfe5be0cbc4f76645618fcdd52bdeb87df00da5
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Fri, 7 Jul 2023 00:08:56 +0000 (09:08 +0900)]
Fix more compile error/warnings for gcc-13
- Let we ignore -Wself-move for some UTC
- Include vector-wrapper and cstdint
Change-Id: I0bfe5be0cbc4f76645618fcdd52bdeb87df00da5
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
huiyu [Tue, 11 Jul 2023 04:05:19 +0000 (13:05 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: If85b69d40c81a0c070c9c9d01f76303ed0f1db95
huiyu [Tue, 11 Jul 2023 04:04:54 +0000 (13:04 +0900)]
Revert "[Tizen] Fix ToolChain update issue"
This reverts commit
a8bbdb99ae54edb1752c855cd77b0502174c69c0.
Eunki, Hong [Mon, 26 Jun 2023 05:44:07 +0000 (14:44 +0900)]
Do not render if bounded sample texture don't have GraphicsObject
Let make Renderer doesn't rendering if bounded texture is
not prepared. Let we apply commands only if all textureSet are
ready to be rendered.
Change-Id: Ie425308eb1cb1fb2939dc4742932057b5626221f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 16 Jun 2023 07:22:25 +0000 (16:22 +0900)]
Make Texture can use Uploaded data infomation
Make new way to use Dali::Texture that don't know the destination size.
For special case, if width and height are both 0, 0, and format is INVALID,
let we make to use uploaded pixeldata's size and format.
Change-Id: Ieec3f102d2568f3481344e164c5c29ff20c6a604
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Richard Huang [Fri, 7 Jul 2023 13:42:37 +0000 (14:42 +0100)]
Add test case to eusure Core update status reflects the framecallback's rendering request
Change-Id: I9403f784532c882431941f31365daf7c907479c8
David Steele [Fri, 7 Jul 2023 11:13:48 +0000 (11:13 +0000)]
Merge "DALi Version 2.2.34" into devel/master
David Steele [Fri, 7 Jul 2023 11:00:49 +0000 (12:00 +0100)]
DALi Version 2.2.34
Change-Id: Ib6ffa4a2bd581fd64da525584da7379d6efda74b
Eunki Hong [Thu, 6 Jul 2023 21:53:30 +0000 (21:53 +0000)]
Merge "Age down PropertyResetter when animator destroyed" into devel/master
David Steele [Thu, 6 Jul 2023 16:18:58 +0000 (16:18 +0000)]
Merge "Updated FrameCallback to return value to specify whether we should keep rendering" into devel/master
Richard [Thu, 6 Jul 2023 09:39:37 +0000 (10:39 +0100)]
Updated FrameCallback to return value to specify whether we should keep rendering
Change-Id: If1e53ef0291074dcb53116cc05f2fd69dcc3da87
Eunki, Hong [Thu, 6 Jul 2023 02:31:11 +0000 (11:31 +0900)]
Age down PropertyResetter when animator destroyed
When PropertyOwner alive and Animator is destroyed,
(== AnimatorResetter::ObjectDestroyed called)
mRunning value become ACTIVE --> AGING.
In this case, IsFinished() value always return 'false', so
PropertyOwner hold the AnimatorResetter always.
This patch make we ensurely reduce the aging of AnimatorResetter and
ConstraintResetter.
Change-Id: I173f6780d73ab9e9ad104a20764f9fac6d9abcc9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
seungho baek [Tue, 4 Jul 2023 05:17:20 +0000 (14:17 +0900)]
[Tizen] Fix ToolChain update issue
Change-Id: If1e6c7e549120703115c0577a17994592632b285
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Bowon Ryu [Wed, 5 Jul 2023 05:38:34 +0000 (14:38 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I7d01ea16ba4d86bd5c2f0c807e3647dfd057e31b
seungho baek [Tue, 4 Jul 2023 05:17:20 +0000 (14:17 +0900)]
Fix ToolChain update issue
Change-Id: If1e6c7e549120703115c0577a17994592632b285
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Heeyong Song [Tue, 4 Jul 2023 23:55:50 +0000 (23:55 +0000)]
Merge "Fix build error for toolchain upgrade" into devel/master
joogab.yun [Tue, 4 Jul 2023 05:08:46 +0000 (14:08 +0900)]
Add InterceptWheelEvent
The Wheel event calls the WheelEvent callback by going back from the last child actor to the parent via hitTest.
InterceptWheelEvent checks the wheel event in the parent first.
Returning false from InterceptWheelEvent allows child actors to receive WheelEvents.
If it returns true, the actor will receive a WheelEvent.
for example
Actor parent = Actor::New();
Actor actor = Actor::New();
parent.Add(actor);
actor.WheelEventSignal().Connect(&application, functor);
parent.WheelEventSignal().Connect(&application, parentFunctor);
The callbacks are called in the order functor -> parentFunctor.
If you connect InterceptWheelSignal to parentActor.
Dali::DevelActor::InterceptWheelSignal(parent).Connect(&application, interceptFunctor);
When interceptFunctor returns false, it is called in the same order functor -> parentFunctor.
If it returns true, it means that the WheelEvent was intercepted.
So the child actor will not be able to receive wheel events.
Only the parentFunctor is called.
Change-Id: I8ec2c70ca148565e6e899cedb9a997b2f851b0b8
Heeyong Song [Mon, 3 Jul 2023 01:13:00 +0000 (10:13 +0900)]
Fix build error for toolchain upgrade
Change-Id: Ib9640d9c7dbdf6bfdac6baf722a050a6d9deb873
Adeel Kazmi [Fri, 30 Jun 2023 13:16:43 +0000 (14:16 +0100)]
DALi Version 2.2.33
Change-Id: Iad5f75fd13582a729204189ff782d328cca8948f
EverLEEst(SangHyeon Lee) [Wed, 28 Jun 2023 05:25:40 +0000 (14:25 +0900)]
Merge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Wed, 28 Jun 2023 05:25:35 +0000 (14:25 +0900)]
Revert "[Tizen](Partial Update) Fix animation delay issue"
This reverts commit
23a4c119dae84d2b7b424d8426c0ed74ddf53aff.
Heeyong Song [Tue, 27 Jun 2023 01:17:06 +0000 (10:17 +0900)]
Fix SVACE issue
Change-Id: I48683251f336e1f171c98296aaa03425f7ec227a
David Steele [Mon, 26 Jun 2023 11:17:17 +0000 (12:17 +0100)]
Removed repeated logic in UniformBufferManager
Change-Id: I7f05429ba5ad390319e88de6a508f18cc3515467
Heeyong Song [Thu, 22 Jun 2023 02:49:43 +0000 (11:49 +0900)]
Add SetPartialUpdateEnabled to Scene
Support enabling/disabling partial update at runtime
Change-Id: I7854d0f7ad0efb526da864456eb9b5672e1ef4d2
Adeel Kazmi [Sat, 24 Jun 2023 14:02:41 +0000 (14:02 +0000)]
Merge "Refactored Uniform Buffer support" into devel/master
David Steele [Wed, 21 Jun 2023 12:07:41 +0000 (13:07 +0100)]
Refactored Uniform Buffer support
Uniform blocks in GLES3 shaders are now supported by GPU buffer.
Fixed up test harness to handle CPU buffers properly
Fixed up test cases with wrong buffer counts
Added method to get uniform block alignment from the
backend - this is slightly more complicated than it
needs to be, because of the Vulkan-like API we have.
Enhanced test harness to enable testing of UBOs.
Adding reflection & test cases for uniform blocks
Ensured that multi-pass of draw commands doesn't
generate multiple blocks.
Ensured GPU uniform buffers are double-buffered
Ensured size of CPU/GPU for offscreen vs onscreen
buffers is correct.
Added test cases to ensure that large enough buffers
are allocated, and that properties are written
into the relevant uniform block areas within the buffers.
Change-Id: Id551d56ecea228320af3896afef49790d5ceec6d
Adam Bialogonski [Fri, 23 Jun 2023 10:03:02 +0000 (11:03 +0100)]
DALi Version 2.2.32
Change-Id: I936fc05badce1f4c855a51b4f68b064cce94989f
Eunki Hong [Thu, 22 Jun 2023 10:18:13 +0000 (10:18 +0000)]
Merge "Fix some keyframes devel api crash issue" into devel/master
Heeyong Song [Thu, 22 Jun 2023 00:50:02 +0000 (00:50 +0000)]
Merge "(Partial Update) Fix animation delay issue" into devel/master
Adeel Kazmi [Wed, 21 Jun 2023 11:27:08 +0000 (11:27 +0000)]
Merge "Added lockless synchronization to VertexBufferUpdateCallback" into devel/master
Heeyong Song [Wed, 21 Jun 2023 08:49:07 +0000 (17:49 +0900)]
(Partial Update) Fix animation delay issue
Set updated flag when the animator is changed to the delayed state
Change-Id: I83bc23f19c7ca255f1c7e670c1afe306919b4e8c
Eunki, Hong [Wed, 21 Jun 2023 03:27:49 +0000 (12:27 +0900)]
Fix some keyframes devel api crash issue
There was some nullptr error for some DevelKeyFrames API.
1. Let we allow to call GetKeyFrameCount even we never call Add.
2. Let we only change value if keyframe type is same as SetKeyFrameValue type.
Change-Id: I6a53648df3e19556c8462fbd4fd39340dc593373
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Heeyong Song [Wed, 21 Jun 2023 06:10:49 +0000 (15:10 +0900)]
[Tizen](Partial Update) Fix animation delay issue
Set updated flag when the animation is delayed
Change-Id: Iaadfef28be2d6f000d0f284bf1ad8307f2c879b4
Jaehyun Cho [Wed, 21 Jun 2023 01:29:40 +0000 (10:29 +0900)]
Merge branch 'devel/master' into tizen
Jaehyun Cho [Wed, 21 Jun 2023 01:29:02 +0000 (10:29 +0900)]
Revert "[Tizen] Modify so that unnecessary hover events do not occur when the device is touch."
This reverts commit
1bfa630088940972e1f019140896bec398c71d8c.
Eunki Hong [Wed, 21 Jun 2023 01:10:21 +0000 (01:10 +0000)]
Merge "Calculate ScreenExtents and ScreenPosition only with event side properties." into devel/master
Adam Bialogonski [Tue, 20 Jun 2023 11:23:55 +0000 (12:23 +0100)]
Added lockless synchronization to VertexBufferUpdateCallback
Change-Id: I3ae62318868840403b9619c02e5c98fbcd7c9766
David Steele [Fri, 16 Jun 2023 14:27:24 +0000 (14:27 +0000)]
Merge "DALi Version 2.2.31" into devel/master
Richard Huang [Fri, 16 Jun 2023 13:48:20 +0000 (14:48 +0100)]
DALi Version 2.2.31
Change-Id: Ief9367f95d5267dabea7a7a2ebcaf1933d53efd1
Seungho BAEK [Fri, 16 Jun 2023 11:21:40 +0000 (11:21 +0000)]
Merge "Change the naming of RenderPass to RenderPassTag for Shader and RenderTask" into devel/master
seungho baek [Fri, 16 Jun 2023 09:05:49 +0000 (18:05 +0900)]
Change the naming of RenderPass to RenderPassTag for Shader and RenderTask
Change-Id: I7c4f7f24fdb7d13f202be317899e915e73f979cd
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Heeyong Song [Fri, 16 Jun 2023 02:47:09 +0000 (11:47 +0900)]
Remove unsued member variable
Change-Id: If4125c2e39bd97890a470ea6b1a6056e70f835d2
seungho baek [Fri, 9 Jun 2023 13:00:09 +0000 (22:00 +0900)]
Support multi pass shading with different shaders
Change-Id: I34ac0d2dd0d63b316816bfa58954c739e7460e55
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Eunki Hong [Mon, 15 May 2023 14:38:54 +0000 (23:38 +0900)]
Calculate ScreenExtents and ScreenPosition only with event side properties.
Let we seperate CalculateCurrentScreenExtents and CalculateScreenExtents.
Since ScreenPosition was used by update-side values, we cannot use
this values during Relayout.
Now, let we make devel api so user can get values only by event-thread
side properties.
Change-Id: I52ee19be1bea172743f97cfef7c03b57de8b5778
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
joogab.yun [Tue, 13 Jun 2023 07:56:37 +0000 (16:56 +0900)]
[Tizen] Modify so that unnecessary hover events do not occur when the device is touch.
On touch down the MOTION -> STARTED event received at the same time.
In this case, unnecessary hoverEvent may be triggered by the MOTION event.
So, in case of touch device, it is ignored.
Change-Id: Idad7ba7e890c85180772f244b6ca42da2591ba85
joogab yun [Wed, 14 Jun 2023 01:52:28 +0000 (01:52 +0000)]
Merge "Modify so that unnecessary hover events do not occur when the device is touch." into devel/master
dongsug.song [Wed, 14 Jun 2023 00:35:03 +0000 (09:35 +0900)]
[Tizen] Not execute the remove callback
This reverts commit
eb82563ece1b407c02f79f6f530408bb9e4799e4.
Change-Id: I03d943a0e85417d3db3b4ad50e9215370a95e1eb
dongsug.song [Wed, 14 Jun 2023 00:34:45 +0000 (09:34 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I534aa8f0e8ceb5f4c28a51178dd5e3ee431369a6
dongsug.song [Wed, 14 Jun 2023 00:34:13 +0000 (09:34 +0900)]
Revert "[Tizen] Not execute the remove callback"
This reverts commit
78af759e97276e0387e7159a77f2deb4a3fc50d3.
joogab.yun [Tue, 13 Jun 2023 07:56:37 +0000 (16:56 +0900)]
Modify so that unnecessary hover events do not occur when the device is touch.
On touch down the MOTION -> STARTED event received at the same time.
In this case, unnecessary hoverEvent may be triggered by the MOTION event.
So, in case of touch device, it is ignored.
Change-Id: Idad7ba7e890c85180772f244b6ca42da2591ba85
Heeyong Song [Fri, 26 May 2023 09:31:44 +0000 (18:31 +0900)]
Add DevelActor::Property::USE_TEXTURE_UPDATE_AREA
Change-Id: I34a465ee79663c8a3a037639dfd24a566f8465d0
Eunki, Hong [Fri, 9 Jun 2023 02:19:29 +0000 (11:19 +0900)]
Use Dali::KeyFrames during AnimateBetween
Since KeyFrames is already BaseHandle, we don't need to use
reference of BaseHandle. So let we make BaseHandle instead of
Internal::KeyFrames.
Change-Id: I32d79aa382dde45af07bb3ded376c37fcdbfe629
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 9 Jun 2023 09:50:06 +0000 (10:50 +0100)]
DALi Version 2.2.30
Change-Id: I1f5e65ef4a9291a8ec05f1a9a8550641f9663094
Taehyub Kim [Thu, 8 Jun 2023 04:14:40 +0000 (13:14 +0900)]
[Tizen] Not execute the remove callback
This reverts commit
3b408d01fb5b2eba66dddff342d9b623296d288f.
Taehyub Kim [Thu, 8 Jun 2023 04:13:57 +0000 (13:13 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I15e19e06cc8d67f6250bfdfb18440f3f0f59b1c5
Taehyub Kim [Thu, 8 Jun 2023 04:12:15 +0000 (13:12 +0900)]
Revert "[Tizen] Not execute the remove callback"
This reverts commit
a330e79789c2bfc0093b89600cdae4f3329d7a79.
Eunki Hong [Mon, 20 Mar 2023 16:19:21 +0000 (01:19 +0900)]
Reduce overhead of notification (like AnimationFinished, PropertyNotify)
Previously, we check existed all animations are finished, and send signal.
We can reduce this kind of iteration.
Now, send specific scenegraph notify id, and send signal for this.
It will reduce NotificationManager::ProcessMessage running time on event side.
And, refactorize notifier-interface.
Previously, we use scene-graph object's pointer to check whether this object
is valid or not. But it has some logical problem when we destroy and create
continously.
Now we define NotifyId to specify the notify required item.
So we can expect SceneGraph items to excute notify process.
TODO : Make RenderTaskList also keep hashing... or just ignore this case
Change-Id: Ied35d018d1da854ef0e61343710230461d76c67a
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Heeyong Song [Mon, 5 Jun 2023 07:49:51 +0000 (07:49 +0000)]
Merge "Check whether the scene-graph RenderTask object is valid" into devel/master
David Steele [Fri, 2 Jun 2023 17:18:18 +0000 (17:18 +0000)]
Merge changes I8d35c74c,I4785021d into devel/master
* changes:
Test sync with adaptor
Adding instance count and vertex range to Renderer
Richard Huang [Fri, 2 Jun 2023 10:36:46 +0000 (11:36 +0100)]
DALi Version 2.2.29
Change-Id: Icf79fcf84c805f8574cfd9a7e86007051bb815a3
Heeyong Song [Fri, 2 Jun 2023 02:25:30 +0000 (11:25 +0900)]
Check whether the scene-graph RenderTask object is valid
Change-Id: I444479a472c76ca96c36db39f7e3b1eab4be84c3