platform/core/uifw/dali-core.git
14 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20230210.160939
EverLEEst(SangHyeon Lee) [Wed, 8 Feb 2023 07:23:31 +0000 (16:23 +0900)]
[Tizen] Not execute the remove callback

This reverts commit c28f031d2a7f8ca49c90f3d17b1a9202085b3205.

14 months agoMerge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Wed, 8 Feb 2023 07:23:16 +0000 (16:23 +0900)]
Merge branch 'devel/master' into tizen

14 months agoRevert "[Tizen] Not execute the remove callback"
EverLEEst(SangHyeon Lee) [Wed, 8 Feb 2023 07:23:04 +0000 (16:23 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit 0d20ab5914ac0e3c836e82d259478976860847cb.

14 months agoFix svace issue (uint32_t to long) 21/287821/2
Eunki, Hong [Tue, 7 Feb 2023 02:05:12 +0000 (11:05 +0900)]
Fix svace issue (uint32_t to long)

To convert unsigned value into signed value safely,
we should convert as unsigned type with same size as signed type,
and after done, convert into signed type.

Change-Id: I1ee541cff8851adf0e5512ccf0d7a6e00a865690
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months agoDALi Version 2.2.12 51/287751/1 dali_2.2.12
Adam Bialogonski [Fri, 3 Feb 2023 12:41:09 +0000 (12:41 +0000)]
DALi Version 2.2.12

Change-Id: I788175867c862f9a10afb132f859905869529e58

15 months agoMerge "Make dirtyrect use map container instead of vector" into devel/master
Eunki Hong [Thu, 2 Feb 2023 04:39:00 +0000 (04:39 +0000)]
Merge "Make dirtyrect use map container instead of vector" into devel/master

15 months agoDo not register processor when registering singleton 00/287600/1
Heeyong Song [Wed, 1 Feb 2023 06:54:08 +0000 (15:54 +0900)]
Do not register processor when registering singleton

Change-Id: I31353cf1d513a40f82def9a5f0de3540b88c34dc

15 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20230206.093755 accepted/tizen/unified/20230206.093914
Jaehyun Cho [Wed, 1 Feb 2023 05:10:25 +0000 (14:10 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 07325401e02112be5d2e264a81eca418bad56103.

15 months agoMerge branch 'devel/master' into tizen
Jaehyun Cho [Wed, 1 Feb 2023 05:09:42 +0000 (14:09 +0900)]
Merge branch 'devel/master' into tizen

15 months agoRevert "[Tizen] Not execute the remove callback"
Jaehyun Cho [Wed, 1 Feb 2023 05:09:29 +0000 (14:09 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit fbb82e17b76bd81170b22a78a973221727f17548.

15 months agoMake dirtyrect use map container instead of vector 80/286080/11
Eunki, Hong [Tue, 27 Dec 2022 08:35:14 +0000 (17:35 +0900)]
Make dirtyrect use map container instead of vector

Since we don't need to keep the order of dirtyrect now,
let we just use unordered_map to control dirtyrect items.

And also, let we change all UTC doesn't consider ther order of
damaged rect

Change-Id: I3aeb0eb0d1b7ff9b66c91ff149a6eba5d235ca5c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months agoMerge "Reorder node's children only required case." into devel/master
David Steele [Mon, 30 Jan 2023 15:12:36 +0000 (15:12 +0000)]
Merge "Reorder node's children only required case." into devel/master

15 months agoMerge "Fix minor coverity issue" into devel/master
Eunki Hong [Mon, 30 Jan 2023 12:55:34 +0000 (12:55 +0000)]
Merge "Fix minor coverity issue" into devel/master

15 months agoFix minor coverity issue 77/287477/1
Eunki, Hong [Mon, 30 Jan 2023 11:40:56 +0000 (20:40 +0900)]
Fix minor coverity issue

Change-Id: I82a36d80b977057ad381f8651ed18845ed16d360
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months ago(Automated Tests) Ensure we kill off any sleeping dbus sessions that we create when... 88/287188/2
Adeel Kazmi [Mon, 23 Jan 2023 18:08:58 +0000 (18:08 +0000)]
(Automated Tests) Ensure we kill off any sleeping dbus sessions that we create when running

Change-Id: Iac299a0ea3f57505fdb0e906d22a38f0a21946f4

15 months agoReorder node's children only required case. 33/286133/9
Eunki, Hong [Wed, 28 Dec 2022 12:33:23 +0000 (21:33 +0900)]
Reorder node's children only required case.

If all of my children's depth index didn't changed,
we don't need to re-sort this sorted node value.

This patch add the flag of children-reorder, and
sort it only if my direct children's depth index changed.

Change-Id: I349aa50337b750504056ac0d57896e896cd9c32e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months agoMerge "Cleanup .gitignore file" into devel/master
Eunki Hong [Mon, 30 Jan 2023 02:27:06 +0000 (02:27 +0000)]
Merge "Cleanup .gitignore file" into devel/master

15 months agoDALi Version 2.2.11 98/287398/1 dali_2.2.11
Richard Huang [Fri, 27 Jan 2023 12:19:12 +0000 (12:19 +0000)]
DALi Version 2.2.11

Change-Id: I4c5405a44be8f9dc4d646da64e147ee19500423d

15 months agoCleanup .gitignore file 43/287243/1
Eunki Hong [Wed, 25 Jan 2023 15:49:48 +0000 (00:49 +0900)]
Cleanup .gitignore file

Collect, merge and clean up .gitignore file for all dali repos

Change-Id: Ide3219c1c02de8d7a85952db1e0f48eb0611b67e
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20230126.170111
Taehyub Kim [Wed, 25 Jan 2023 05:48:22 +0000 (14:48 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 03113a57886dea30c87de891f448a51772e03c0a.

15 months agoMerge branch 'devel/master' into tizen
Taehyub Kim [Wed, 25 Jan 2023 05:47:57 +0000 (14:47 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Iab58f7ac4d8b840dd953afd7c717edf1a56be68e

15 months agoRevert "[Tizen] Not execute the remove callback"
Taehyub Kim [Wed, 25 Jan 2023 05:47:40 +0000 (14:47 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit 197d8cc435d801fe1cc63ca869c54beb5bfb9d5f.

15 months agoFix error of overlay layer 24/287224/1
seungho baek [Wed, 25 Jan 2023 04:59:37 +0000 (13:59 +0900)]
Fix error of overlay layer

Change-Id: Iab39bd723d30b088dbdf8dbfe78816ca6652919f
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
15 months agoMerge changes Ibfc625f5,I26bd5ff5,I255b92f4,I0eff1efe,Id7827d1b, ... into devel/master
David Steele [Mon, 23 Jan 2023 14:58:47 +0000 (14:58 +0000)]
Merge changes Ibfc625f5,I26bd5ff5,I255b92f4,I0eff1efe,Id7827d1b, ... into devel/master

* changes:
  Changed Render::Renderer to use MemoryPoolAllocator
  Migrated Render::Texture to use memory pool
  Changed RenderItem* to RenderItemKey
  Memory pool key uses ptr in 32bit mode
  Changed keys from raw int to templated class
  Convert Renderer ptrs to 32 bit keys
  Changed DiscardQueue to templated class

15 months agoChanged Render::Renderer to use MemoryPoolAllocator 78/286778/6
David Steele [Thu, 12 Jan 2023 18:50:00 +0000 (18:50 +0000)]
Changed Render::Renderer to use MemoryPoolAllocator

Changing the Renderer to use the pool allocator means:
ptrs to the renderer can utilize 32bit key instead of
64bit ptr.

Change-Id: Ibfc625f5f929bc1836ff50ee8b1fa1ebfe5d59ec
Signed-off-by: David Steele <david.steele@samsung.com>
15 months agoMigrated Render::Texture to use memory pool 77/286777/6
David Steele [Thu, 12 Jan 2023 16:18:02 +0000 (16:18 +0000)]
Migrated Render::Texture to use memory pool

Changing Render::Texture to use memory pool enables
use of 32bit keys instead of 64bit ptrs in general
stores (Internal::Texture, SceneGraph::TextureSet, RenderManager)
and messaging.

Change-Id: I26bd5ff57ad7d8c034fdb51b6c9a869635ed8849
Signed-off-by: David Steele <david.steele@samsung.com>
15 months agoChanged RenderItem* to RenderItemKey 72/286472/8
David Steele [Fri, 6 Jan 2023 16:41:53 +0000 (16:41 +0000)]
Changed RenderItem* to RenderItemKey

Change-Id: I255b92f4f7e35209cdbe28d10bd3f2bc991bf843
Signed-off-by: David Steele <david.steele@samsung.com>
15 months agoMemory pool key uses ptr in 32bit mode 32/285432/10
David Steele [Mon, 12 Dec 2022 17:38:27 +0000 (17:38 +0000)]
Memory pool key uses ptr in 32bit mode

When compiled for a 32bit architecture, memory pool keys are
functionally identical to ptrs, and don't require any lookup or
comparison.

Have removed int32_t comparison operators and made the INVALID const
private. Added nullptr comparison operator to ensure that the keys can
be compared against nullptr, or utilize the boolean operator to check
for validity. (An int32_t key of 0 is valid in 64 bit mode)

Change-Id: I0eff1efede539e02c330ab601b10f018fcebeafd

15 months agoChanged keys from raw int to templated class 05/284605/15
David Steele [Wed, 30 Nov 2022 11:27:55 +0000 (11:27 +0000)]
Changed keys from raw int to templated class

MemoryPoolKey<Type> template has indirection operator
to enable simpler code at the point of use.

Updated FixedSizeMemoryPool to deduce mask and bitshift
values from max block count. Enabled for MemoryPool, so
that 32 bit keys can be used.

Added handling to switch key semantics between limited /
unlimited blocks. In the normal case, the block count is
limited, and the maximum block size is 1M entries, so
a block id range of 0-31 is sufficient. In the other case,
the block count is unlimited, so the key is the Nth item
in the memory pool across all blocks. Whilst this may be slower
to dereference, in practice, this mode isn't used.

Change-Id: Id7827d1beded831307b12ce8a3ef46e32366f82b

15 months agoDALi Version 2.2.10 55/287155/1 dali_2.2.10
David Steele [Fri, 20 Jan 2023 13:09:56 +0000 (13:09 +0000)]
DALi Version 2.2.10

Change-Id: I4cd614701a5d01db5afb6197ec4475aea6fc26c0

15 months agoMerge "Updating Test Harness to show wait channel" into devel/master
David Steele [Thu, 19 Jan 2023 14:33:32 +0000 (14:33 +0000)]
Merge "Updating Test Harness to show wait channel" into devel/master

15 months agoUpdating Test Harness to show wait channel 24/287024/3
David Steele [Wed, 18 Jan 2023 15:19:04 +0000 (15:19 +0000)]
Updating Test Harness to show wait channel

If, during parallel execution, a child test case is pending for a
minute, then display the wait channel symbol, and kill the process.

Change-Id: I5605cc563729ac4d65a16be9354faeed2788bf42
Signed-off-by: David Steele <david.steele@samsung.com>
15 months agoAssert when proprety notification is used in a thread other than the main thread 05/287005/2
Heeyong Song [Wed, 18 Jan 2023 06:46:16 +0000 (15:46 +0900)]
Assert when proprety notification is used in a thread other than the main thread

Change-Id: I9b2f6c1f70327c5289f1e9476d48876d5ecd762b

15 months agoConvert Renderer ptrs to 32 bit keys 69/284269/10
David Steele [Fri, 21 Oct 2022 11:10:35 +0000 (12:10 +0100)]
Convert Renderer ptrs to 32 bit keys

Change-Id: I9ac5971cd768da552c188909771a12b437e11435

15 months agoChanged DiscardQueue to templated class 68/284268/9
David Steele [Thu, 10 Nov 2022 12:02:43 +0000 (12:02 +0000)]
Changed DiscardQueue to templated class

Instead of having 1 discard queue for everything,
switched it out to a templated type that can work
on std containers.

Change-Id: Ie26d8c7ddece01ae8feeebfd27de9e73d9a9c9c4
Signed-off-by: David Steele <david.steele@samsung.com>
15 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20230120.182041
dongsug.song [Tue, 17 Jan 2023 06:20:33 +0000 (15:20 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 92713ffd473e7273cd21ed7af6a223d6c4d03260.

Change-Id: Ibe4125dc1073e2bad6c306da3e6077c9b19304e8

15 months agoMerge branch 'devel/master' into tizen
dongsug.song [Tue, 17 Jan 2023 06:20:01 +0000 (15:20 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ic32154d9302bd9e7c2486619f6cbf8e595c2bbfa

15 months agoRevert "[Tizen] Not execute the remove callback"
dongsug.song [Tue, 17 Jan 2023 06:19:44 +0000 (15:19 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit 4b227474c951829ef7f23ab845f5a26bf3676fa9.

15 months agoAdd Overlay Layer in scene 75/286475/11
seungho baek [Mon, 9 Jan 2023 01:23:21 +0000 (10:23 +0900)]
Add Overlay Layer in scene

Change-Id: I65447d7ace9e13f528f244234e139e3e9682291b
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
15 months agoMerge "DALi Version 2.2.9" into devel/master
Adeel Kazmi [Fri, 13 Jan 2023 10:00:34 +0000 (10:00 +0000)]
Merge "DALi Version 2.2.9" into devel/master

15 months agoDALi Version 2.2.9 27/286827/1 dali_2.2.9
Adeel Kazmi [Fri, 13 Jan 2023 09:55:55 +0000 (09:55 +0000)]
DALi Version 2.2.9

Change-Id: I26fdccbff49e99f2ea8bf4839407db436a7afc2d

15 months agoMake assertion when SetParent is not called on the main thread 77/286077/4
Heeyong Song [Tue, 27 Dec 2022 07:06:52 +0000 (16:06 +0900)]
Make assertion when SetParent is not called on the main thread

Change-Id: Ia224a99b7760f2ab2ec6e19700faa2e84091ce1a

15 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20230111.174538
Seoyeon Kim [Tue, 10 Jan 2023 05:26:52 +0000 (14:26 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 294e09b19bf6f81446f2298a7510c521495a7ff5.

15 months agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Tue, 10 Jan 2023 05:26:44 +0000 (14:26 +0900)]
Merge branch 'devel/master' into tizen

15 months agoRevert "[Tizen] Not execute the remove callback"
Seoyeon Kim [Tue, 10 Jan 2023 05:26:37 +0000 (14:26 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit ddcfbfa79b3abc35156679717387cdc54e14d550.

15 months agoRemoving shader uniform map observers 56/286556/2
David Steele [Mon, 9 Jan 2023 15:34:49 +0000 (15:34 +0000)]
Removing shader uniform map observers

Many renderers use few shaders. Currently, there is an observer list
in Shader's uniform map to inform Renderer to update it's collective
uniform map when it's updated.

In practice, shader uniforms are rare (Especially in visuals, with the
exception of PrimitiveVisual, which isn't really used much), so we
are paying the price (an array of observers) for something un-necessary.

Instead, we can change Renderer to store the last known change counter
for it's attached shader. If the shader's uniform map changes, then we
can detect this during PrepareRender, prior to rendering, by testing
the change counter.

We can therefore fully remove the uniform map observer list, improving
memory consumption and speeding up renderer creation time.

Change-Id: I96b9b5c4f7b21fda9593dc1f89f580e7ceb4513c
Signed-off-by: David Steele <david.steele@samsung.com>
15 months agoMerge "DALi Version 2.2.8" into devel/master
David Steele [Fri, 6 Jan 2023 13:19:06 +0000 (13:19 +0000)]
Merge "DALi Version 2.2.8" into devel/master

15 months agoDALi Version 2.2.8 57/286457/1 dali_2.2.8
Adam Bialogonski [Fri, 6 Jan 2023 10:49:36 +0000 (10:49 +0000)]
DALi Version 2.2.8

Change-Id: I8f1f479086ce058957a17e90c2beb1740e7de60c

15 months agoMerge "Reduce Render::Renderer size" into devel/master
Heeyong Song [Fri, 6 Jan 2023 02:22:48 +0000 (02:22 +0000)]
Merge "Reduce Render::Renderer size" into devel/master

15 months agoMerge "Remove object pointer from SceneGraph::PropertyNotification" into devel/master
Heeyong Song [Fri, 6 Jan 2023 02:22:09 +0000 (02:22 +0000)]
Merge "Remove object pointer from SceneGraph::PropertyNotification" into devel/master

15 months agoMerge "Fix the screen rotation issue" into devel/master
Wonsik Jung [Thu, 5 Jan 2023 05:06:37 +0000 (05:06 +0000)]
Merge "Fix the screen rotation issue" into devel/master

15 months agoFix the screen rotation issue 63/286263/2
Wonsik Jung [Tue, 3 Jan 2023 03:09:13 +0000 (12:09 +0900)]
Fix the screen rotation issue

Fix the screen rotation issue in FHub Device.
When glViewport/glScissor is set, the screen rotation should be considered.

Change-Id: I660545a3b3b0fa8e5464dfb613a3d983be2e04b7

15 months agoMerge "Fix to do not use GetCurrentSize in actor-sizer" into devel/master
Seungho BAEK [Wed, 4 Jan 2023 02:07:50 +0000 (02:07 +0000)]
Merge "Fix to do not use GetCurrentSize in actor-sizer" into devel/master

15 months agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20230106.165031
jykeon [Tue, 3 Jan 2023 02:41:44 +0000 (11:41 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I2ce03e961df86f99a024ce035c30638b6bfd9e11

16 months agoMerge "Move VisualRenderer properties definition in SceneGraph side." into devel...
Eunki Hong [Mon, 2 Jan 2023 18:50:54 +0000 (18:50 +0000)]
Merge "Move VisualRenderer properties definition in SceneGraph side." into devel/master

16 months agoTrace use scope macro instead of begin-end 73/286173/1
Eunki Hong [Thu, 29 Dec 2022 15:45:29 +0000 (00:45 +0900)]
Trace use scope macro instead of begin-end

Since we don't need to follow functions usecase,
use trace scope macro instead of begin-end.

Change-Id: I958cb1d97089cafeac507613068b1c574c3ebb0e
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
16 months agoReduce Render::Renderer size 94/286094/1
Heeyong Song [Wed, 28 Dec 2022 01:01:13 +0000 (10:01 +0900)]
Reduce Render::Renderer size

Allocate RenderCallbackInput when needed

Change-Id: I376a2dede159457b1887ce28d2dfa5126b30f4a7

16 months agoRemove object pointer from SceneGraph::PropertyNotification 62/286062/1
Heeyong Song [Tue, 27 Dec 2022 03:27:56 +0000 (12:27 +0900)]
Remove object pointer from SceneGraph::PropertyNotification

Change-Id: I4cc0912d36e7ff3c39e6b48fecc030432947137f

16 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20221228.165941
dongsug.song [Tue, 27 Dec 2022 02:28:34 +0000 (11:28 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 52a642ddf58019dd79dea28aa2b720e56bddb555.

Change-Id: I2224ed93e5ac4ad08b12212ec54ef2c7e2f43901

16 months agoMerge branch 'devel/master' into tizen
dongsug.song [Tue, 27 Dec 2022 02:28:14 +0000 (11:28 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ic076a308889f80e3be661badbbd4b7aa119ce52f

16 months agoRevert "[Tizen] Not execute the remove callback"
dongsug.song [Tue, 27 Dec 2022 02:27:50 +0000 (11:27 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit f6904945ccf4afe62252c5a388cbe74c0ca3191e.

16 months agoDALi Version 2.2.7 85/285985/1 dali_2.2.7
Adeel Kazmi [Fri, 23 Dec 2022 11:34:37 +0000 (11:34 +0000)]
DALi Version 2.2.7

Change-Id: I11776a8dc1e60dd4ee63a8aded537e56231a2791

16 months agoFix to do not use GetCurrentSize in actor-sizer 66/285966/4
seungho baek [Fri, 23 Dec 2022 07:40:31 +0000 (16:40 +0900)]
Fix to do not use GetCurrentSize in actor-sizer

Change-Id: I75c0502a33dcb67e90092b1a8a92e9cf9f6bbe37
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
16 months agoMove VisualRenderer properties definition in SceneGraph side. 61/285961/2
Eunki, Hong [Fri, 23 Dec 2022 06:37:18 +0000 (15:37 +0900)]
Move VisualRenderer properties definition in SceneGraph side.

Move definition of VisualRenderer used properties SceneGraph::VisualRenderer::~~~.

Now sizeof(SceneGraph::Renderer) reduced from 328 --> 272

Change-Id: Ia943c6c09f8b7185ebbb4b5138ad02d1828634ce
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months agoDo not block during process message queue 61/285861/4
Eunki Hong [Wed, 21 Dec 2022 12:03:26 +0000 (21:03 +0900)]
Do not block during process message queue

We don't need to block update thread during
whole message Process works.

Follow as NotificationManager::ProcessMessages()

Change-Id: I04549bcd91f426d5c98dc159a01f0ec7be950f5f
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
16 months agoRemove annoying logs when we use astc image file 38/285938/1
Eunki, Hong [Thu, 22 Dec 2022 11:57:25 +0000 (20:57 +0900)]
Remove annoying logs when we use astc image file

We don't use bpp value when we don't use sub pixeldata.
Move that code into what it used.

Change-Id: I771318ec96e0da9ba0ce565d0a8cca52a47ed2f6
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months agoAdd trace log to NotificationManager::ProcessMessages 56/285856/1
Heeyong Song [Wed, 21 Dec 2022 09:13:50 +0000 (18:13 +0900)]
Add trace log to NotificationManager::ProcessMessages

Change-Id: I8a7d3080087ef29448e3ac4b9ce333ce93e08e99

16 months agoAdd Renderer::BlendMode::USE_ACTOR_OPACITY 03/285403/10
seungho baek [Mon, 12 Dec 2022 08:00:52 +0000 (17:00 +0900)]
Add Renderer::BlendMode::USE_ACTOR_OPACITY

 - This option make the renderer opaque only when its Actor::Color is opaque.

Change-Id: I931b54bd42d83aa8460a9e6ee932f3511cf19401
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
16 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20221221.165236
Daekwang Ryu [Tue, 20 Dec 2022 02:02:41 +0000 (11:02 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 4dc397149fa24df53cd2d477d13f6cb7a32731a1.

Change-Id: Ia29368fa4ae1ea2fc76bb2324685240f17a4b2cb

16 months agoMerge branch 'devel/master' into tizen
Daekwang Ryu [Tue, 20 Dec 2022 02:02:29 +0000 (11:02 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I7897b1034c591f4b85a0b145a201d304d68d10ea

16 months agoRevert "[Tizen] Not execute the remove callback"
Daekwang Ryu [Tue, 20 Dec 2022 02:02:12 +0000 (11:02 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit 7d85b865d2daf8d235eaea3d3b4716eb5105a2be.

16 months agoMerge "Reduce GetCurrentSize call time" into devel/master
Eunki Hong [Mon, 19 Dec 2022 19:10:10 +0000 (19:10 +0000)]
Merge "Reduce GetCurrentSize call time" into devel/master

16 months agoMerge "Sync UTC harness" into devel/master
David Steele [Mon, 19 Dec 2022 18:55:26 +0000 (18:55 +0000)]
Merge "Sync UTC harness" into devel/master

16 months agoReduce GetCurrentSize call time 38/285738/2
Eunki, Hong [Mon, 19 Dec 2022 06:59:13 +0000 (15:59 +0900)]
Reduce GetCurrentSize call time

Call mOwner.GetCurrentSize() only if we use it

Change-Id: I1a22b4d86ad97856a14aa367f1b3d4b62b7e31bf
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months agoFix transform matrix in case child actor didn't inherit some of its parent's transforms. 74/285174/7
seungho baek [Wed, 7 Dec 2022 07:28:03 +0000 (16:28 +0900)]
Fix transform matrix in case child actor didn't inherit some of its parent's transforms.

Change-Id: Ib711eae4ca1a33872927a54e04c8228aabc1d256
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
16 months agoAdd trace log to FrameCallbackProcessor::Update 16/285716/2
Heeyong Song [Mon, 19 Dec 2022 01:59:45 +0000 (10:59 +0900)]
Add trace log to FrameCallbackProcessor::Update

Change-Id: I68f66b12400082d477518d6376c37ed53f144b4a

16 months agoChange DebugPriority name and Debug priority 11/285611/4
Heeyong Song [Thu, 15 Dec 2022 09:09:41 +0000 (18:09 +0900)]
Change DebugPriority name and Debug priority

Change-Id: I01dc0b22802a66b51d4ad3fb338b270c7d810142

16 months agoMerge "DALi Version 2.2.6" into devel/master
Adeel Kazmi [Fri, 16 Dec 2022 12:35:23 +0000 (12:35 +0000)]
Merge "DALi Version 2.2.6" into devel/master

16 months agoDALi Version 2.2.6 88/285688/1 dali_2.2.6
David Steele [Fri, 16 Dec 2022 12:12:38 +0000 (12:12 +0000)]
DALi Version 2.2.6

Change-Id: Ic92bbd0dbf8c066f667173312a1a9b68dd78e954

16 months agoMerge "Added memory pool logging" into devel/master
Adeel Kazmi [Fri, 16 Dec 2022 11:45:52 +0000 (11:45 +0000)]
Merge "Added memory pool logging" into devel/master

16 months agoAdded memory pool logging 98/285298/5
David Steele [Thu, 22 Sep 2022 10:04:26 +0000 (11:04 +0100)]
Added memory pool logging

Added methods to fetch the current capacity of memory pools
Added a method to Core to dump the capacities to the log output
(This is triggered by setting DALI_MEMORY_POOL_INTERVAL to a non-zero
value)

Added logging to PixelData to log individual allocations (By setting
DALI_LOG_PIXEL_DATA_SIZE to "1" or higher and enabling debug).

Added method to PixelData to log total allocation (By setting
DALI_OBJECT_PROFILER_INTERVAL to a non-zero value and enabling debug).

Change-Id: I45220005a652ca978ea552dd93564bedad784ba7

16 months agoMerge "Reducing Node struct size" into devel/master
David Steele [Fri, 16 Dec 2022 11:03:15 +0000 (11:03 +0000)]
Merge "Reducing Node struct size" into devel/master

16 months agoReducing Node struct size 26/285626/3
David Steele [Thu, 15 Dec 2022 10:50:11 +0000 (10:50 +0000)]
Reducing Node struct size

Removed ptr to transform manager data from templated
transform manager properties - replaced with compile
time offset to the data, so the ptr can be computed
quickly.

Added macros to make the template code simpler.

Change-Id: I3b94bcf3cf886b7477fc540d377efd6df605c94d

16 months ago(Partial Update) Remove unnecessary data 07/285607/1
Heeyong Song [Thu, 15 Dec 2022 08:15:21 +0000 (17:15 +0900)]
(Partial Update) Remove unnecessary data

Change-Id: I2132b9cff9e04a377784e81e5482e49d2f16fe15

16 months ago(Partial Update) Fix the issue when we have several RenderTasks 75/285575/2
Heeyong Song [Tue, 13 Dec 2022 06:00:32 +0000 (15:00 +0900)]
(Partial Update) Fix the issue when we have several RenderTasks

They may render on the off-screen buffer or the camera position may be moved.
Do not break the damaged rect calculation in the cases

Change-Id: Ie36922355bf979c5961bb9e7c12cde44a5644116

16 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20221216.024014
joogab.yun [Wed, 14 Dec 2022 01:29:19 +0000 (10:29 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 8a60af34f32e638a059aec8b619ab472e20b8c13.

Change-Id: I8b55f56cb36bf5a4ff47e326b0e13c5e248c6077

16 months agoMerge branch 'devel/master' into tizen
joogab.yun [Wed, 14 Dec 2022 01:29:06 +0000 (10:29 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I121e81111f417d5719cf947fac63c3ce17d6364a

16 months agoRevert "[Tizen] Not execute the remove callback"
joogab.yun [Wed, 14 Dec 2022 01:28:32 +0000 (10:28 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit f1ed7655e04482b96c6ea2a4ab9553d73ce94984.

16 months agoSync UTC harness 73/285373/1
Eunki, Hong [Fri, 9 Dec 2022 14:10:28 +0000 (23:10 +0900)]
Sync UTC harness

Change-Id: I55204fa777d47c342bef9fb80eab887d4fd9bd0e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months agoMerge "DALi Version 2.2.5" into devel/master
Adeel Kazmi [Fri, 9 Dec 2022 11:24:29 +0000 (11:24 +0000)]
Merge "DALi Version 2.2.5" into devel/master

16 months agoDALi Version 2.2.5 58/285358/1 dali_2.2.5
Richard Huang [Fri, 9 Dec 2022 11:13:57 +0000 (11:13 +0000)]
DALi Version 2.2.5

Change-Id: I8d363182fdc3d6e028e3484aac0aae775e36e81a

16 months agoFix partial update issues 61/284761/7
Heeyong Song [Fri, 25 Nov 2022 06:36:00 +0000 (15:36 +0900)]
Fix partial update issues

Try to reuse RenderItems of the default root layer

Handle below cases for partial update
- One actor has multiple renderers
- One renderer is used by multiple actors
- Update uniform hash every frame

Change-Id: Iac12c5e00f9eb3fc507bbd4d15560f39f13b3061

16 months agoRefactoring node partial update cache 66/285066/3
David Steele [Mon, 5 Dec 2022 17:48:45 +0000 (17:48 +0000)]
Refactoring node partial update cache

Removing a level of inheritance, moving struct to node
Removed 1 buffer's worth of data, keep only last frame's data.
Instead, compute hash of node data and store that.

Cleaned up other data-provider structs and headers

Change-Id: I7b1033f37d0f22349f9c9cf0488feab28d63036b

16 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20221207.171508
Bowon Ryu [Tue, 6 Dec 2022 06:14:31 +0000 (15:14 +0900)]
[Tizen] Not execute the remove callback

This reverts commit cc5f85564c631adea54c181833112ba7660cf8b5.

16 months agoMerge branch 'devel/master' into tizen
Bowon Ryu [Tue, 6 Dec 2022 06:13:35 +0000 (15:13 +0900)]
Merge branch 'devel/master' into tizen

16 months agoRevert "[Tizen] Not execute the remove callback"
Bowon Ryu [Tue, 6 Dec 2022 06:13:18 +0000 (15:13 +0900)]
Revert "[Tizen] Not execute the remove callback"

This reverts commit bff3a91a5204b7b7b630b68dfe09c6f2c4d24cce.

17 months agoDALi Version 2.2.4 05/285005/1 dali_2.2.4
Adam Bialogonski [Fri, 2 Dec 2022 10:24:02 +0000 (10:24 +0000)]
DALi Version 2.2.4

Change-Id: I1266608b9f75391a447681fa3c0ca46c062d6644

17 months agoMerge "Minor coverity issue fixes" into devel/master
Eunki Hong [Thu, 1 Dec 2022 11:14:01 +0000 (11:14 +0000)]
Merge "Minor coverity issue fixes" into devel/master

17 months agoAdd MultiSampling FrameBuffer implement. 13/284213/8
Eunki, Hong [Fri, 11 Nov 2022 13:39:21 +0000 (22:39 +0900)]
Add MultiSampling FrameBuffer implement.

Let we allow to call FramebufferTexture2DMultisample if possible.

Change-Id: I4874ad78dfe1e468b5571ba4bc0112e7f710f492
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months ago[Tizen] Not execute the remove callback accepted/tizen/unified/20221130.171040
Hosang Kim [Tue, 29 Nov 2022 06:22:44 +0000 (15:22 +0900)]
[Tizen] Not execute the remove callback

This reverts commit 3262146b80cedd070b07c6c25acbdfad5a261034.