Heeyong Song [Thu, 2 Jun 2022 07:27:43 +0000 (16:27 +0900)]
Revert "[Tizen] Add methods to Window"
This reverts commit
995e80751daf6095cd402f2919bf5916fc0c5c54.
Heeyong Song [Mon, 30 May 2022 08:49:36 +0000 (17:49 +0900)]
[Tizen] Add methods to Window
Add methods to get the last key/touch event from the Window
Change-Id: I91bdcd37308c2aebd4f3697fb4b66758022db41d
Seoyeon Kim [Fri, 27 May 2022 02:12:56 +0000 (11:12 +0900)]
[Tizen] Do not call gl functions during shutdown
This reverts commit
b7fe991a69ed2f9daae09463deea6bcedc0a19c4.
Change-Id: I05c382978421ee4094e157dcee39d2aa10438aeb
Seoyeon Kim [Fri, 27 May 2022 02:12:33 +0000 (11:12 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I3b4832f2644c224a5398fa4ac196ef2456d78ce0
Seoyeon Kim [Fri, 27 May 2022 02:12:02 +0000 (11:12 +0900)]
Revert "[Tizen] Do not call gl functions during shutdown"
This reverts commit
07241cbd902a529d4afad2d8b7cc95c86c5ac5ea.
Wonsik Jung [Thu, 26 May 2022 11:30:24 +0000 (20:30 +0900)]
Add ecore_wl2_window_geometry_set() in tizen window backend
Add ecore_wl2_window_geometry_set() when configure notification event occurs.
Because configure notificaiton event is emitted by display server and dali should notify that to ecore-wl2 layer.
In addition, display server and ecore-wl2 layer are separated.
Change-Id: I31dbf03e59afed9556d98189e60b5b3540f71857
tscholb [Wed, 18 May 2022 05:26:34 +0000 (14:26 +0900)]
Set the LoadSuccessflag to false after ReleaseResource() is called
When the non-animated image is detached from the scene first and attached to the scene again,
webp-loading can't load webp information because it is already loaded its information.
To re-load this information, we need to set the flag to false.
Change-Id: I9a881cda51eba7212978bb43fb37b86baac7cf79
Heeyong Song [Mon, 23 May 2022 03:23:15 +0000 (03:23 +0000)]
Merge "Support EGL_LINUX_DMA_BUF_EXT for egl image" into devel/master
Adeel Kazmi [Fri, 20 May 2022 12:26:31 +0000 (12:26 +0000)]
Merge "DALi Version 2.1.23" into devel/master
David Steele [Fri, 20 May 2022 10:17:05 +0000 (10:17 +0000)]
Merge "Fast apply alpha" into devel/master
Adam Bialogonski [Fri, 20 May 2022 10:16:26 +0000 (11:16 +0100)]
DALi Version 2.1.23
Change-Id: Iadfcb7cbbc4b59cadeee7c33ce88ecf2fe0dc9ec
Heeyong Song [Wed, 18 May 2022 09:50:20 +0000 (18:50 +0900)]
Support EGL_LINUX_DMA_BUF_EXT for egl image
Use EGL_EXT_image_dma_buf_import if EGL_TIZEN_image_native_surface is not supported
Change-Id: If24b666334eb7bfc4b2dbaeadfe6e7b7f26c7ef2
Artur Świgoń [Fri, 13 May 2022 11:35:35 +0000 (13:35 +0200)]
[AT-SPI] Change Relation target from Address to Accessible
It is not necessary to manually convert an Accessible* to an Address,
because this conversion takes place automatically during serialization
of D-Bus data, and the Accessible* type is generally more useful.
Change-Id: Id58c0b6ab16fd365184d3b070a2b7105a2ac686d
Eunki, Hong [Mon, 16 May 2022 12:56:46 +0000 (21:56 +0900)]
Fast apply alpha
Use bit-operation only during calculation x * y / 255.
It will increase performance a little
Change-Id: I91f39bb9f572486a6b2a00501edd73b921e3bf84
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Heeyong Song [Tue, 17 May 2022 10:11:56 +0000 (10:11 +0000)]
Merge "Add IsLoaded() to VectorImageRenderer" into devel/master
Richard Huang [Fri, 13 May 2022 11:01:15 +0000 (12:01 +0100)]
DALi Version 2.1.22
Change-Id: I5a2a5b3c2823e742be2075e08e4468cf7e10edad
Heeyong Song [Fri, 13 May 2022 01:15:50 +0000 (10:15 +0900)]
Add IsLoaded() to VectorImageRenderer
Change-Id: Iafa1a4174074f8dc428a23e1b55ec33c3504fda4
Artur Świgoń [Thu, 21 Apr 2022 15:48:04 +0000 (17:48 +0200)]
[AT-SPI] Add Bridge::{Embed,Unembed}Socket()
This patch adds three new utility methods to Bridge:
* EmbedSocket() - calls org.a11y.atspi.Socket.Embed
The manually contstructed D-Bus call in Bridge::ForceUp()
is replaced by EmbedSocket().
* UnembedSocket() - calls org.a11y.atspi.Socket.Unembed
A missing UnembedSocket() is added in Bridge::ForceDown().
* EmbedAtkSocket() - calls org.a11y.atspi.Socket.Embedded
The "Embedded" method is an ATK extension, but is required
to embed an ATK-based subtree, e.g. a Chromium-based WebView,
in a DALi application.
Change-Id: I562072864d6a67272325562eabb91962c6813eab
Eunki Hong [Wed, 11 May 2022 09:57:10 +0000 (09:57 +0000)]
Merge "Reduce PNG encode time" into devel/master
Seoyeon Kim [Wed, 11 May 2022 08:50:32 +0000 (08:50 +0000)]
Merge "[AT-SPI] Make ToolkitName customizable" into devel/master
Eunki, Hong [Tue, 10 May 2022 13:05:37 +0000 (22:05 +0900)]
Reduce PNG encode time
Change-Id: I4c2b2a44d28679f2340989251d8bf2c5d1ae6747
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
EverLEEst(SangHyeon Lee) [Tue, 10 May 2022 05:21:21 +0000 (14:21 +0900)]
[Tizen] Do not call gl functions during shutdown
This reverts commit
fe3b32f90171235e5ff1a8aa12f8fca6ab8fad04.
EverLEEst(SangHyeon Lee) [Tue, 10 May 2022 05:21:01 +0000 (14:21 +0900)]
Merge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Tue, 10 May 2022 05:20:56 +0000 (14:20 +0900)]
Revert "[Tizen] Do not call gl functions during shutdown"
This reverts commit
d145f75cd16839fdc31e9356ae8a035470a5950f.
Shinwoo Kim [Fri, 6 May 2022 15:58:20 +0000 (00:58 +0900)]
[AT-SPI] remove isRoot param from Accessible::Get
The Accessibility::Accessible::Get for a window could be called
before getting accessible to add window accessible.
So far, we thought that the next part creates an accessible for
window for the first time.
accessible = Accessibility::Accessible::Get(rootLayer, true);
bridge->AddTopLevelWindow(accessible);
However, there is a case where it is created before this part
caused by following symbol
CSharp_Dali_Toolkit_DevelControl_GetAccessibilityStates+0x144
In this case, isRoot is set to `false`. Then window will have
incorrect accessible information.
For more information, please refer to the following.
https://github.sec.samsung.net/tizen/atspi/issues/60
Change-Id: Id2d27f35426e72b67986f132f0c77979016b4252
Artur Świgoń [Fri, 6 May 2022 16:12:42 +0000 (18:12 +0200)]
[AT-SPI] Make ToolkitName customizable
Change-Id: I0758bf378e28798486cabb7ef1b8de16127eca53
David Steele [Fri, 6 May 2022 11:46:06 +0000 (11:46 +0000)]
Merge "DALi Version 2.1.21" into devel/master
David Steele [Fri, 6 May 2022 11:37:15 +0000 (12:37 +0100)]
DALi Version 2.1.21
Change-Id: I25a3c8ad0fbb8c2775b37af8f525292a2747cfbd
Heeyong Song [Fri, 6 May 2022 05:00:00 +0000 (05:00 +0000)]
Merge "Change some log levels" into devel/master
Heeyong Song [Fri, 6 May 2022 03:13:55 +0000 (12:13 +0900)]
Change some log levels
Change-Id: I87b657437b246a9f75cf9d08e36bc37ffedd866c
Heeyong Song [Wed, 4 May 2022 11:34:51 +0000 (11:34 +0000)]
Merge "Don't use pre-initialized app in case of WidgetApplication" into devel/master
Heeyong Song [Wed, 4 May 2022 07:05:35 +0000 (07:05 +0000)]
Merge "Change VectorImage method" into devel/master
Taehyub Kim [Tue, 3 May 2022 08:14:33 +0000 (17:14 +0900)]
[Tizen] Do not call gl functions during shutdown
This reverts commit
4163085fcc0f47080ec1e18c924a86c92191c659.
Taehyub Kim [Tue, 3 May 2022 08:14:15 +0000 (17:14 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I0384c8441625ee5124d143c9bf2a3c8c1ebc18a0
Taehyub Kim [Tue, 3 May 2022 08:14:07 +0000 (17:14 +0900)]
Revert "[Tizen] Do not call gl functions during shutdown"
This reverts commit
c46a424c403d15c92079713d9370bd2888dce374.
Taehyub Kim [Tue, 3 May 2022 08:13:54 +0000 (17:13 +0900)]
Revert "[Tizen] Add to get the status whether window is rotating or not"
This reverts commit
ba01bd59e55015739ab9612a261269a21e66b68e.
Shinwoo Kim [Mon, 2 May 2022 05:52:25 +0000 (14:52 +0900)]
[AT-SPI] remove unnecessary lines leading to crash
The eldbus_connection_unref does not mean that the connection is released.
So a signal hander of the connection should be removed if it is not used
any more.
We did not remove the signal hander but called only eldbus_connection_ref.
So there was a crash with following stack.
0 Dali::BaseSignal::Emit<Dali::Internal::Adaptor::WindowBase::AccessibilityInfo const&> (this=0x822f1b30, args#0=...) at /usr/include/dali/public-api/signals/base-signal.h:235
1 0xa4a6ca1b in Dali::Signal<void (Dali::Internal::Adaptor::WindowBase::AccessibilityInfo const&)>::Emit(Dali::Internal::Adaptor::WindowBase::AccessibilityInfo const&) (arg0=..., this=0x823b11a4) at /usr/include/dali/public-api/signals/dali-signal.h:531
2 Dali::Internal::Adaptor::WindowBaseEcoreWl2::OnEcoreElDBusAccessibilityNotification (this=0x823b1170, context=0x823b1170, message=0x820e83e0)
at /home/abuild/rpmbuild/BUILD/dali2-adaptor-2.1.19/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp:1380
3 0xa4a6ca94 in Dali::Internal::Adaptor::(anonymous namespace)::EcoreElDBusAccessibilityNotification (context=0x823b1170, message=0x820e83e0)
at /home/abuild/rpmbuild/BUILD/dali2-adaptor-2.1.19/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp:604
We do not use this signal on the AT-SPI world.
So this patch removing unnecessary lines instead of calling the
eldbus_signal_handler_del.
Change-Id: I1df91170ca9bff1e369080ccac8046954948714e
Shinwoo Kim [Fri, 15 Apr 2022 03:09:38 +0000 (12:09 +0900)]
[AT-SPI] Emit WindowEvent::DESTROY
AT client needs to know that a window is destroyed.
Change-Id: Id64d31b3a69a7465e8eb382ab6ed2db9b1788007
Heeyong Song [Mon, 25 Apr 2022 02:34:57 +0000 (11:34 +0900)]
Don't use pre-initialized app in case of WidgetApplication
Change-Id: I80c4ef6b89191471aa73f99d1b1a731f41fb7add
Heeyong Song [Mon, 25 Apr 2022 09:39:49 +0000 (18:39 +0900)]
Change VectorImage method
Change-Id: Ia0136d682fb518cd2f1b1ab50f6b62a67c6a4681
Adeel Kazmi [Fri, 29 Apr 2022 12:22:43 +0000 (12:22 +0000)]
Merge "DALi Version 2.1.20" into devel/master
Adam Bialogonski [Fri, 29 Apr 2022 09:52:50 +0000 (10:52 +0100)]
DALi Version 2.1.20
Change-Id: Icb07dc20cb4e29a3c30bb61704927ad9eef8c12f
Wonsik Jung [Fri, 29 Apr 2022 01:12:21 +0000 (01:12 +0000)]
Merge "Add to get the status whether window is rotating or not" into devel/master
Bowon Ryu [Thu, 28 Apr 2022 08:51:46 +0000 (08:51 +0000)]
Merge "Add ECORE_IMF_CALLBACK_SELECTION_SET to IMFContext" into devel/master
Wonsik Jung [Tue, 18 Jan 2022 02:29:28 +0000 (11:29 +0900)]
Add to get the status whether window is rotating or not
Add to getter api of winow rotation stauts.
When window is rotating, the getter api will return true.
Otherwise false.
Change-Id: Icb2331f75ef88051510008ceb2a1bb3b6cc40529
Eunki Hong [Wed, 27 Apr 2022 03:05:46 +0000 (03:05 +0000)]
Merge "Calculate EncodedImageBuffer's hash in generate time" into devel/master
Bowon Ryu [Tue, 26 Apr 2022 04:55:59 +0000 (13:55 +0900)]
Add ECORE_IMF_CALLBACK_SELECTION_SET to IMFContext
added selection callback from IMF for tizen 7.0 new feature support
Change-Id: Iaafe802a67cda24d06935e29b55d04c53dbf8b16
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
seungho [Tue, 26 Apr 2022 02:24:16 +0000 (11:24 +0900)]
Make undefined macro do not be used.
- If in a system that didn't define GL_KHR_blend_equation_advanced,
"#extension GL_KHR_blend_equation_advanced : enable" or
"#if GL_KHR_blend_equation_advanced==1" can make troble.
Change-Id: I48ba98c2795fed972c16d6dbe149ffea96f12312
Signed-off-by: seungho <sbsh.baek@samsung.com>
Daekwang Ryu [Tue, 26 Apr 2022 01:47:23 +0000 (10:47 +0900)]
[Tizen] Add to get the status whether window is rotating or not
This reverts commit
caf1239ea6ef32ac28e3d370ab8b8322c1d6953e.
Change-Id: I35ca2bb08be37ead500276472dd8399f77b8f5ac
Daekwang Ryu [Tue, 26 Apr 2022 01:47:18 +0000 (10:47 +0900)]
[Tizen] Do not call gl functions during shutdown
This reverts commit
cab49c57d6d2eff1b6a501661f0bfa088068c4fa.
Change-Id: I8992ad392c54ec348362af1d3bf3035090f4ea18
Daekwang Ryu [Tue, 26 Apr 2022 01:46:57 +0000 (10:46 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ibfdac56d5312de4775b748fae37993cd35a84551
Daekwang Ryu [Tue, 26 Apr 2022 01:46:38 +0000 (10:46 +0900)]
Revert "[Tizen] Webp-loading, Fix svace issue and change the way to get animation flag"
This reverts commit
6447b60d3ab65fea8111ef8342913fc5c56f7f23.
Daekwang Ryu [Tue, 26 Apr 2022 01:46:36 +0000 (10:46 +0900)]
Revert "[Tizen] Do not call gl functions during shutdown"
This reverts commit
c1b85eb0beee3408d79d1eeebebc25b28d71c9c1.
Daekwang Ryu [Tue, 26 Apr 2022 01:46:34 +0000 (10:46 +0900)]
Revert "[Tizen] Add to get the status whether window is rotating or not"
This reverts commit
8092a834783676569c48c827b8beee67cd5052c6.
Lukasz Oleksak [Mon, 25 Apr 2022 10:55:02 +0000 (10:55 +0000)]
Merge "[AT-SPI] Implement Component for ProxyAccessible" into devel/master
Lukasz Oleksak [Mon, 25 Apr 2022 10:53:50 +0000 (10:53 +0000)]
Merge "[AT-SPI] Make ProxyAccessible's parent settable" into devel/master
Lukasz Oleksak [Mon, 25 Apr 2022 10:52:44 +0000 (10:52 +0000)]
Merge "[AT-SPI] Override IsProxy in ProxyAccessible" into devel/master
Artur Świgoń [Fri, 15 Apr 2022 12:53:32 +0000 (14:53 +0200)]
[AT-SPI] Implement Component for ProxyAccessible
The Component interface is required for the object not to be immediately
filtered out by bridge-side navigation code. When a ProxyAccessible is
serialized to an object address as a return value on D-Bus, its address
is replaced by the remote address (stored in `mAddress`), so any further
interaction by AT clients (D-Bus method calls) will be directed to the
actual remote object.
Change-Id: I268e219eb30ecd016ab2ab78dcd0846b551a9e42
Artur Świgoń [Fri, 15 Apr 2022 12:52:16 +0000 (14:52 +0200)]
[AT-SPI] Make ProxyAccessible's parent settable
Change-Id: I05b99d199ddd3025998edb1eaa962e3ea0adfcec
Taehyub Kim [Mon, 25 Apr 2022 09:03:01 +0000 (09:03 +0000)]
Merge "drag and drop: implements drag source events" into devel/master
Taehyub Kim [Fri, 22 Apr 2022 10:03:12 +0000 (19:03 +0900)]
drag and drop: implements drag source events
- add drag sourc events
- chnage StartDragAndDrop shadow paramenter to shadow window for supporting NUI window layouting
Change-Id: I7319f98931894719133d1256a9d632edfe2c0320
Wonsik Jung [Tue, 18 Jan 2022 02:29:28 +0000 (11:29 +0900)]
[Tizen] Add to get the status whether window is rotating or not
Add to getter api of winow rotation stauts.
When window is rotating, the getter api will return true.
Otherwise false.
Change-Id: Icb2331f75ef88051510008ceb2a1bb3b6cc40529
Eunki, Hong [Mon, 25 Apr 2022 04:26:46 +0000 (13:26 +0900)]
Calculate EncodedImageBuffer's hash in generate time
Change-Id: I3afb828d14372f68145c1fdca4db8e52ed31f9c2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seungho BAEK [Mon, 25 Apr 2022 02:47:43 +0000 (02:47 +0000)]
Merge "Webp-loading, Fix svace issue and change the way to get animation flag" into devel/master
Artur Świgoń [Fri, 15 Apr 2022 12:50:05 +0000 (14:50 +0200)]
[AT-SPI] Override IsProxy in ProxyAccessible
Change-Id: I140f09d1deaf9f2805a89a65517181a664f519bc
David Steele [Fri, 22 Apr 2022 13:10:03 +0000 (13:10 +0000)]
Merge "DALi Version 2.1.19" into devel/master
Adeel Kazmi [Fri, 22 Apr 2022 12:54:23 +0000 (13:54 +0100)]
DALi Version 2.1.19
Change-Id: I838159099a5014273072f66d5fcc7154e62d2d9a
Heeyong Song [Mon, 20 Dec 2021 08:43:16 +0000 (17:43 +0900)]
[Tizen] Do not call gl functions during shutdown
Change-Id: I6cdf26a348fab30e4c767207cb9b9fceac17225a
sunghyun kim [Fri, 22 Apr 2022 03:03:50 +0000 (03:03 +0000)]
Merge "Save value to prevent duplicate deletion" into devel/master
Jaehyun Cho [Thu, 21 Apr 2022 09:19:44 +0000 (18:19 +0900)]
[Tizen] Webp-loading, Fix svace issue and change the way to get animation flag
This reverts commit
4b6d3354de5664bf233b002041f2317855749d5f.
Jaehyun Cho [Thu, 21 Apr 2022 09:19:31 +0000 (18:19 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ibcd498dd39f07c9bdcc16ec50d4b9f3ce36e346f
Jaehyun Cho [Thu, 21 Apr 2022 09:19:26 +0000 (18:19 +0900)]
Revert "[Tizen] Webp-loading, Fix svace issue and change the way to get animation flag"
This reverts commit
ef857a5e021fed9b1b36fb35b1cfb1be414b5b66.
Wonsik Jung [Thu, 21 Apr 2022 07:47:58 +0000 (07:47 +0000)]
Merge "Supports to re-calculate window position and size for window rotation" into devel/master
seungho [Thu, 21 Apr 2022 03:04:35 +0000 (12:04 +0900)]
[Tizen] Webp-loading, Fix svace issue and change the way to get animation flag
Change-Id: I1043bc99f1bdbaf0a05f7bf4107495e759309b9f
Signed-off-by: seungho <sbsh.baek@samsung.com>
Wonsik Jung [Fri, 15 Apr 2022 08:53:39 +0000 (17:53 +0900)]
Supports to re-calculate window position and size for window rotation
Supports to re-calculate window position and size when partial size window is rotated.
It is needed when the rotated window is resized or moved.
Because window system APIs work on the default coordinate system
and application sets the window position and size on current orientation.
In addtion, fix the bug invalid touch coordinate when window's size is partial.
Change-Id: I65ce5ca5452e84faf732bb64071ed1977444de7f
Seungho BAEK [Thu, 21 Apr 2022 05:13:57 +0000 (05:13 +0000)]
Merge "Transfer uploadOnly flag to the core and update manager" into devel/master
seungho [Thu, 21 Apr 2022 03:04:35 +0000 (12:04 +0900)]
Webp-loading, Fix svace issue and change the way to get animation flag
Change-Id: I1043bc99f1bdbaf0a05f7bf4107495e759309b9f
Signed-off-by: seungho <sbsh.baek@samsung.com>
tscholb [Thu, 21 Apr 2022 02:46:53 +0000 (11:46 +0900)]
Save value to prevent duplicate deletion
If TriggerEvent is deleted in TriggerEvent::Triggered(),an incorrect value may be written to mOptions.
In this case, duplicate deletion occurs and a collision occurs.
To prevent this, the mOptions value was modified to be stored locally.
Change-Id: I37d149297e707a75eecd6cbd75a1a20307d62ace
seungho [Mon, 18 Apr 2022 06:59:22 +0000 (15:59 +0900)]
Transfer uploadOnly flag to the core and update manager
- uploadOnly flag is transferred to the update manager to do not change render-task state
- uploadOnly flag that has been transferred to the render manager is removed.
Change-Id: I06862bd376a0eacc7cd0a1f0a00b028bd249cad3
Signed-off-by: seungho <sbsh.baek@samsung.com>
Jaehyun Cho [Wed, 20 Apr 2022 07:19:27 +0000 (16:19 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I26106c714f6d2d55437294930d6b1eaee5facfbf
Heeyong Song [Thu, 3 Feb 2022 07:10:18 +0000 (16:10 +0900)]
Support YUV decoding for JPEG
Change-Id: Ie7fddb22e70159821c27fb2ca1ccc2db19fe1ec4
Seungho BAEK [Fri, 15 Apr 2022 05:32:06 +0000 (05:32 +0000)]
Merge "Refactoring webp-loading and loader-webp" into devel/master
Shinwoo Kim [Fri, 15 Apr 2022 04:50:14 +0000 (04:50 +0000)]
Merge "[AT-SPI] Window: add highlight signal" into devel/master
Shinwoo Kim [Tue, 12 Apr 2022 08:23:31 +0000 (17:23 +0900)]
[AT-SPI] Window: add highlight signal
The Window will highlight itself on NUI side.
The GrabHighlight emits the Highlight signal.
Change-Id: I2296685688056359afe5ce807d0b61deb280c091
Richard Huang [Thu, 14 Apr 2022 10:35:05 +0000 (11:35 +0100)]
DALi Version 2.1.18
Change-Id: Ib924ba91d21f108e8d7604f9b0d2237d5b61ff04
seungho [Mon, 11 Apr 2022 13:38:00 +0000 (22:38 +0900)]
Refactoring webp-loading and loader-webp
- Remove duplicate code(To use WebPLoading from LoaderWebP)
- Use header flag to define the webp is animated or not.
Change-Id: I9118bd77aa6c1d3430b4d90ca62069f24331d82e
Signed-off-by: seungho <sbsh.baek@samsung.com>
Seungho BAEK [Wed, 13 Apr 2022 12:28:26 +0000 (12:28 +0000)]
Merge "Fix SVACE issue." into devel/master
David Steele [Wed, 13 Apr 2022 11:21:42 +0000 (11:21 +0000)]
Merge "Sort samplers in vertex shader first and then fragment shader" into devel/master
seungho [Wed, 13 Apr 2022 01:56:20 +0000 (10:56 +0900)]
Fix SVACE issue.
- Initialize framebuffer pointer.
Change-Id: I27bb4fa11c0ba348180d6818486e2a615335f9e6
Signed-off-by: seungho <sbsh.baek@samsung.com>
Seungho BAEK [Tue, 12 Apr 2022 12:48:21 +0000 (12:48 +0000)]
Merge "Refactoring Animated image loading" into devel/master
seungho [Wed, 24 Nov 2021 04:46:35 +0000 (13:46 +0900)]
Refactoring Animated image loading
- Open file in the first call to request frame.
- In case of WebP, load one more frame in the first loop to compute exact time interval.
Change-Id: I03a3b79af278c64d7911d4c65ad300bd09d76bfd
Signed-off-by: seungho <sbsh.baek@samsung.com>
Richard Huang [Mon, 11 Apr 2022 15:35:53 +0000 (16:35 +0100)]
Sort samplers in vertex shader first and then fragment shader
Change-Id: Ic46d65f219d5b0784ba969650fccc02de926639f
David Steele [Mon, 11 Apr 2022 14:20:09 +0000 (14:20 +0000)]
Merge "Test harness sync" into devel/master
Shinwoo Kim [Mon, 11 Apr 2022 05:43:39 +0000 (14:43 +0900)]
[AT-SPI] Fix a build break
There was a build error caused by ecore_wl2_window_resource_id_get
that is available from Tizen 7.0
Change-Id: I1716261c376a32dcec5100f8d5788645d69e8364
Heeyong Song [Mon, 11 Apr 2022 00:53:10 +0000 (00:53 +0000)]
Merge "Fix texture upload max buffer size" into devel/master
David Steele [Fri, 8 Apr 2022 16:17:43 +0000 (17:17 +0100)]
Test harness sync
Change-Id: I61ba20bc29cfafafe04e78d76fee33406f002856
David Steele [Fri, 8 Apr 2022 12:01:36 +0000 (12:01 +0000)]
Merge "DALi Version 2.1.17" into devel/master
David Steele [Fri, 8 Apr 2022 11:54:41 +0000 (12:54 +0100)]
DALi Version 2.1.17
Change-Id: I14d49acf0f62bfce36df7b341d2a12f6b8be38d7
Heeyong Song [Fri, 8 Apr 2022 09:36:27 +0000 (18:36 +0900)]
Fix texture upload max buffer size
Change-Id: Ib90f4bf1a05b926b28c60574b3de24866dfe80ed
Shinwoo Kim [Fri, 8 Apr 2022 06:54:36 +0000 (06:54 +0000)]
Merge "[AT-SPI] Add resource id to window attribute" into devel/master