platform/core/uifw/dali-adaptor-legacy.git
3 years agoAdd a thread mode 79/234979/1
Heeyong Song [Tue, 28 Apr 2020 05:34:50 +0000 (14:34 +0900)]
Add a thread mode

In case of ThreadMode::RUN_IF_REQUESTED, the update thread runs when the application requests rendering.

Change-Id: I8aac3fcd7fb802b0b8d5259fe40ecf14f7b905c3

3 years agoDelete multiple surfaces when the updated thread is destroyed 74/234974/1
Heeyong Song [Fri, 22 May 2020 07:23:43 +0000 (16:23 +0900)]
Delete multiple surfaces when the updated thread is destroyed

Change-Id: I1d2f1431f1b4bb827691e28bfffba96c542eb227

3 years ago[Tizen] Call PostRender method of the surface if needed 92/234692/1 accepted/tizen/unified/20200529.124323 submit/tizen/20200528.050148
Heeyong Song [Thu, 28 May 2020 04:45:57 +0000 (13:45 +0900)]
[Tizen] Call PostRender method of the surface if needed

Change-Id: Ie24e0a3d02d9b7981b8b6d0eedc01b07d877ea55

3 years ago[Tizen] Add check code with orientation in creating egl window.
Heeyong Song [Wed, 27 May 2020 08:54:45 +0000 (17:54 +0900)]
[Tizen] Add check code with orientation in creating egl window.

Change-Id: I642de9393aa9218313fa19aff9c2c01b8868ed13

3 years ago[Tizen] Add rotation's values to winBase-wl2
Heeyong Song [Wed, 27 May 2020 08:52:26 +0000 (17:52 +0900)]
[Tizen] Add rotation's values to winBase-wl2

Change-Id: Ic6b7d5237a2964c30ac7c4e040fe9b86cf033596

