Adeel Kazmi [Wed, 14 Aug 2024 15:42:47 +0000 (16:42 +0100)]
Print out Vulkan information at startup
Change-Id: I11036b5dfb9abdb72550737a36c80f3d1e861b25
DavidIanSteele [Wed, 14 Aug 2024 15:08:03 +0000 (16:08 +0100)]
Merge pull request #7 from dalihub/tizen-build
Tizen build
Adeel Kazmi [Wed, 31 Jul 2024 11:25:34 +0000 (12:25 +0100)]
Build for Tizen
Change-Id: Iae9f64e6b3eb7d0c8d47e26194a24b1f94acac27
David Steele [Tue, 13 Aug 2024 16:09:28 +0000 (17:09 +0100)]
Tmp: Removed render pass object from pipeline hash
David Steele [Thu, 16 May 2024 11:26:24 +0000 (12:26 +0100)]
Finding GPU with graphics queue
David Steele [Thu, 9 May 2024 17:28:01 +0000 (18:28 +0100)]
Fixing modern doxygen warnings
David Steele [Thu, 9 May 2024 17:07:34 +0000 (18:07 +0100)]
Moved integration files to adaptor-framework
David Steele [Thu, 9 May 2024 16:05:33 +0000 (17:05 +0100)]
Moving graphics-interface.h to better location
David Steele [Thu, 9 May 2024 15:31:47 +0000 (16:31 +0100)]
Using libuv profile for vulkan
David Steele [Tue, 9 Apr 2024 13:32:44 +0000 (14:32 +0100)]
Reverting libname to dali-adaptor
David Steele [Tue, 20 Feb 2024 11:17:47 +0000 (11:17 +0000)]
Updating build system to modern cmake
Migrating to use current DALi build system
Vulkan specific updates are mostly hidden away in deps-check.cmake.
In keeping with this build system, this generates a single
library with no vk decoration in the name. (May need to update
the package config file again!)
David Steele [Mon, 19 Feb 2024 17:18:47 +0000 (17:18 +0000)]
Initializing ecore for ubuntu profile
David Steele [Fri, 16 Feb 2024 18:17:09 +0000 (18:17 +0000)]
Updating for modern compiler
adam.b [Thu, 18 Apr 2019 11:25:43 +0000 (12:25 +0100)]
Merge branch 'devel/master' into devel/vulkan
Change-Id: I88df038e67dd5d7aeda3373ae32f3c6f74c7d58b
Agnelo Vaz [Thu, 18 Apr 2019 10:19:50 +0000 (11:19 +0100)]
DALi Version 1.4.16
Change-Id: I3670b1f37e9704dd8745531d88e98c27ab01abf7
Adeel Kazmi [Wed, 17 Apr 2019 14:33:00 +0000 (14:33 +0000)]
Merge "FontClient - Do not resize cache vectors to size one." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:31:07 +0000 (14:31 +0000)]
Merge "Fix for retrieved metrics." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:30:51 +0000 (14:30 +0000)]
Merge "Fixed indentation." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:30:32 +0000 (14:30 +0000)]
Merge "Italic synthesize for circular layout." into devel/master
Adeel Kazmi [Tue, 16 Apr 2019 15:42:36 +0000 (15:42 +0000)]
Merge "Remove the deferred RotationObserver from the Adaptor" into devel/master
Victor Cebollada [Wed, 10 Apr 2019 11:15:58 +0000 (12:15 +0100)]
Fix for retrieved metrics.
* DALi is not able to correctly layout text for the
SNum-3R font.
* Enable the SW emboldering as well when the metrics
are retrieved.
* Use the bounding box of the glyph to correct the
retrieved metrics used to layout the text.
* A scale factor is applied to the advance metric when
a font is emboldened by software as Harfbuzz doesn't
do it.
* Some code beautify.
Change-Id: I3b5167e382654b110177731db191325ce2f01c01
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Fri, 12 Apr 2019 06:44:16 +0000 (07:44 +0100)]
Fixed indentation.
Change-Id: Iedb22a1b440d7a81f2d455fd0de5d938c4c73713
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Mon, 11 Mar 2019 11:12:42 +0000 (11:12 +0000)]
Italic synthesize for circular layout.
* Italic synthesization for circular layout was missing.
* Hint flag added to the cairo renderer pipeline.
Change-Id: Ic0bfe41b9419cca9483fd74a7e65f859cef08a69
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Richard Huang [Mon, 15 Apr 2019 16:05:33 +0000 (17:05 +0100)]
Remove the deferred RotationObserver from the Adaptor
Change-Id: I9b9cc0af572e0c8bc5f90b45298e27dc82e9b325
Victor Cebollada [Mon, 15 Apr 2019 14:36:55 +0000 (15:36 +0100)]
FontClient - Do not resize cache vectors to size one.
* The font id 0 is invalid. Some caches were adding an extra
item in the position 0 to use the same index to access the
cached value.
* Do not add this extra item and use the index-1 instead.
Change-Id: I0972fdba8cbee8a65750bf2092615e03313e9102
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
adun [Fri, 9 Mar 2018 02:14:48 +0000 (10:14 +0800)]
Add codes for Dali Windows Backend
1. Add codes to adaptor Windows OS.
2. Implement some Linux's API on Windows OS.
Change-Id: Ibdc64e1167b1a85410addd9695eca94a608362c3
Signed-off-by: adun <xiaohui.fang@samsung.com>
Seungho, Baek [Mon, 18 Mar 2019 06:35:08 +0000 (15:35 +0900)]
Select OpenGL es version automatically
- Try to use OpenGL es 3.0.
- If it fail, retry to use OpenGL es 2.0
- Change mImpl of the GlImplementation by follow the OpenGL es version
- TextureRequiresConverting function in gl-implementation.
Change-Id: Ifa190a6da045c6385a68ba5760468bdbd2f4397a
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Adeel Kazmi [Fri, 12 Apr 2019 10:48:44 +0000 (11:48 +0100)]
DALi Version 1.4.15
Change-Id: I71e7850b50f95bb1eaca67e65fcf70eb4acdf29f
adam.b [Thu, 11 Apr 2019 14:11:22 +0000 (15:11 +0100)]
Fixes tiling issue for textures used as framebuffer attachments
The LINEAR tiling must not be used for textures which are being
attached to the framebuffer.
Change-Id: I01e2290c38ce419d004b8739249eff13c2ec9f1d
adam.b [Thu, 11 Apr 2019 14:47:55 +0000 (15:47 +0100)]
GBS compilation error fixed
Change-Id: If5c2bede60fa2cb4a22b0f23abd879ddc7b1ef84
adam.b [Thu, 11 Apr 2019 16:52:05 +0000 (17:52 +0100)]
Merge branch 'devel/master' into devel/vulkan
Change-Id: Iec5c732f972e6ccf184a6bb7a3cf836575451094
Adeel Kazmi [Thu, 11 Apr 2019 11:37:31 +0000 (11:37 +0000)]
Merge "Force the completion of all GL executions before switching the context" into devel/master
Richard Huang [Fri, 5 Apr 2019 09:38:21 +0000 (10:38 +0100)]
Force the completion of all GL executions before switching the context
Change-Id: If09bfc187205bcd0f6f862f4774bcaf1f7a576c8
Heeyong Song [Tue, 2 Apr 2019 05:03:40 +0000 (14:03 +0900)]
(VectorRenderer) Add a method to get a default size
Change-Id: Ia1b19695bcf3a9f8b71ed3bf5627c135911e645b
Adeel Kazmi [Tue, 9 Apr 2019 14:06:54 +0000 (14:06 +0000)]
Merge "Bitmap Font support for Toolkit's TextLabel." into devel/master
Victor Cebollada [Tue, 26 Mar 2019 08:31:56 +0000 (08:31 +0000)]
Bitmap Font support for Toolkit's TextLabel.
* Toolkit's TextLabel renderer needs to know if the glyphs
of a bitmap font use their own color or they are just an
alpha mask.
Change-Id: I07f2dea3931c5072b84c1ff484b2dee966bb297c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Sunghyun kim [Thu, 4 Apr 2019 05:22:54 +0000 (14:22 +0900)]
Initialize EGL and DiplayConnection
- fix svace issue
Change-Id: I5c2621815a3d4365c35c9212fe72a6fc6d457a9f
Jiyun Yang [Fri, 29 Mar 2019 08:55:43 +0000 (17:55 +0900)]
Move unnecessary header inclusion
native-render-surface does not need to include egl-interface.h
Change-Id: If527dd18d805b9801a038b4d35caf2d9571f1137
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
adam.b [Fri, 5 Apr 2019 10:50:36 +0000 (11:50 +0100)]
DALi Version 1.4.14
Change-Id: I91f0d0318c24ac6469bbbd430475f97f144374bd
JIYUN YANG [Mon, 1 Apr 2019 08:22:01 +0000 (08:22 +0000)]
Merge "Add missing Keys to the mapping table (ecore wayland)" into devel/master
huiyu.eun [Tue, 12 Mar 2019 10:53:03 +0000 (19:53 +0900)]
Make DefaultFontDescription cached
Make DefaultFontDescription cached
Change-Id: Ib5aa25b6a8cd8b2ae1883b01ec7a46413ccfaca7
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Victor Cebollada [Fri, 29 Mar 2019 07:07:05 +0000 (07:07 +0000)]
DALi Version 1.4.13
Change-Id: Id818007b7c19d93ece7717482596ac0f35b33a2c
adam.b [Thu, 21 Feb 2019 18:23:58 +0000 (18:23 +0000)]
Linear tiling support for parallel texture upload
Parallel upload of textures with linear tiling:
- Added API::TextureTiling enum ( optimal, linear )
- Added direct memory copy functionality for linear tiled textures
- Parallelized direct memory copying
Change-Id: I04865f4e34dcefa3c48bb623b2e32c64e1f12532
Signed-off-by: adam.b <adam.b@samsung.com>
adam.b [Thu, 7 Mar 2019 14:51:15 +0000 (14:51 +0000)]
Pipeline compilation in parallel
Pipelines are compiled with use of thread pool
Change-Id: I074ee24b29107027e59dfd1ad07284440ccf0103
Signed-off-by: adam.b <adam.b@samsung.com>
adam.b [Thu, 7 Mar 2019 13:16:13 +0000 (13:16 +0000)]
Parallel texture upload
Changes:
- Static default staging buffer of configurable size (DALI_DEFAULT_STAGING_BUFFER_SIZE_MB)
- Per batch of textures, single staging buffer is allocated
- The staging buffer is deleted after uploading to the GPU
- Processing uploads parallel with the scenegraph update ( but fence before PrepareRenderers() ) ( optional )
- Parallel write into the staging buffer ( optional )
- Deferred texture initialization until upload takes place ( unless it's a texture bound as a framebuffer ).
- New environmental variables:
DALI_DISABLE_PARALLEL_TEXTURE_UPLOAD - disables delegating texture upload to the worker thread. Parallel upload is ENABLED by default
DALI_DISABLE_SINGLE_STAGING_BUFFER - disables use of single staging buffer for batch of textures. It uses individual staging buffers per texture. Use of single staging buffer is ENABLED by default.
DALI_DEFAULT_STAGING_BUFFER_SIZE_MB - size of default static staging buffer which is created earlier and reused, if size is 0 then there is no staging buffer pre-initialised and staging buffer is allocated lazily.
Change-Id: I6ae1cef69e831b8fa272bc0ca10d131875c42fbb
adam.b [Wed, 6 Mar 2019 15:44:34 +0000 (15:44 +0000)]
Added aging to the pipeline cache
Prevents pipelines from being killed and re-created quickly with the same parameters
for the same render pass.
Change-Id: I4e913af5d4584e9bd7fe00b4a9fdcf489f51a40a
adam.b [Thu, 28 Mar 2019 18:36:01 +0000 (18:36 +0000)]
Added native texture as a separate class
Change-Id: I98e94465e3546270c494949eaff6a9dc176707ee
Adeel Kazmi [Thu, 28 Mar 2019 17:52:58 +0000 (17:52 +0000)]
Merge "Fix conversion warnings for event refactor" into devel/master
Adeel Kazmi [Wed, 27 Mar 2019 18:01:41 +0000 (18:01 +0000)]
Merge "Return different Window handle after ReplaceWindow is called" into devel/master
Daniel McEwen [Tue, 26 Mar 2019 10:38:28 +0000 (10:38 +0000)]
Fix conversion warnings for event refactor
Some driveby changes are also included to slowly reduce the total
conversion warnings in adaptor - the goal being to turn that
warning back on
Change-Id: I2d7f52456f963c7c40985660256466646cd72623
Jiyun Yang [Fri, 22 Mar 2019 07:08:01 +0000 (16:08 +0900)]
Add missing Keys to the mapping table (ecore wayland)
Basic Up and Down keys were missing in the ecore wayland key mapping table.
Change-Id: I47f4736c88388872c5a1ef87b46d2551ea917b9b
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Richard Huang [Fri, 22 Mar 2019 10:45:47 +0000 (10:45 +0000)]
DALi Version 1.4.12
Change-Id: I278e97201eaf498594f7241742e41733e575fe02
Richard Huang [Tue, 19 Mar 2019 13:54:45 +0000 (13:54 +0000)]
Return different Window handle after ReplaceWindow is called
Change-Id: I09b1f54ffd9f583fcf973ec503ac1ab26ffa8783
Jiyun Yang [Mon, 18 Mar 2019 08:23:46 +0000 (17:23 +0900)]
Fix wrong method declaration
Declaration of CreateNativeSurface() was not match to its implementation
Change-Id: I7241db3eebf45934dadca0f18140452804882251
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Adeel Kazmi [Fri, 15 Mar 2019 15:54:52 +0000 (15:54 +0000)]
Merge "Deprecate Application::ReplaceWindow" into devel/master
Adeel Kazmi [Fri, 15 Mar 2019 14:35:53 +0000 (14:35 +0000)]
Merge "Revert "Convert texture's gl format (from dali-core)."" into devel/master
Richard Huang [Fri, 15 Mar 2019 14:01:45 +0000 (14:01 +0000)]
Revert "Convert texture's gl format (from dali-core)."
This reverts commit
3e4e3a90958d12d6a8daac2eb68a5d4ed9539040.
Change-Id: Iaca2518f5c8fa326729297ad550fa819a8150da2
György Straub [Fri, 15 Mar 2019 09:39:28 +0000 (09:39 +0000)]
DALi Version 1.4.11
Change-Id: Id2929a298a00db3deeb0ec5ab047d119dce5c97e
Richard Huang [Thu, 14 Mar 2019 11:29:26 +0000 (11:29 +0000)]
Deprecate Application::ReplaceWindow
Change-Id: I1b159c803887ffaecf7b69762fba095c24dd64dd
Seungho, Baek [Fri, 8 Mar 2019 06:08:36 +0000 (15:08 +0900)]
Convert texture's gl format (from dali-core).
- ConvertTexture function in gl-implementation.
- To remove dali-core's dependency of OpenGL es version.
Change-Id: I25a2f7035b92fa39e068125e207c81fe31a8e1f4
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Anton Obzhirov [Fri, 30 Nov 2018 17:43:44 +0000 (17:43 +0000)]
Add event handling support for multiple windows.
Change-Id: Id146f0223d3df8e02e7cf7f1497c480b184bcd6e
Seoyeon Kim [Mon, 11 Mar 2019 08:14:31 +0000 (08:14 +0000)]
Merge "Change Application::ResizeSignal() deprecated version correctly" into devel/master
Adeel Kazmi [Fri, 8 Mar 2019 11:46:31 +0000 (11:46 +0000)]
Merge "DALi Version 1.4.10" into devel/master
Daniel McEwen [Fri, 8 Mar 2019 11:29:26 +0000 (11:29 +0000)]
DALi Version 1.4.10
Change-Id: I0b2172e69e244373eea0a60538e48f513f9a5209
Heeyong Song [Tue, 26 Feb 2019 07:31:30 +0000 (16:31 +0900)]
(VectorAnimationRenderer) Add GetFrameRate method
Change-Id: I48e45c17dc98c8f5e6e69e9b9a2a65be36b2b589
huiyu.eun [Thu, 7 Mar 2019 04:08:34 +0000 (13:08 +0900)]
Call ProcessCoreEvent() from NotifySceneCreated()
Reduce launching time
Change-Id: I0ecaa97da695a56840e69d88753ea33219754c37
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Heeyong Song [Mon, 25 Feb 2019 07:10:20 +0000 (16:10 +0900)]
Add logs - Window, Adaptor and CombinedUpdateRenderController
Change-Id: I17bf9af011d52dc7e8f15d6265a5139bbd95939b
adam.b [Wed, 6 Mar 2019 14:29:14 +0000 (14:29 +0000)]
Added NativeWindowInterface to the surface factory
Due to the broken dependency between adaptor and graphics an additional
interface has been added in order to pass the native window details into
the surface factory without using WindowRenderSurface.
Change-Id: I63f191d7e5ab7cfc080edf2553b97cc4f8fc5758
adam.b [Wed, 6 Mar 2019 14:36:04 +0000 (14:36 +0000)]
thread pool removed from adaptor and moved to core
Change-Id: Ia2be2ba37b1a4089fc280a84e01e12160e6395e3
adam.b [Wed, 6 Mar 2019 15:15:29 +0000 (15:15 +0000)]
Fixed gbs compilation errors when non-debug build
Change-Id: I0d0bb45371effe6ab8f5fa58696fd29f77b216c7
Adeel Kazmi [Wed, 6 Mar 2019 11:58:30 +0000 (11:58 +0000)]
Ensure FreeType library calls are successful before we continue processing
Change-Id: I69ddfdcbcbabf555627583b43de23cd393b25243
Adeel Kazmi [Wed, 6 Mar 2019 08:42:46 +0000 (08:42 +0000)]
Merge "Ensure we only show the EGL information at init rather than every time we change the context" into devel/master
joogab yun [Wed, 6 Mar 2019 00:59:35 +0000 (00:59 +0000)]
Merge "clear cache when locale is changed" into devel/master
Adeel Kazmi [Tue, 5 Mar 2019 14:15:02 +0000 (14:15 +0000)]
Ensure we only show the EGL information at init rather than every time we change the context
Change-Id: I657ee0409ac22f73e170c58f46cba4161efae483
minho.sun [Mon, 12 Feb 2018 11:30:15 +0000 (20:30 +0900)]
clear cache when locale is changed
When locale is change, font configuration might provide a different font
list.
In this case, original cached font might not be valid for same script.
Therefore, we need to clear caches.
Change-Id: Ia1d9dbc7a4b7a346cd5818811afc05374a0d9045
Victor Cebollada [Fri, 21 Dec 2018 15:21:46 +0000 (15:21 +0000)]
FontConfig - Remove the font format from the match pattern.
* Is not possible to select fonts with a font format
different than True Type.
* By default "TrueType" is added to the pattern used by
FontConfig to match a font. This apparently makes
impossible to select a font with a different format.
Change-Id: I46971d3a6e9bcc8bbe5109bc20ebbbc71a2a1792
greynaga [Fri, 1 Mar 2019 14:34:43 +0000 (14:34 +0000)]
DALi Version 1.4.9
Change-Id: I0cc319f7f7dcc5d10f3860a441bb865c23ecb192
Richard Huang [Mon, 25 Feb 2019 17:10:02 +0000 (17:10 +0000)]
Remove the indicator
Change-Id: Ie06cd6eb1be0e377ed0ce807bfdb3dee178bea26
xb.teng [Tue, 26 Feb 2019 04:05:30 +0000 (12:05 +0800)]
Remove unuseful application-extensions
Change-Id: I39edcb788ddaa706d8d7cd3a717c7b4c861d39ac
Victor Cebollada [Tue, 19 Feb 2019 16:12:34 +0000 (16:12 +0000)]
Fix the life cicle of the FcCharSet objects.
* Pointer to this objects were kept in the caches
without taking care too much of the FcPattern objects
that hold them.
The fon client increases now the reference counter of
these objects when they are stored in the caches.
* The new mFontIdCache, mPixelBufferCache, mEmbeddedItemCache
and mBitmapFontCache caches were not cleared in the
ClearCache() method.
[Model] Gear Watch Designer
[BinType]
[Customer]
[Issue#]
[Request]
[Occurrence Version]
[Problem]
[Cause & Measure] As described above.
[Checking Method]
[Team] SRUK
[Developer] Victor Cebollada
[Solution company] Samsung
[Change Type]
Change-Id: Ieb8590a786111f88676c305c9e1a17232288a61e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
David Steele [Fri, 22 Feb 2019 16:22:56 +0000 (16:22 +0000)]
Merge "Support multiple window rendering" into devel/master
David Steele [Fri, 22 Feb 2019 14:32:08 +0000 (14:32 +0000)]
DALi Version 1.4.8
Change-Id: I68b055403da47eaaa96941a9af3b690427015d9c
Seoyeon Kim [Thu, 21 Feb 2019 08:23:23 +0000 (17:23 +0900)]
Change Application::ResizeSignal() deprecated version correctly
- Tizen ACR process of Application::ResizeSignal() was already done,
and ResizeSignal() is deprecated from Tizen 4.0.
- So, Changed DEPRECATED version for Tizen 4.0
Change-Id: Ic33d45e44b98364f6543818872de14bc257d140d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Richard Huang [Tue, 27 Nov 2018 14:34:29 +0000 (14:34 +0000)]
Support multiple window rendering
Change-Id: If6a530db891bb564547cbf9c4890a604d7c80a7a
joogab yun [Wed, 20 Feb 2019 00:39:51 +0000 (00:39 +0000)]
Merge "Text improvement 1. Circular text implementation. * Adds to dali-adaptor a back-end to render text with Cairo. * Add support for bitmap fonts. * Add support embedded Item. 2. Software italic/bold issues fixed." into devel/master
Victor Cebollada [Mon, 16 Apr 2018 15:34:47 +0000 (16:34 +0100)]
Text improvement
1. Circular text implementation.
* Adds to dali-adaptor a back-end to render text with Cairo.
* Add support for bitmap fonts.
* Add support embedded Item.
2. Software italic/bold issues fixed.
Change-Id: I6491bdc19db789385f1928a99d63eaecb1c12959
huiyu.eun [Mon, 12 Nov 2018 12:15:41 +0000 (21:15 +0900)]
Declared in C style for calling from app-launcher
Declared in C style for calling from app-launcher
Change-Id: Ic5b1c9eb4cc100829e5d94b3c9cbae26959d2915
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Adeel Kazmi [Thu, 14 Feb 2019 15:04:40 +0000 (15:04 +0000)]
Merge "Remove SystemOverlay." into devel/master
Adeel Kazmi [Thu, 14 Feb 2019 14:34:39 +0000 (14:34 +0000)]
Merge "Added generic folders for non-platform specific implementations" into devel/master
Anton Obzhirov [Thu, 14 Feb 2019 14:07:21 +0000 (14:07 +0000)]
DALi Version 1.4.7
Change-Id: Ifec56703898bc19c75b0b4f66de18468cafc184f
Adeel Kazmi [Wed, 13 Feb 2019 17:21:06 +0000 (17:21 +0000)]
Added generic folders for non-platform specific implementations
This should make adding new adaptations easier as it wouldn't require
copying these files.
Change-Id: I88cc5fcd4ee738ed748f5668a4aa0353b8afb68b
Anton Obzhirov [Wed, 13 Feb 2019 17:06:01 +0000 (17:06 +0000)]
Remove SystemOverlay.
Change-Id: If4f5ce327ef17bc04b9dcc3fff2d966a1a2b5470
Adeel Kazmi [Wed, 13 Feb 2019 16:13:19 +0000 (16:13 +0000)]
Merge "Add protect code for curl handle" into devel/master
Seoyeon Kim [Tue, 12 Feb 2019 04:55:17 +0000 (13:55 +0900)]
Move DEPRECATED tags to the top of the description
Change-Id: Id030a869b6fb8c687c75bcb0fc8ce95c2e9671bb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
sunghyun kim [Mon, 11 Feb 2019 05:15:55 +0000 (05:15 +0000)]
Merge "set CURLOPT_TIMEOUT 120 seconds" into devel/master
Adeel Kazmi [Fri, 8 Feb 2019 12:27:21 +0000 (12:27 +0000)]
Merge "Fix DEPRECATED version to be included in Tizen 5.5" into devel/master
Adeel Kazmi [Fri, 8 Feb 2019 12:21:39 +0000 (12:21 +0000)]
Merge changes I91aadcd7,I6bad1977 into devel/master
* changes:
Adding Processor Registration Integration API
Processor separated from core.h
Adeel Kazmi [Fri, 8 Feb 2019 12:19:14 +0000 (12:19 +0000)]
Merge "DALi Version 1.4.6" into devel/master
Agnelo Vaz [Fri, 8 Feb 2019 12:15:02 +0000 (12:15 +0000)]
DALi Version 1.4.6
Change-Id: I98d440147f4c639aa032de015411afac98f4cbb4
Seoyeon Kim [Fri, 8 Feb 2019 07:16:05 +0000 (16:16 +0900)]
Fix DEPRECATED version to be included in Tizen 5.5
- Some APIs are added or deprecated without Tizen ACR process.
To be included in Tizen platform, fixed ALIASES tags for Tizen 5.5
Change-Id: Ia8bed4f15438331f98d11f56d8b7740b1ad1407f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>