Taehyub Kim [Thu, 18 Jul 2024 08:22:09 +0000 (17:22 +0900)]
improve the rotation logic to cover various window position case
Change-Id: I751937777f8686d62242495d8aaade920ca318c6
Adam Bialogonski [Tue, 16 Jul 2024 15:30:03 +0000 (16:30 +0100)]
Vulkan GLSLang library dependency for Vulkan build
Change-Id: I84aae51cdd286544c7c308ccabb10e104c2bc464
David Steele [Mon, 15 Jul 2024 17:29:38 +0000 (18:29 +0100)]
Adds Graphics CommandBuffer::Begin/End to backend
Also removes automated-tests/CMakeLists.txt, as it is now installed
via the main build, so is no longer a source file.
Change-Id: If98a76dd63dbe8efdf3918fa7507294abd3c116c
David Steele [Mon, 15 Jul 2024 13:19:43 +0000 (13:19 +0000)]
Merge "Fixups following EGL refactor for Vulkan" into devel/master
Adeel Kazmi [Mon, 15 Jul 2024 09:47:37 +0000 (10:47 +0100)]
(TestApplication) Fix SVACE issue
Change-Id: I0740166d732b863a56ffe378d5ae030ad01b6c3e
David Steele [Fri, 12 Jul 2024 15:35:44 +0000 (16:35 +0100)]
Fixups following EGL refactor for Vulkan
Change-Id: I55df40743f5599b2462889d03c4688bf0328ff5b
David Steele [Fri, 12 Jul 2024 15:44:49 +0000 (15:44 +0000)]
Merge changes I886d41de,Id00dd7c0,Ifa37ab49,I5326fdd9,I53c44d15, ... into devel/master
* changes:
Making test-render-surface.cpp/h common across repos
Changed test harness to work with Vulkan build
Refactoring framebuffer and renderpass objects
Initial drop of vulkan code
Refactored Graphics interfaces
Removed EGL keyword from WindowBase method names
Refactored DisplayConnection to remove graphics dependency
EGL Cleanup
Adam Bialogonski [Fri, 12 Jul 2024 13:45:09 +0000 (14:45 +0100)]
Parser changes for Vulkan (need to add UNIFORM outside of UNIFORM_BLOCK scope
Change-Id: I301343fd08812d325994c9c3e656496c35326cad
Adeel Kazmi [Fri, 12 Jul 2024 10:14:03 +0000 (10:14 +0000)]
Merge "DALi Version 2.3.32" into devel/master
David Steele [Fri, 12 Jul 2024 10:12:10 +0000 (11:12 +0100)]
DALi Version 2.3.32
Change-Id: Ia53513a95c467c0498ee45b514f4208436c387f1
Eunki Hong [Thu, 11 Jul 2024 15:18:44 +0000 (00:18 +0900)]
Fix compile error at gcc-13 - include cstdint at shader-parser.h
Change-Id: I7c44ec597fbdc02fd2f52ac49dc97aa57e528234
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 11 Jul 2024 10:32:39 +0000 (19:32 +0900)]
Calculate hash by std::string, instaed of raw-c-pointer
Change-Id: Iad590af258beb164af135ce4ba1dd976f107addd
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 10 Jul 2024 08:21:07 +0000 (17:21 +0900)]
Add EOL for some log
Some logs at application initialized timing doesn't print '\n'.
Change-Id: I7fa778e5e66a890b33d60fe6a40f89a61e54403f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 10 Jul 2024 05:18:19 +0000 (14:18 +0900)]
Remove list of egl context what egl hold
Since there was no way to remove mEglWindowContext, let we remove it
when render-surface-interface call it.
Note : The only user who don't call DestroyContext is native-render-surface-ecore-wl.cpp,
and drawable-view-native-renderer.cpp
We need to check the best way to detroy context for it now.
But here, we should remove them, for the general cases
Change-Id: I0329d50b2a75ea7b9c645673feb81e4aeca6523a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 10 Jul 2024 04:34:17 +0000 (13:34 +0900)]
Trace during several egl relative API not called every frames
Let we print before and after trace for several egl API that will not
be called every frames.
eglCreateContext / eglDestroyContext
eglCreateSurface / eglDestroySurface
eglInitialize / eglTerminate
eglGetDisplay
eglBindAPI
eglChooseConfig
Note : API like eglMakeCurrent called every frames, but we already check
it's duration now.
Change-Id: I9f9dfb34ce5596682e9dba1603d2ab28a56ba006
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 10 Jul 2024 03:41:44 +0000 (12:41 +0900)]
Print some log when we Add/Remove task completed callback
Print more informations when we use TaskCompletedCallback
- The number of tasks what we are tracing
- The number of tasks when we cancel tracing
- Whehter the task completed or not.
Change-Id: If58837266fbe26666794401789cadece9bb053e9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Thu, 27 Jun 2024 17:13:14 +0000 (18:13 +0100)]
Making test-render-surface.cpp/h common across repos
Change-Id: I886d41ded42036c10c5f614bed2ff6fe09a086a9
David Steele [Thu, 27 Jun 2024 13:54:58 +0000 (14:54 +0100)]
Changed test harness to work with Vulkan build
Renamed dali-graphics module to dali-egl-graphics
If the main build is Vulkan, then some of the test modules
won't build, nor will some of the tests in particular modules.
Added a configure option to the main build to configure the
top level test harness CMakeLists.txt with the ENABLE_VULKAN option.
Added handling to the scripts to use CMake cache to figure
out list of source files for a given module rather than using
AWK on CMakeLists.txt. This enables conditional source inclusion
based on whether Vulkan is enabled or not in the main build.
(tct-<module>-core.h is generated in source tree by these scripts)
Changed the build script to ignore dali-egl-graphics module
if VULKAN is enabled.
Changed the execute script to use only the built folders, not the
source folders to determine what to run.
Change-Id: Id00dd7c00d011af7d40c6b4b1b138e0ac0a58fa6
Signed-off-by: David Steele <david.steele@samsung.com>
David Steele [Tue, 25 Jun 2024 17:40:09 +0000 (18:40 +0100)]
Refactoring framebuffer and renderpass objects
Moved framebuffer creation from Vulkan::Device into
FramebufferImpl::New.
Added implementations for render pass.
TODO: Sort out timing of swapchain creation so that the render passes
created by scene-graph-scene.cpp can be utilized for swapchain
generation, rather than using CreateCompatibleRenderPass.
Change-Id: Ifa37ab490a0566e62c888aa17314a19162572676
David Steele [Thu, 13 Jun 2024 17:03:16 +0000 (18:03 +0100)]
Initial drop of vulkan code
Added code drop from github.com/dalihub/dali-adaptor, modern-vulkan
branch.
Slightly modified to bring in line with refactored GraphicsInterface.
Renamed graphics-implementation.h/cpp to vulkan-graphics-impl.h/cpp to
bring it into line with other files.
Change-Id: I5326fdd9c6106d62b4a6e7e65105759f224cd5e7
David Steele [Thu, 13 Jun 2024 18:02:19 +0000 (19:02 +0100)]
Refactored Graphics interfaces
Moved RenderSurfaceInterface to Dali::Integration namespace
Moved ColorDepth from egl-graphics.h to graphics-interface.h
Moved GraphicsInterface to Dali::Graphics namespace
Changed GraphicsInterface::CreateSurface to take more parameters
Added DestroySurface and ReplaceSurface to GraphicsInterface
Added CreateSurface, DestroySurface and ReplaceSurface to EglGraphics
Added MakeContextCurrent, GetBufferAge, SetDamageRegion, SwapBuffers to
GraphicsInterface and EglGraphics.
Updated WindowRenderSurface to use new graphics interface methods, and remove
all traces of EGL code from it.
Change-Id: I53c44d15547deb0d1917a74165ac31ccd8b0ec2b
David Steele [Tue, 19 Mar 2024 11:08:53 +0000 (11:08 +0000)]
Removed EGL keyword from WindowBase method names
Changed CreateEGLWindow to CreateWindow, and return
the egl window in a Dali::Any wrapper - ensures that the
window-base.h and derived class headers do not have any egl dependencies.
Change-Id: I539ebe4d67344b1ad8b94e4e7352ea35d4038158
David Steele [Thu, 14 Mar 2024 19:26:27 +0000 (19:26 +0000)]
Refactored DisplayConnection to remove graphics dependency
Changed graphics initialization to depend on DisplayConnection
instead; as it needs a Display in order to initialize.
Change-Id: I9c025dd446f9f394ae49ab52fcb5029b91f9cf98
Signed-off-by: David Steele <david.steele@samsung.com>
David Steele [Wed, 13 Mar 2024 09:36:59 +0000 (09:36 +0000)]
EGL Cleanup
Removes unused egl headers
Expand EGL interface to be more useful.
(With an eye to creating an equivalent Vulkan interface)
Minor fixup for GLES interface vs abstraction
Change-Id: I42bbef2d94c62b3be58a0d06e648b837ec27659a
Adeel Kazmi [Fri, 5 Jul 2024 10:27:17 +0000 (10:27 +0000)]
Merge "DALi Version 2.3.31" into devel/master
Adeel Kazmi [Fri, 5 Jul 2024 10:02:07 +0000 (10:02 +0000)]
Merge "Shader processor" into devel/master
Adeel Kazmi [Fri, 5 Jul 2024 09:58:54 +0000 (09:58 +0000)]
Merge "(Capture) Remove compilation warning for unused variable" into devel/master
Adam Bialogonski [Fri, 5 Jul 2024 09:08:09 +0000 (10:08 +0100)]
DALi Version 2.3.31
Change-Id: I87dfb29b82dbbd819348afd666968ed962d642e8
Adeel Kazmi [Thu, 4 Jul 2024 15:31:21 +0000 (16:31 +0100)]
(Capture) Remove compilation warning for unused variable
Change-Id: I1d7655747d518ee5aa8b6f9a62efc23d4d82dac9
Adeel Kazmi [Thu, 13 Jun 2024 14:50:31 +0000 (15:50 +0100)]
(Android) Add functionality to stream assets
Change-Id: Ib766dd420845aeb3ca854902dac9f4b508e305dd
Adam Bialogonski [Wed, 3 Jul 2024 13:44:09 +0000 (14:44 +0100)]
Shader processor
Shader process that uses DALi own shader syntax and
translates it into GLES2, GLES3 or Vulkan compatible
shaders.
Change-Id: I83f7370e5ced6f85f50fa3937f196f10ecdb3323
David Steele [Fri, 28 Jun 2024 14:36:22 +0000 (14:36 +0000)]
Merge "GLES reflection supports array element stride for UBO members." into devel/master
Adeel Kazmi [Fri, 28 Jun 2024 10:14:48 +0000 (10:14 +0000)]
Merge "DALi Version 2.3.30" into devel/master
Richard Huang [Fri, 28 Jun 2024 10:10:29 +0000 (11:10 +0100)]
DALi Version 2.3.30
Change-Id: Ia81c7bc4b01d72ca59342ed6f7e6230b5f951446
Adam Bialogonski [Tue, 25 Jun 2024 11:29:06 +0000 (12:29 +0100)]
GLES reflection supports array element stride for UBO members.
Change-Id: Ic703df5c5909d7b56de3d5870fb18b3b2adda3f4
Wonsik Jung [Mon, 24 Jun 2024 12:02:17 +0000 (21:02 +0900)]
Supports window modality and always top functions
Supports window modality and always top functions for specific commercial case.
Change-Id: Idce7f2750c683b37df83d320b9491f611a356215
Adeel Kazmi [Fri, 21 Jun 2024 12:23:29 +0000 (12:23 +0000)]
Merge "DALi Version 2.3.29" into devel/master
David Steele [Fri, 21 Jun 2024 11:28:07 +0000 (12:28 +0100)]
DALi Version 2.3.29
Change-Id: I66dd1cfb34c3619b465e0b32404716aef036631f
Youngsun Suh [Thu, 20 Jun 2024 05:09:11 +0000 (14:09 +0900)]
Check validity of accessible obj when accessed from coalescableMessage timer
Change-Id: Ic2a5d567eb8fa09d32d2c00236b2c138efec9e43
Youngsun Suh [Thu, 20 Jun 2024 03:36:48 +0000 (03:36 +0000)]
Merge "Make sure invalid default label is removed before searching the list" into devel/master
joogab.yun [Tue, 28 May 2024 07:12:46 +0000 (16:12 +0900)]
For Frame Event
When processing multiple multi-touches, they are grouped and processed.
Group multi-touch events and process them when a frame event occurs.
Change-Id: I1e3ac2a0026f3f95910b53521f3ddd8c6108de3c
Youngsun Suh [Fri, 14 Jun 2024 04:21:01 +0000 (13:21 +0900)]
Make sure invalid default label is removed before searching the list
Change-Id: I36a639e05b73f6cda82d0f770f47651ff60328cc
Adeel Kazmi [Fri, 14 Jun 2024 10:38:07 +0000 (10:38 +0000)]
Merge "DALi Version 2.3.28" into devel/master
Adam Bialogonski [Fri, 14 Jun 2024 08:32:30 +0000 (09:32 +0100)]
DALi Version 2.3.28
Change-Id: Ie22010aa68d81c6608255caafad0f7a4919241f3
Eunki, Hong [Fri, 14 Jun 2024 05:02:48 +0000 (14:02 +0900)]
Fix assert when callback cancel timer during execute callback
It is possible that user can call CancelTimer during timer callback execute.
If then, timerIter could be end. If this case, we should not move iterator
into spent container.
Change-Id: Ie28b9dfdddcc2a7ef300c783a9b50d5620761674
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 12 Jun 2024 04:52:16 +0000 (13:52 +0900)]
Make some program log print always as debug level
Change-Id: I958f661bd5ae5b8c155e729c4c1fa0e0cbbf5304
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 12 Jun 2024 01:36:42 +0000 (10:36 +0900)]
Consider calloc failed cases
Similar with malloc failed case, it is possible that calloc return nullptr.
To ensure that cases, let we print error log
and control if it is nullptr.
Change-Id: Ifeaf7dab2846bd14127ca7710271c3b9bb8deeb5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 11 Jun 2024 11:58:45 +0000 (20:58 +0900)]
Fix coverity issue at framework-tizen
Change-Id: Ib80dd7cedcaa8eb9e962714b2ba635368148572a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 11 Jun 2024 11:50:13 +0000 (20:50 +0900)]
Fix coverity issue at clipboard
Change-Id: I58bd3a78304f737701268e1086249314ca9c7580
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Tue, 11 Jun 2024 01:21:45 +0000 (01:21 +0000)]
Merge "Implement multi-type copy support for the clipboard" into devel/master
Adeel Kazmi [Fri, 7 Jun 2024 17:26:07 +0000 (18:26 +0100)]
DALi Version 2.3.27
Change-Id: Iaf5daf5b6986e0901c10a09056d007f993faef84
Bowon Ryu [Wed, 17 Apr 2024 09:18:43 +0000 (18:18 +0900)]
Implement multi-type copy support for the clipboard
For SetData, identical serials are considered the same source.
ecore_wl2_dnd_selection_set is invoked using the types requested by the user.
For GetData, only requests ecore_wl2_offer_receive once for the same offer and type.
And clipboard do not request multiple offer receives simultaneously but rather sequentially.
Change-Id: I6cd91026b22986ab51c21e94c073691065149a9e
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Eunki, Hong [Wed, 5 Jun 2024 07:21:00 +0000 (16:21 +0900)]
Make Window::SetBackground works well if transparency changed
Change-Id: Id682bbd86989077ed5a5d1bbc3ecf008f0613960
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 3 Jun 2024 09:04:34 +0000 (18:04 +0900)]
Check every egl functions duration
Let we check all egl functions duration check include eglInitialize.
It will be check times only if log enabled
Change-Id: I732b4a8d1f741b072fd18a5562b0d70ab64eaddc
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seungho BAEK [Wed, 5 Jun 2024 04:19:07 +0000 (04:19 +0000)]
Merge "Apply Premultiplied Alpha for ClearColor of 32bit window." into devel/master
huiyu.eun [Tue, 4 Jun 2024 04:11:48 +0000 (13:11 +0900)]
Fix svace issue
https://analysishub.sec.samsung.net/service/analyses/3010653#defects
Change-Id: I3316c6a9a20721f37c17c9ffa51c1f0887f81870
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyu.eun [Tue, 4 Jun 2024 04:14:45 +0000 (13:14 +0900)]
Revert "Fix svace issue"
This reverts commit
4ea8e8cddf48aaace987014948a1e9b694413938.
huiyu.eun [Tue, 4 Jun 2024 04:11:48 +0000 (13:11 +0900)]
Fix svace issue
https://analysishub.sec.samsung.net/service/analyses/3010653#defects
Change-Id: I48e5347c037c0e9a72f8f69cd33ae6a2ff1ee0cd
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Seungho Baek [Mon, 3 Jun 2024 08:18:32 +0000 (17:18 +0900)]
Apply Premultiplied Alpha for ClearColor of 32bit window.
Change-Id: I06a71c809d61063a353996374093220beda05c2b
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
huiyu.eun [Mon, 15 Apr 2024 10:47:02 +0000 (19:47 +0900)]
Split tizen-application model
Change-Id: Icc01f4c961a773ed5769477057bb71be070383b4
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Bowon Ryu [Mon, 13 May 2024 02:42:37 +0000 (11:42 +0900)]
Add align api to InputMethodContext
Change-Id: I72f2fd7d22abcf8dd74a8f89ab194da1c918d0ad
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Adeel Kazmi [Fri, 31 May 2024 10:45:21 +0000 (11:45 +0100)]
DALi Version 2.3.26
Change-Id: I4fbdffc97a110fc65459eb12fe3b28528b423527
sunghyun kim [Wed, 29 May 2024 03:59:28 +0000 (03:59 +0000)]
Merge "FittingMode Refactoring" into devel/master
Eunki, Hong [Tue, 28 May 2024 04:40:58 +0000 (13:40 +0900)]
Implement ProcessorOnce
Since unregister processor during Process will give overhead,
we'd better make another container to process only once time
during ProcessCoreEvent.
Change-Id: I1725774504ed66c61ba159e843c14e4da953d2d3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seungho BAEK [Mon, 27 May 2024 07:48:11 +0000 (07:48 +0000)]
Merge "Use Texture for not file save case" into devel/master
Richard Huang [Fri, 24 May 2024 11:33:15 +0000 (12:33 +0100)]
DALi Version 2.3.25
Change-Id: I6c4e79b152989c60fc125aab1adfacd823548f85
Eunki, Hong [Thu, 23 May 2024 08:44:31 +0000 (17:44 +0900)]
Control core policy as one flag
Let we collect core creation status, instead of parameter increasement.
It will be useful when we add more features of Core.
Change-Id: I674991dd699f7fe47b85a1dc59f9644c84c25489
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
sunghyun kim [Fri, 16 Feb 2024 02:49:48 +0000 (11:49 +0900)]
Use Texture for not file save case
Change-Id: I8dfc77c70d2e04e5d60f73a1ec09a88c6ff9fd4e
Youngsun Suh [Wed, 22 May 2024 01:44:57 +0000 (01:44 +0000)]
Merge "Emit WindowHidden event to atspi if window is invisible on accesbility enabled" into devel/master
sunghyun kim [Tue, 12 Mar 2024 10:03:05 +0000 (19:03 +0900)]
FittingMode Refactoring
Calculate desired size in dali side
Change-Id: I7826fbf5fbbf48eb08846c2666d4748a84ef1f7d
Adam Bialogonski [Mon, 20 May 2024 09:51:44 +0000 (10:51 +0100)]
Shader processing fix
Making sure that #version is a very first statement in GLSL shader
Change-Id: I74992af10166127a285e0d2a0cc3e7ec41854237
David Steele [Fri, 17 May 2024 11:11:04 +0000 (12:11 +0100)]
DALi Version 2.3.24
Change-Id: Ic3cce01cb9176cfdda18b6e34478687efb43b191
Eunki, Hong [Tue, 14 May 2024 05:20:52 +0000 (14:20 +0900)]
Fix svace issue (Initialized mEglSync value)
Change-Id: I1085d7b2bf92d46e83297c01cb6287326b236bdf
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Mon, 13 May 2024 16:56:49 +0000 (16:56 +0000)]
Merge "Set default level of log print + Clean up environment variables" into devel/master
Adeel Kazmi [Fri, 10 May 2024 10:02:12 +0000 (11:02 +0100)]
DALi Version 2.3.23
Change-Id: Idad3cd15bb86c75e91305815d93e6ae82c7d201b
Eunki, Hong [Tue, 7 May 2024 09:16:24 +0000 (18:16 +0900)]
Set default level of log print + Clean up environment variables
Define all environment values what dali-adaptor internally used at internal header.
+
Set level of DALI_LOG_~~~ as environment value
Now we can ignore DALI_LOG_DEBUG_INFO at ubuntu platform.
Change-Id: Ib564e442f457e475e526407f3872ed8d0965da45
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
joogab yun [Thu, 9 May 2024 00:06:08 +0000 (00:06 +0000)]
Merge "Fixes bug where SetGeometryHittestEnabled does not update." into devel/master
Youngsun Suh [Wed, 8 May 2024 04:33:58 +0000 (13:33 +0900)]
Emit WindowHidden event to atspi if window is invisible on accesbility enabled
Change-Id: I41539464d24a9b5a69476eb495c4c0115a1d8605
joogab.yun [Wed, 8 May 2024 01:51:57 +0000 (10:51 +0900)]
Fixes bug where SetGeometryHittestEnabled does not update.
Change-Id: I16e492f9de5e13228f7b45e3d4a15bcd3261162c
Adam Bialogonski [Fri, 3 May 2024 10:10:13 +0000 (11:10 +0100)]
Support for recognizing legacy shaders.
Legacy shaders should be bypassed through the shader processing
pipeline as they are.
Change-Id: Ib96810c8dfe9267870b08ab4248ed20ccb5774ad
Adeel Kazmi [Fri, 3 May 2024 09:07:25 +0000 (09:07 +0000)]
Merge "DALi Version 2.3.22" into devel/master
Adam Bialogonski [Fri, 3 May 2024 08:26:45 +0000 (09:26 +0100)]
DALi Version 2.3.22
Change-Id: I47a4837470473f13c7a71fd6ef1e9fb0e0837376
Eunki, Hong [Thu, 2 May 2024 06:55:25 +0000 (15:55 +0900)]
Print log if dali rendering skipped
Change-Id: Icce1067d011f75e69a011ee474c010163f152a19
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Lukasz Oleksak [Fri, 26 Apr 2024 12:00:02 +0000 (12:00 +0000)]
Merge "Reset timer for coalescable message on bridge down" into devel/master
Lukasz Oleksak [Fri, 26 Apr 2024 11:58:14 +0000 (11:58 +0000)]
Merge "[AT-SPI] Add compression for PROPERTY_CHANGED event" into devel/master
David Steele [Fri, 26 Apr 2024 10:27:23 +0000 (10:27 +0000)]
Merge "Fixing LIBUV_X11 build" into devel/master
David Steele [Fri, 26 Apr 2024 09:48:54 +0000 (09:48 +0000)]
Merge "DALi Version 2.3.21" into devel/master
Richard Huang [Fri, 26 Apr 2024 09:42:52 +0000 (10:42 +0100)]
DALi Version 2.3.21
Change-Id: Ifab04603ff998f6c062e4d3858d0bcaf4c6cc98b
David Steele [Fri, 26 Apr 2024 08:38:30 +0000 (09:38 +0100)]
Fixing LIBUV_X11 build
Change-Id: Ic23e2ac1606933376f363c23f07133ae31bb47c8
joogab.yun [Thu, 25 Apr 2024 07:14:35 +0000 (16:14 +0900)]
Revert "Add VIRTUAL_REMOCON and VIRTUAL_MOUSE device types"
This reverts commit
7300d0cd4f78fed1d6b03eab0e0528eec4caf8a3.
Change-Id: I2a16a36f24cdf121f4e0e46e2964136720192d48
huiyu.eun [Wed, 24 Apr 2024 03:14:32 +0000 (12:14 +0900)]
Delete Cairo library dependency
Change-Id: I5ad86c5aa398634aa812e7e1ca4368ba1d333479
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
joogab yun [Thu, 25 Apr 2024 01:25:21 +0000 (01:25 +0000)]
Merge "Add VIRTUAL_REMOCON and VIRTUAL_MOUSE device types" into devel/master
Youngsun Suh [Thu, 25 Apr 2024 01:16:59 +0000 (10:16 +0900)]
Reset timer for coalescable message on bridge down
Change-Id: Ib77e5fa64e8a68036ea87a31f96a0418bd19035c
Seungho BAEK [Wed, 24 Apr 2024 10:22:23 +0000 (10:22 +0000)]
Merge "Let window emit signal when only adaptor is available" into devel/master
joogab.yun [Wed, 24 Apr 2024 06:51:35 +0000 (15:51 +0900)]
Add VIRTUAL_REMOCON and VIRTUAL_MOUSE device types
Change-Id: I79bb5456a5f9151fab30b2ff95dfb509b6af594a
Seungho Baek [Wed, 24 Apr 2024 05:20:09 +0000 (14:20 +0900)]
Block to do not access mTasks from multiple threads
- RoundRobinContainerView is not ThreadSafe.
- If 2 or more Thread call GetNext() method at the same time,
it can return cend().
- This patch blocks to do not access mTasks from multiple threads.
- Blocked code is works for only simple request with O(n).
Change-Id: I134a846cfa04935d4e492f4d3a92c65eaa169261
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Lukasz Oleksak [Tue, 23 Apr 2024 09:25:54 +0000 (11:25 +0200)]
[AT-SPI] Add compression for PROPERTY_CHANGED event
Change-Id: I63c16c0b3939ae6fc00c663013a23beddc4e2043
Seungho Baek [Tue, 23 Apr 2024 02:17:16 +0000 (11:17 +0900)]
Let window emit signal when only adaptor is available
Change-Id: I5a86b9e6ac01e5c0e41756f818c439da9ca1b2b1
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Lukasz Oleksak [Mon, 22 Apr 2024 12:23:23 +0000 (12:23 +0000)]
Merge "[AT-SPI] Add compression for STATE_CHANGED event" into devel/master
Lukasz Oleksak [Mon, 22 Apr 2024 12:21:29 +0000 (12:21 +0000)]
Merge "[AT-SPI] Add Accessible::IsHighlighted()" into devel/master