3 years ago[Tizen] Add screen and client rotation itself function
Heeyong Song [Wed, 27 May 2020 08:52:09 +0000 (17:52 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: I47126e1fcf6363a2097254432884c14a5912bb28

3 years ago[Tizen] Add DALi Autofill implementation
Heeyong Song [Wed, 27 May 2020 08:51:51 +0000 (17:51 +0900)]
[Tizen] Add DALi Autofill implementation

Change-Id: I396477b0b5c0b77ef0d7136063effe69b6758c20

3 years ago[Tizen] Temporarily modified so that window is no null
Heeyong Song [Wed, 27 May 2020 08:51:36 +0000 (17:51 +0900)]
[Tizen] Temporarily modified so that window is no null

Change-Id: I7016712f0d287825575a3659e2a787b10005c8b3

3 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Wed, 27 May 2020 08:51:23 +0000 (17:51 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I457d0f76c0cd04c7f9bf4c475c473f3051fd2761

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Heeyong Song [Wed, 27 May 2020 08:51:01 +0000 (17:51 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit bfb1ff07cf3c38997281dd93b3d8d056196cc5fa.

Change-Id: I95d13167eedf55dc2ff78f182397987182e4fc96

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Heeyong Song [Wed, 27 May 2020 08:50:50 +0000 (17:50 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit ea546073a1ae0dd21580a8eda426793f67839ebb.

Change-Id: I81e3ce22d653cea0242531de7251ba395cfb1881

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Heeyong Song [Wed, 27 May 2020 08:50:35 +0000 (17:50 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 24f274b0f3130e92d092d97d275629c05f3a047b.

Change-Id: I684f61a7374efa42a65820c2faa6ac50fd4cf93a

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Heeyong Song [Wed, 27 May 2020 08:50:27 +0000 (17:50 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 4113857d0a1391193858623ff4bd2412eb96a6f4.

Change-Id: I4d51faadae792a4a621b06d03ca5e3446579e888

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
Heeyong Song [Wed, 27 May 2020 08:50:13 +0000 (17:50 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit bcb13704d9e1cea2eac57657d02cd3bb93b5a0cd.

Change-Id: I732471331249b6acc079968c51918302302e28e1

3 years agoFree an unnecessary variable anymore 55/234555/1
Daekwang Ryu [Wed, 27 May 2020 06:18:13 +0000 (15:18 +0900)]
Free an unnecessary variable anymore

The parameter of app_get_id() has to be freed when it is not necessary
anymore.

Change-Id: Ic8a85286fa40031b405443876f794adabe2da81e

3 years ago[Tizen] Add check code with orientation in creating egl window. 41/234541/1
Wonsik Jung [Wed, 27 May 2020 06:19:19 +0000 (15:19 +0900)]
[Tizen] Add check code with orientation in creating egl window.

Sometimes, window rotation event occurs before eglwindow is created.
eglWindow should be created with the size of 0's orientation.
To fix, add check code with orientation in creating egl window.

Change-Id: Ib55712662242072386f88f6a7d0f8508de91fb80

3 years agoMerge "Remove Assert when NativeImageSource is reset" into devel/master
Seungho BAEK [Wed, 27 May 2020 03:50:50 +0000 (03:50 +0000)]
Merge "Remove Assert when NativeImageSource is reset" into devel/master

3 years agoRemove Assert when NativeImageSource is reset 85/234285/2
Seungho, Baek [Mon, 25 May 2020 02:41:52 +0000 (11:41 +0900)]
Remove Assert when NativeImageSource is reset

Change-Id: Icd5f4dd5e215a3d1fd3c3eaf8d980baaeb46822d
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
3 years agoFix DestroyContext bug 87/234487/1
Heeyong Song [Fri, 22 May 2020 06:48:44 +0000 (15:48 +0900)]
Fix DestroyContext bug

Change-Id: I46d2806e48c6e4d3d7c97d94832e5ffa5147cb87

3 years agoDALi Version 1.5.13 27/234427/2 dali_1.5.13
Heeyong Song [Tue, 26 May 2020 08:59:56 +0000 (17:59 +0900)]
DALi Version 1.5.13

Change-Id: I031ff8ed49101a770ce7d65869660f10502efa1b

3 years agoChange to use properties instead of Setter/Getter APIs of Dali::Actor 28/234428/1
Richard Huang [Tue, 19 May 2020 12:46:03 +0000 (13:46 +0100)]
Change to use properties instead of Setter/Getter APIs of Dali::Actor

Change-Id: Ie0b83100d4a442758eb8a20fb4a9c949e8d79bb9

3 years agoAdd GetNativeId() in Window 25/234425/1
Dongsug Song [Thu, 16 Apr 2020 11:39:32 +0000 (20:39 +0900)]
Add GetNativeId() in Window

Change-Id: I9724842abf0f84f0633a19bb173993357081feee

3 years ago[Tizen] Add rotation's values to winBase-wl2 12/234312/2
Wonsik Jung [Mon, 25 May 2020 09:59:53 +0000 (18:59 +0900)]
[Tizen] Add rotation's values to winBase-wl2

Add the window roation's values to winBase-wl2.
It is temporary solution until EFL's patch is completed.
After that, it will be reverted.

Change-Id: I9630b6721ab6f7d392287e5e28c7f5e43b84c817

3 years agoSuppress unnecessary error output while creating system cache directory 78/233778/1
Richard Huang [Tue, 12 May 2020 15:07:41 +0000 (16:07 +0100)]
Suppress unnecessary error output while creating system cache directory

Change-Id: Iaf8e312bcd04567dea4d79b8a5d3d828c3301fa8

3 years agoDelete EglGraphics and shutdown EGL 44/233744/2 dali_1.5.12
Heeyong Song [Wed, 13 May 2020 08:05:56 +0000 (17:05 +0900)]
Delete EglGraphics and shutdown EGL

Change-Id: Iaaa267481aad15172f8e9e26fd9cc85384dfbb83

3 years agoDALi Version 1.5.12 50/233750/1
Heeyong Song [Tue, 19 May 2020 02:34:18 +0000 (11:34 +0900)]
DALi Version 1.5.12

Change-Id: I029b1724e9f2d129302369c887f7df5df7ce5ead

3 years agoRemove EGL surface in the update thread 40/233740/1
Heeyong Song [Wed, 13 May 2020 07:30:29 +0000 (16:30 +0900)]
Remove EGL surface in the update thread

Change-Id: I251f2b89e02e883839964c80c2b80704a95ebf8d

3 years agoCheck if mGraphics is valid 52/233452/1
Heeyong Song [Tue, 12 May 2020 05:26:44 +0000 (14:26 +0900)]
Check if mGraphics is valid

Change-Id: Idc8ffbfa10edb25f6d6779134e6b40c672fc6741

3 years agoDALi Version 1.5.11 82/233182/1 dali_1.5.11
Heeyong Song [Wed, 13 May 2020 01:55:07 +0000 (10:55 +0900)]
DALi Version 1.5.11

Change-Id: I3c23a90ef5119b3f37827eb06b2bc9f90fca1f6a

4 years agoTo set saved jpeg image quality of Capture 88/232088/3
Seungho, Baek [Fri, 10 Apr 2020 12:52:56 +0000 (21:52 +0900)]
To set saved jpeg image quality of Capture

 - Adds parameter at the Capture::Start to control saved jpeg quality

Change-Id: I9b0edc0e22e77672a7acf460303585ee4ebcdc3b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years ago(Vector) Add a method to ignore a rendered frame 17/232717/1
Heeyong Song [Mon, 30 Dec 2019 05:13:47 +0000 (14:13 +0900)]
(Vector) Add a method to ignore a rendered frame

Change-Id: I6f8fdcb4a913e3439b45c13def5f6570a82dda74

4 years agoAdd a method to NativeImageSourceQueue 92/232692/1
Heeyong Song [Mon, 30 Dec 2019 05:11:18 +0000 (14:11 +0900)]
Add a method to NativeImageSourceQueue

There is a case not to show an image which is enqueued previously.
So added a method to ignore a source buffer

Change-Id: I571af6aff235955d441eef644300033d888003f5

4 years ago[Tizen] Add screen and client rotation itself function accepted/tizen/unified/20200515.081512 submit/tizen/20200507.062648 submit/tizen/20200508.075302 submit/tizen/20200515.014128
Heeyong Song [Wed, 6 May 2020 08:24:36 +0000 (17:24 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: Ib542fed33b74ade4cbeed01c908c9039e7019778

4 years ago[Tizen] Add DALi Autofill implementation
Heeyong Song [Wed, 6 May 2020 08:24:14 +0000 (17:24 +0900)]
[Tizen] Add DALi Autofill implementation

Change-Id: Icf538c7533848526483ce18e9d3d55a4f02b1905

4 years ago[Tizen] Temporarily modified so that window is no null
Heeyong Song [Wed, 6 May 2020 08:23:54 +0000 (17:23 +0900)]
[Tizen] Temporarily modified so that window is no null

Change-Id: Ib258a798789764e9531f5cf1405c0ab74ee35ba8

4 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Wed, 6 May 2020 08:23:37 +0000 (17:23 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I8c2ae57a4c477345e652fc8008fa95ead0b9ea02

4 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Heeyong Song [Wed, 6 May 2020 08:23:01 +0000 (17:23 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 41394934725551e977e1e0825a72669aa9d6637d.

Change-Id: Ib6c95290bcdffca28c4d7a430a2e4bf1960a485a

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Heeyong Song [Wed, 6 May 2020 08:22:52 +0000 (17:22 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 7e09e25a54423ba157604dcc1f0a26befc75b5cc.

Change-Id: I917379f6425ceb8c0e19659c2f04161ad8f862bd

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Heeyong Song [Wed, 6 May 2020 08:18:16 +0000 (17:18 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 1427b3fd59a952185ca3c34804c5c62ef86c8a0f.

Change-Id: I156d7aab9b3662e26e4478369caca9bed11e64db

4 years agoDALi Version 1.5.10 40/232540/1 dali_1.5.10
Heeyong Song [Wed, 6 May 2020 07:26:11 +0000 (16:26 +0900)]
DALi Version 1.5.10

Change-Id: I40c566a6d9568f566f1b3819c59b0c1c24f7c552

4 years agoMake capture return Buffer. 87/232087/1
Seungho, Baek [Mon, 6 Apr 2020 05:00:21 +0000 (14:00 +0900)]
Make capture return Buffer.

 - If developer want to use saved buffer, Dali::Capture can return it.

Change-Id: I03213cec5e54edf8f0e79f00e02a77f70fe16e51
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMake Capture api common. 86/232086/1
Seungho, Baek [Fri, 27 Mar 2020 06:06:31 +0000 (15:06 +0900)]
Make Capture api common.

 - Current implementation, Capture can be used only in the wearable profile

Change-Id: I269e5e5b604b6deba97980ce53493fd0ae9039c0
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years ago[Tizen] Add screen and client rotation itself function
Jiyun Yang [Wed, 22 Apr 2020 06:07:43 +0000 (15:07 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: I5b46266d7d30f5351376122a636155b3cbe8fdf4

4 years ago[Tizen] Add DALi Autofill implementation
Jiyun Yang [Wed, 22 Apr 2020 06:07:41 +0000 (15:07 +0900)]
[Tizen] Add DALi Autofill implementation

Change-Id: Ie58e39c00e59a1a64197600e18480886bb0e9e12

4 years ago[Tizen] Temporarily modified so that window is no null
Jiyun Yang [Wed, 22 Apr 2020 06:07:39 +0000 (15:07 +0900)]
[Tizen] Temporarily modified so that window is no null

Change-Id: I9eaa7eda8f6fb5eb6c89bcdc0765cb0038ed0cdf

4 years agoDALi Version 1.5.9
Heeyong Song [Mon, 27 Apr 2020 03:55:28 +0000 (12:55 +0900)]
DALi Version 1.5.9

Change-Id: I06066578477de54f63d067cd16ce2ba1f384579b

4 years agoDALi Version 1.5.9 52/231952/1 dali_1.5.9
Heeyong Song [Mon, 27 Apr 2020 03:55:28 +0000 (12:55 +0900)]
DALi Version 1.5.9

Change-Id: I06066578477de54f63d067cd16ce2ba1f384579b

4 years agoRemoved the 'setenv' function of the Third Party Windows platform. 51/231951/1
Victor Cebollada [Thu, 27 Feb 2020 07:55:18 +0000 (07:55 +0000)]
Removed the 'setenv' function of the Third Party Windows platform.

* Moved to windows-dependencies as it's needed by dali-demo.

Change-Id: I329519c6825f4f9487cd05ded5f085afc6481bac
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoAdd Pixel format for depth and stencil 69/231769/1
Seungho, Baek [Tue, 8 May 2018 07:27:13 +0000 (16:27 +0900)]
Add Pixel format for depth and stencil

 - add cases on the switch to control pixel enum

Change-Id: I19a6d9abc010cfc434e282b5af1245ed68541c5c
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoAdd missing files 53/231653/2
Heeyong Song [Thu, 23 Apr 2020 07:57:25 +0000 (16:57 +0900)]
Add missing files

Change-Id: Id3128215e1b0b227af408ce4cb4ea65b058cc603

4 years agoAdd a missing file 02/231602/1
Heeyong Song [Thu, 23 Apr 2020 03:28:53 +0000 (12:28 +0900)]
Add a missing file

Change-Id: I6efb0b0a8319a3de76d207e534294da36ccb1e89

4 years agoInitial copy from dali-adaptor repository 31/231531/1
Heeyong Song [Wed, 22 Apr 2020 07:58:26 +0000 (16:58 +0900)]
Initial copy from dali-adaptor repository

Change-Id: I6f0d1f7c1de5daf666ff3bb3717654ba3829ffbf

4 years agoInitial empty repository master
Tizen Infrastructure [Fri, 17 Apr 2020 08:50:31 +0000 (08:50 +0000)]
Initial empty repository