platform/core/uifw/dali-adaptor.git
10 years agoRevert "Separating integration-devel from devel package for 2nd party to use adaptor" 74/37474/1
Adeel Kazmi [Fri, 27 Mar 2015 09:22:43 +0000 (02:22 -0700)]
Revert "Separating integration-devel from devel package for 2nd party to use adaptor"

This reverts commit 58ede8dfbc02cbab6c834cf9c2e2d10d12d0cda6.

Change-Id: Ic61d3a1813a54a27790f5b0539042a0670c19ce9

10 years agoSeparating integration-devel from devel package for 2nd party to use adaptor 72/35272/44
Jonghyun Ho [Wed, 11 Feb 2015 10:12:57 +0000 (19:12 +0900)]
Separating integration-devel from devel package for 2nd party to use adaptor

 - hidden for 3rd party

Change-Id: I709484c623a3ec1b260b57543cbab14e54e7319f

10 years agoMerge "DALi Version 1.0.35" into tizen
Adeel Kazmi [Wed, 25 Mar 2015 15:06:53 +0000 (08:06 -0700)]
Merge "DALi Version 1.0.35" into tizen

10 years agoDALi Version 1.0.35 92/37392/1 accepted/tizen/mobile/20150419.232759 accepted/tizen/tv/20150504.095550 accepted/tizen/wearable/20150504.100137 dali_1.0.35 submit/tizen_mobile/20150417.132551 submit/tizen_tv/20150504.065806 submit/tizen_wearable/20150504.070012
Tom Robinson [Wed, 25 Mar 2015 14:02:20 +0000 (14:02 +0000)]
DALi Version 1.0.35

Change-Id: I0a6b10a55f9405c10f4bb53e256123c2cd64d23e

10 years agoDali remote control and monitoring 57/25057/20
Nick Holland [Fri, 6 Feb 2015 10:52:38 +0000 (10:52 +0000)]
Dali remote control and monitoring

No ability in Dali for remote interactive control and performance monitoring ( via network).
Usage, apply patch then $nc localhost 3031  (type help)
Or connect using Stage Hand tool.

To perform a scene dump to a JSON file ( for black box testing )
echo "dump_scene" | nc -q4 adress port  > scene.json

Change-Id: Ib43e547b931b66dde91d3f1bb011d2e7a90879fc
Signed-off-by: Nick Holland <nick.holland@partner.samsung.com>
10 years agoStop including dali-core.h 81/37181/3
Adeel Kazmi [Fri, 20 Mar 2015 08:47:19 +0000 (08:47 +0000)]
Stop including dali-core.h

Change-Id: I526e0e7a5d059d0d63434c01a7ac47e205eb4318

10 years agoMerge "Add opengles feature "NOT_SUPPORTED" and utc for Application" into tizen
taeyoon [Fri, 20 Mar 2015 02:54:08 +0000 (19:54 -0700)]
Merge "Add opengles feature "NOT_SUPPORTED" and utc for Application" into tizen

10 years agoDALi Version 1.0.34 15/37115/1 dali_1.0.34
Richard Huang [Thu, 19 Mar 2015 11:04:16 +0000 (11:04 +0000)]
DALi Version 1.0.34

Change-Id: I8287948e6540408a2bc80b25a78ca8cad9b53d0e

10 years agoAdd opengles feature "NOT_SUPPORTED" and utc for Application 03/36703/12
taeyoon [Thu, 12 Mar 2015 05:39:48 +0000 (14:39 +0900)]
Add opengles feature "NOT_SUPPORTED" and utc for Application

Change-Id: I3ffa8165fe95006816243215b1e04424dc8ea78e

10 years agoImage scaling operations - FilterModes Linear BoxThenLinear 00/36600/9
Andrew Cox [Mon, 9 Mar 2015 11:45:37 +0000 (11:45 +0000)]
Image scaling operations - FilterModes Linear BoxThenLinear

Change-Id: I81505c1f0fff2355fa3affbdfc6467e08e10b3aa
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoMerge "Actor's Transformation API Cleanup" into tizen
Adeel Kazmi [Tue, 17 Mar 2015 15:13:18 +0000 (08:13 -0700)]
Merge "Actor's Transformation API Cleanup" into tizen

10 years agoActor's Transformation API Cleanup 25/36425/2
Yoonsang Lee [Fri, 6 Mar 2015 08:52:24 +0000 (17:52 +0900)]
Actor's Transformation API Cleanup

Update for following changes in dali-core:
Actor::MoveBy                     -> TranslateBy
Actor::ColorBy                    -> <removed>
Actor::OpacityBy                  -> <removed>
Actor::SetRotation                -> SetOrientation
Actor::GetCurrentRotation         -> GetCurrentOrientation
Actor::GetCurrentWorldRotation    -> GetCurrentWorldOrientation
Actor::SetInheritRotation         -> SetInheritOrientation
Actor::IsRotationInherited        -> IsOrientationInherited
Actor::Property::ROTATION         -> Actor::Property::ORIENTATION
Actor::Property::WORLD_ROTATION   -> Actor::Property::WORLD_ORIENTATION
Actor::Property::INHERIT_ROTATION -> Actor::Property::INHERIT_ORIENTATION

Change-Id: I275c2983b5fed266548db99fb415792df17fcfb1

10 years agoChange the width and height of a dali-window through an environment option 47/36947/1
Adeel Kazmi [Tue, 17 Mar 2015 10:05:44 +0000 (10:05 +0000)]
Change the width and height of a dali-window through an environment option

Change-Id: Ib74f6ea9e8fd75c1cea53521cdf3a1e1657ea63b

10 years agoRemoval of LITE profile 64/36764/3
taeyoon [Fri, 13 Mar 2015 06:42:27 +0000 (15:42 +0900)]
Removal of LITE profile

Change-Id: I92c82315ff012c85e78f67b0b8ebaf543d45343a

10 years agoMerge "Change "SLP" to "Tizen"" into tizen
Kimmo Hoikka [Fri, 13 Mar 2015 11:17:51 +0000 (04:17 -0700)]
Merge "Change "SLP" to "Tizen"" into tizen

10 years agoMerge "Fix wrong if statement about egl image." into tizen
Adeel Kazmi [Fri, 13 Mar 2015 10:57:18 +0000 (03:57 -0700)]
Merge "Fix wrong if statement about egl image." into tizen

10 years agoMerge "Add SetWindowEffect in WindowExtension namespace." into tizen
Adeel Kazmi [Fri, 13 Mar 2015 10:37:40 +0000 (03:37 -0700)]
Merge "Add SetWindowEffect in WindowExtension namespace." into tizen

10 years agoChange "SLP" to "Tizen" 73/36773/1
taeyoon [Fri, 13 Mar 2015 09:16:28 +0000 (18:16 +0900)]
Change "SLP" to "Tizen"

Change-Id: Iacd1068df9929178887c3dff429161f851c2f7a4

10 years agoMerge "Make a full screen window in the mobile emulator which has an HD screen" into...
HyunJu Shin [Fri, 13 Mar 2015 05:34:17 +0000 (22:34 -0700)]
Merge "Make a full screen window in the mobile emulator which has an HD screen" into tizen

10 years agoAdd SetWindowEffect in WindowExtension namespace. 48/35648/28
daemyung jang [Mon, 23 Feb 2015 02:09:44 +0000 (11:09 +0900)]
Add SetWindowEffect in WindowExtension namespace.

Change-Id: Ib91b536b4c3484797490490bfde29cebaffacf10

10 years agoDALi Version 1.0.33 21/36721/1 dali_1.0.33
Nick Holland [Thu, 12 Mar 2015 09:23:13 +0000 (09:23 +0000)]
DALi Version 1.0.33

Change-Id: Ie7c61fe1656c4e980d518ddea5c75c23bf863790

10 years agoFix wrong if statement about egl image. 79/36579/5
daemyung jang [Tue, 10 Mar 2015 08:52:55 +0000 (17:52 +0900)]
Fix wrong if statement about egl image.

Change-Id: I9119f74334f0d10145e807d6a0bbbf329545dab9

10 years agoMake a full screen window in the mobile emulator which has an HD screen 56/36556/2
Heeyong Song [Tue, 10 Mar 2015 04:33:23 +0000 (13:33 +0900)]
Make a full screen window in the mobile emulator which has an HD screen

Change-Id: I364501a6306dd525ec48e983b18ef801b74a35c0

10 years agoMove tv-key-impl.cpp with X11 dependency to X11 build for tv profile with wayland 63/36563/1 accepted/tizen/common/20150310.094800 accepted/tizen/mobile/20150310.122232 accepted/tizen/tv/20150310.092415 accepted/tizen/wearable/20150310.114546 submit/tizen/20150310.084835
taeyoon [Tue, 10 Mar 2015 05:37:37 +0000 (14:37 +0900)]
Move tv-key-impl.cpp with X11 dependency to X11 build for tv profile with wayland

  - For TV profile build, tv-key-impl.cpp was moved common to x11 in Makefile.am.

Change-Id: Ic604a71b85bc3a3234389ee8f3e329f3e14e016c

10 years agoImage scaling operations - FilterModes Nearest and BoxThenNearest 71/33371/11
Andrew Cox [Thu, 8 Jan 2015 16:05:09 +0000 (16:05 +0000)]
Image scaling operations - FilterModes Nearest and BoxThenNearest

Change-Id: I443a0b6da56fb7c63ccf9264cbccac5433900420
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoAdd wayland source part in MOBILE, WEARABLE, and TV profile 33/36433/2 accepted/tizen/common/20150309.092020 accepted/tizen/mobile/20150309.081754 accepted/tizen/tv/20150309.081813 accepted/tizen/wearable/20150309.110929 submit/tizen/20150306.102558 submit/tizen/20150309.074330 submit/tizen_mobile/20150307.060454 submit/tizen_mobile/20150309.082023 submit/tizen_tv/20150307.060919
taeyoon [Fri, 6 Mar 2015 09:17:06 +0000 (18:17 +0900)]
Add wayland source part in MOBILE, WEARABLE, and TV profile

  - Modification of adaptors/Makefile.am

Change-Id: I5535c09f1fadb36cb691ce2617f9e7cc95a5a311

10 years agoFix build breaks on mobile and remove excute permission. 06/36406/1
daemyung jang [Fri, 6 Mar 2015 05:30:33 +0000 (14:30 +0900)]
Fix build breaks on mobile and remove excute permission.

Change-Id: Ia17778624c7ea102f5f214bcc91b608515111e31

10 years agoResource management modification 03/35703/12
taeyoon [Thu, 26 Feb 2015 09:57:26 +0000 (18:57 +0900)]
Resource management modification

      - Moving shaderbin directory information from dali-core to dali-adaptor
      - Addition of shaderbin handling.
      - Addition of enable_shaderbincache ENABLE (default is ENABLE)

Change-Id: I89ba27280fc1186245453fa6642bc8678d43a124

10 years agoMerge "Change to use new AppFW APi for TV profile" into tizen
HyunJu Shin [Thu, 5 Mar 2015 10:24:10 +0000 (02:24 -0800)]
Merge "Change to use new AppFW APi for TV profile" into tizen

10 years agoChange to use new AppFW APi for TV profile 17/36317/1
suhyung Eom [Thu, 5 Mar 2015 02:15:54 +0000 (11:15 +0900)]
Change to use new AppFW APi for TV profile

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I7f4beddc92824402c49ca3aa408d0ad14e72e8a9

10 years agoIndicator modification according to latest EFL changes 75/36175/5
Heeyong Song [Tue, 3 Mar 2015 08:31:39 +0000 (17:31 +0900)]
Indicator modification according to latest EFL changes

Change-Id: I4542f51a92ea8b154169bfeffb0b52dcf63d99d8

10 years agoDALi Version 1.0.32 94/36294/1 dali_1.0.32
Lee Morgan [Wed, 4 Mar 2015 16:10:57 +0000 (16:10 +0000)]
DALi Version 1.0.32

Change-Id: I754f19ee5d5b14bf911da8c990350d651d64668b

10 years agoReplaced boost::function with Dali::Callback 41/36141/4
Adeel Kazmi [Mon, 2 Mar 2015 17:25:43 +0000 (17:25 +0000)]
Replaced boost::function with Dali::Callback

Change-Id: I5b930e1e54006876e330842397baecb8ce8ca882

10 years agoRemoved AffectedByLighting APIs from MeshActor 16/36016/1
David Steele [Fri, 27 Feb 2015 11:07:55 +0000 (11:07 +0000)]
Removed AffectedByLighting APIs from MeshActor

Change-Id: Ib45d36940d257abac8be65213df02257dbea9dbd

10 years agoRemoved model loading 98/35898/1
David Steele [Wed, 25 Feb 2015 19:14:02 +0000 (19:14 +0000)]
Removed model loading

Change-Id: I8dadca6d5f3e3d3ceeca878f39ab1107517bb7b6
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoMerge "Updates following 'Rename BitmapImage as BufferImage'" into tizen
Adeel Kazmi [Wed, 25 Feb 2015 16:51:14 +0000 (08:51 -0800)]
Merge "Updates following 'Rename BitmapImage as BufferImage'" into tizen

10 years agoDALi Version 1.0.31 60/35860/1 dali_1.0.31
Kingsley Stephens [Wed, 25 Feb 2015 11:33:26 +0000 (11:33 +0000)]
DALi Version 1.0.31

Change-Id: I68ff5f60982043f8cf83b5b779faa4bc280f7e9d

10 years agoUpdates following 'Rename BitmapImage as BufferImage' 10/35710/3
Xiangyin Ma [Mon, 23 Feb 2015 16:46:11 +0000 (16:46 +0000)]
Updates following 'Rename BitmapImage as BufferImage'

Change-Id: I4d35baba48038c146b45bf6bba761fa92457c1d4

10 years agoMerge "Updates following NativeImage changes and Pixel Format clean up in core" into...
Kimmo Hoikka [Tue, 24 Feb 2015 17:46:46 +0000 (09:46 -0800)]
Merge "Updates following NativeImage changes and Pixel Format clean up in core" into tizen

10 years agoMerge "remove obsolete (unused) create default surface method and clean up documentat...
Adeel Kazmi [Tue, 24 Feb 2015 16:36:53 +0000 (08:36 -0800)]
Merge "remove obsolete (unused) create default surface method and clean up documentation" into tizen

10 years agoMerge "Removing some dead definitions" into tizen
Adeel Kazmi [Tue, 24 Feb 2015 16:36:18 +0000 (08:36 -0800)]
Merge "Removing some dead definitions" into tizen

10 years agoUpdates following NativeImage changes and Pixel Format clean up in core 94/35594/10
Xiangyin Ma [Wed, 18 Feb 2015 17:18:10 +0000 (17:18 +0000)]
Updates following NativeImage changes and Pixel Format clean up in core

Change-Id: I0db26e56d32cfbb80568f3937af9af4389ceae15

10 years agoMerge "Remove ResourceThreadDistanceField" into tizen
Kimmo Hoikka [Tue, 24 Feb 2015 14:23:02 +0000 (06:23 -0800)]
Merge "Remove ResourceThreadDistanceField" into tizen

10 years agoremove obsolete (unused) create default surface method and clean up documentation 05/35305/6
Kimmo Hoikka [Wed, 11 Feb 2015 18:16:22 +0000 (18:16 +0000)]
remove obsolete (unused) create default surface method and clean up documentation

Change-Id: I88812a6da9ac04b85e0e28189b77887cc0ef83e5

10 years agoRemoving some dead definitions 79/35779/2
Kimmo Hoikka [Tue, 24 Feb 2015 13:10:30 +0000 (13:10 +0000)]
Removing some dead definitions

Change-Id: I58207531bc9526f8771b9afd853f17f36a542d07

10 years agoRetrieve the current system font and style 37/35737/1
daemyung jang [Tue, 24 Feb 2015 06:27:08 +0000 (15:27 +0900)]
Retrieve the current system font and style

Change-Id: I324205cd9638588139e2687f65b691e9d7651c41

10 years agoRemove ResourceThreadDistanceField 19/35719/1
Yoonsang Lee [Tue, 24 Feb 2015 01:35:25 +0000 (10:35 +0900)]
Remove ResourceThreadDistanceField

Change-Id: Ic24c0de8a6ccebc4002d2fdeed7564ad85a34e92

10 years agoFollow the include-order coding conventions 92/35692/5
Paul Wisbey [Mon, 23 Feb 2015 11:48:04 +0000 (11:48 +0000)]
Follow the include-order coding conventions

Change-Id: Ia56d0af7d5fd69b62c264eb01a9186e0bfa6de30

10 years agoMerge "Addition of build flag "-Wl,-Bsymbolic-functions" for launching performance...
Adeel Kazmi [Mon, 23 Feb 2015 16:01:04 +0000 (08:01 -0800)]
Merge "Addition of build flag "-Wl,-Bsymbolic-functions" for launching performance" into tizen

10 years agoMerge "Add features to download images over http protocol." into tizen
Adeel Kazmi [Mon, 23 Feb 2015 11:58:35 +0000 (03:58 -0800)]
Merge "Add features to download images over http protocol." into tizen

10 years agoAddition of build flag "-Wl,-Bsymbolic-functions" for launching performance 81/35681/1
taeyoon [Mon, 23 Feb 2015 09:01:04 +0000 (18:01 +0900)]
Addition of build flag "-Wl,-Bsymbolic-functions" for launching performance

Change-Id: I21f6a7ea1bdd8d9560fa86dce476a959f767bfd7

10 years agoInclude <cstdio> a few places to compensate for core inclusion cleanup 97/35597/6
Andrew Cox [Thu, 19 Feb 2015 00:02:24 +0000 (00:02 +0000)]
Include <cstdio> a few places to compensate for core inclusion cleanup

Follows core patch: https://review.tizen.org/gerrit/#/c/35596

Change-Id: I35a858313aa404c36c9f9479ae4ed715cc461a6d
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoEnable testing on 2.3 devices 15/35615/3
Paul Wisbey [Thu, 19 Feb 2015 11:32:40 +0000 (11:32 +0000)]
Enable testing on 2.3 devices

Change-Id: I1a7e293fb1eecc7a46ed10442ab93dd95ea7cce2

10 years agoDALi Version 1.0.30 77/35577/1 dali_1.0.30
Ferran Sole [Wed, 18 Feb 2015 14:33:56 +0000 (14:33 +0000)]
DALi Version 1.0.30

Change-Id: I7817a4d7ae6e30f8a119b19bbbc8420d9ba5ed83

10 years agoDisable sensor part for sensor header change 78/35478/1 accepted/tizen/common/20150218.122504 accepted/tizen/mobile/20150218.124927 accepted/tizen/tv/20150218.124802 accepted/tizen/wearable/20150218.124853 submit/tizen/20150217.020310 submit/tizen/20150217.095548
taeyoon [Mon, 16 Feb 2015 09:48:19 +0000 (18:48 +0900)]
Disable sensor part for sensor header change

  This is a temporary patch for sensor header change.

Change-Id: I98c1519e9cf2e4d6db7664b57006712e7351a2b0

10 years agoAdd features to download images over http protocol. 00/34900/5
Yoonsang Lee [Wed, 4 Feb 2015 08:43:40 +0000 (17:43 +0900)]
Add features to download images over http protocol.

- Add ResourceThreadImage::Download() to download an image using libcurl.
- Add ResoureThreadBase::RequestDownload, ResourceThreadBase::Download()
- Refactor ResoureThreadImage::Load(), Decode().
- Add one more thread object, mThreadImageRemote, to ResourceBitmapRequester to download images over http protocol in a seperate thread.
  Without this seperate thread, local image files which can be loaded very shortly may be delayed until other time-consuming remote images loading is finished.
- Employ libcurl to download files over http protocol.

Change-Id: Ie10e5b0b1fa374af74a48ad2c9f0df301d27fe5e

10 years agoLock render thread when surface is lost, wait for new surface. 16/32516/8
David Steele [Thu, 18 Dec 2014 16:21:22 +0000 (16:21 +0000)]
Lock render thread when surface is lost, wait for new surface.

If PreRender returns false, e.g. when there is no surface (for whatever
reason), then lock the render thread to prevent any GL calls from
occurring. Wait for a NewSurface request from event thread.

Change-Id: Ib64efbc1dfb3c8c5beab84ea76b6be97bfd9dcab
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoDALi Version 1.0.29 65/35265/1 dali_1.0.29
Adeel Kazmi [Wed, 11 Feb 2015 10:13:19 +0000 (10:13 +0000)]
DALi Version 1.0.29

Change-Id: I94a65fefe542528eed0657542f1f721ba97ddf89

10 years agoMerge "DALi Version 1.0.28" into tizen accepted/tizen/common/20150209.122021 accepted/tizen/mobile/20150210.015344 accepted/tizen/tv/20150210.013258 accepted/tizen/wearable/20150210.015029 dali_1.0.28 submit/tizen/20150206.152923 submit/tizen_mobile/20150213.000000
Paul Wisbey [Fri, 6 Feb 2015 13:53:49 +0000 (05:53 -0800)]
Merge "DALi Version 1.0.28" into tizen

10 years agoDALi Version 1.0.28 55/35055/1
Xiangyin Ma [Fri, 6 Feb 2015 11:51:22 +0000 (11:51 +0000)]
DALi Version 1.0.28

Change-Id: I488e6110186005416ba1184b1ce2d42277bc2ec3

10 years ago(AutomatedTests) Updated README following unmanaged test removal 08/35008/1
Adeel Kazmi [Thu, 5 Feb 2015 20:08:12 +0000 (20:08 +0000)]
(AutomatedTests) Updated README following unmanaged test removal

Change-Id: Idc8f74be97f74346af4d912a2e0c788ef9c824a5

10 years agoMerge "(Build) Specify vconf package so there is no ambiguity" into tizen accepted/tizen/common/20150209.121016 accepted/tizen/mobile/20150211.014649 accepted/tizen/tv/20150210.012937 accepted/tizen/wearable/20150210.014754 submit/tizen/20150206.044231
Kimmo Hoikka [Thu, 5 Feb 2015 16:05:13 +0000 (08:05 -0800)]
Merge "(Build) Specify vconf package so there is no ambiguity" into tizen

10 years agoImproved performance logging 88/34688/13
Nick Holland [Fri, 30 Jan 2015 11:55:29 +0000 (11:55 +0000)]
Improved performance logging

Seperated performance logging into 2 environment variables.
Plus added a new one for controlling the frequency of logging statistics

Before one environment variable would do multiple un-related things.

--DALI_LOG_PERFORMANCE_STATS--

A bitmask to control which DALi performance statstics are logged out.

The bitmask provided is
  LOG_EVERYTHING        ///< Bit 0 (1), log all statistics to the DALi log
  LOG_UPDATE_RENDER     ///< Bit 1 (2), log update and render statistics to the DALi log
  LOG_EVENT_PROCESS     ///< Bit 2 (4), log event task statistics to the DALi log
  LOG_CUSTOM_MARKERS    ///< Bit 3 (8), log custom marker statistics to the DALi log

Example output of running:  DALI_LOG_PERFORMANCE_STATS=1 dali-demo
with a custom PerformanceLogger for dali-demo TableView Initialize()

INFO: DALI: Update, min 0.20 ms, max 2.47 ms, total (0.1 secs), avg 0.54 ms, std dev 0.25 ms
INFO: DALI: Render, min 0.06 ms, max 19.10 ms, total (0.1 secs), avg 0.94 ms, std dev 1.86 ms
INFO: DALI: Event, min 0.01 ms, max 9.38 ms, total (0.0 secs), avg 0.66 ms, std dev 2.02 ms
INFO: DALI: DaliTableView, min 81.11 ms, max 81.11 ms, total (0.1 secs), avg 81.11 ms, std dev 0.00 ms

--DALI_LOG_PERFORMANCE_STATS_FREQ--
Used to control the frequency of DALI_LOG_PERFORMANCE_STATS, e.g.
to log the statistics out every 5 seconds:

DALI_LOG_PERFORMANCE_STATS_FREQ=5 DALI_LOG_PERFORMANCE_STATS=1 dali-demo

--DALI_PERFORMANCE_TIMESTAMP_OUTPUT--

A bitmask to enable logging of time stamped events.

  OUTPUT_DALI_LOG            ///< Bit 1 (1), log markers to DALi log
  OUTPUT_KERNEL_TRACE        ///< Bit 2 (2), log makers to kernel trace
  OUTPUT_SYSTEM_TRACE        ///< Bit 3 (4), log markers to system trace ( currently not supported)

Example output of: DALI_PERFORMANCE_TIMESTAMP_OUTPUT=1 dali-demo

INFO: DALI: 966735.553251 (seconds), V_SYNC
INFO: DALI: 966735.553279 (seconds), UPDATE_START
INFO: DALI: 966735.553872 (seconds), UPDATE_END
INFO: DALI: 966735.553890 (seconds), RENDER_START
INFO: DALI: 966735.553933 (seconds), PROCESS_EVENT_START
INFO: DALI: 966735.554011 (seconds), PROCESS_EVENT_END
INFO: DALI: 966735.567137 (seconds), RENDER_END
INFO: DALI: 966735.570027 (seconds), V_SYNC

Change-Id: I392e9d3312111ce2d037e91b821996f43b4b842c

10 years agoFix domain name issue for multi-profile build 87/34987/2 submit/tizen/20150205.132635
taeyoon [Thu, 5 Feb 2015 11:29:09 +0000 (20:29 +0900)]
Fix domain name issue for multi-profile build

 - Removal of manifest-* from spec

Change-Id: I597a987c94645f09054534b287b80fc55b2c774a

10 years ago(Build) Specify vconf package so there is no ambiguity 83/34983/1
Adeel Kazmi [Thu, 5 Feb 2015 10:57:22 +0000 (10:57 +0000)]
(Build) Specify vconf package so there is no ambiguity

Change-Id: Idf3df289199b5845dbb79af1e6ced6cfe705d7ca

10 years agoMerge "Multi-profile support" into tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150205.080850 submit/tizen/20150205.011244
Adeel Kazmi [Wed, 4 Feb 2015 18:03:54 +0000 (10:03 -0800)]
Merge "Multi-profile support" into tizen

10 years agoMulti-profile support 51/34751/6
taeyoon [Mon, 2 Feb 2015 11:10:31 +0000 (20:10 +0900)]
Multi-profile support

 - Spec file change for build by tizen 3.0 profile
 - Source file change of mobile profile
 - Configure.ac change (efl-assist removal, gles20)

Change-Id: I8aa9eb8f41ea1529e9571a557e1556e617d8e6da

10 years agoAdded new environment options for pan prediction 71/34471/2
Richard Huang [Tue, 27 Jan 2015 16:33:47 +0000 (16:33 +0000)]
Added new environment options for pan prediction

Change-Id: If09da2a6219e43859e5bc8e1be7f5da7f42c21cb

10 years agoDALi signals refactor to remove V2 naming 01/34701/2
tom.robinson [Fri, 30 Jan 2015 16:26:06 +0000 (16:26 +0000)]
DALi signals refactor to remove V2 naming

Change-Id: I675f19a97276f7dbda1d6f8569f6d3b49b9eb297

10 years agoDALi Version 1.0.27 96/34596/1 accepted/tizen/common/20150129.162042 accepted/tizen/mobile/20150130.001256 accepted/tizen/tv/20150130.000843 accepted/tizen/wearable/20150131.040516 dali_1.0.27 submit/tizen/20150129.112343
tom.robinson [Thu, 29 Jan 2015 10:59:13 +0000 (10:59 +0000)]
DALi Version 1.0.27

Change-Id: I3b817778df0156159ea90e29d7a03b68b70a53b5

10 years ago(Build) Ensure unexported symbols are hidden in plugins & re-enable plugins for MOBIL... 28/34528/1
Adeel Kazmi [Wed, 28 Jan 2015 16:19:46 +0000 (16:19 +0000)]
(Build) Ensure unexported symbols are hidden in plugins & re-enable plugins for MOBILE profile

Change-Id: If2bed16f4bc0da403ef3a699120567ba6750a1a9

10 years ago(Build) Disable efl-assist for UBUNTU profile 21/34521/1
Adeel Kazmi [Wed, 28 Jan 2015 14:31:46 +0000 (14:31 +0000)]
(Build) Disable efl-assist for UBUNTU profile

Change-Id: I1dbb9ecc7e55adf66cbb13bf508890744266dab9

10 years agoRemoved unused signal name constants & updated documentation 66/34466/4
Adeel Kazmi [Tue, 27 Jan 2015 11:26:33 +0000 (11:26 +0000)]
Removed unused signal name constants & updated documentation

Change-Id: Ie3412781e5ea237528245f5a7b1e8cb8d17f55cb

10 years agoChange of plugins build and fix of efl-assist build issue 48/33148/8
taeyoon [Tue, 6 Jan 2015 08:48:05 +0000 (17:48 +0900)]
Change of plugins build and fix of efl-assist build issue
  - Removal plugins build dependency on profiles (COMMON, MOBILE, ...)
  - Plugins build just by '%define [plugin_name] 1' in spec file
  - Fix build issue by efl-assist include file

Change-Id: Iaa84885464540bfc6b29bedd4ed9e3be511f0dcb

10 years agoFix warning: ordered comparison of pointer with integer zero 86/34186/3
Francisco Santos [Wed, 21 Jan 2015 15:48:45 +0000 (15:48 +0000)]
Fix warning: ordered comparison of pointer with integer zero

Change-Id: I109f7f737bb702676331543f2317034dfd9c2ebe

10 years agoMerge "Incorrect assert can happen if the object never gets to be initialized." into...
Adeel Kazmi [Thu, 22 Jan 2015 15:54:19 +0000 (07:54 -0800)]
Merge "Incorrect assert can happen if the object never gets to be initialized." into tizen

10 years agoIncorrect assert can happen if the object never gets to be initialized. 87/34187/2
Francisco Santos [Wed, 21 Jan 2015 15:54:21 +0000 (15:54 +0000)]
Incorrect assert can happen if the object never gets to be initialized.

Change-Id: Id0a81a2155dfc8189800ba9b67dd9a4dd037d91e

10 years agoDALi Version 1.0.26 52/34252/1 accepted/tizen/common/20150123.092454 accepted/tizen/common/20150123.135215 accepted/tizen/mobile/20150126.011911 accepted/tizen/tv/20150126.011343 accepted/tizen/wearable/20150126.011600 dali_1.0.26 submit/tizen/20150122.143209 submit/tizen/20150123.103753
Nick Holland [Thu, 22 Jan 2015 10:48:27 +0000 (10:48 +0000)]
DALi Version 1.0.26

Change-Id: Idbc6a3930a72f40878ba7aed9abd387f8e55dca9

10 years agoMerge "Recover PixmapImage::GetPixmap() without any parameters (no build break)"...
Adeel Kazmi [Mon, 19 Jan 2015 16:18:49 +0000 (08:18 -0800)]
Merge "Recover PixmapImage::GetPixmap() without any parameters (no build break)" into tizen

10 years agoSingle tap results on text-input controls was very slow 06/31306/6
Richard Underhill [Wed, 3 Dec 2014 16:20:01 +0000 (16:20 +0000)]
Single tap results on text-input controls was very slow

Needs https://review.tizen.org/gerrit/#/c/31308/

Change-Id: Ia2008fe14439bd050a498c0c64bf44ea3a28a8a8
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
10 years agoRemoval of a 'sec_build_binary_debug_enable' part in spec file 07/33907/1
taeyoon [Fri, 16 Jan 2015 10:12:48 +0000 (19:12 +0900)]
Removal of a 'sec_build_binary_debug_enable' part in spec file

  - 'sec_build_binary_debug_enable and -DTIZEN_DEBUG_ENABLE' are not used.

Change-Id: Ie6e3426a7ea66a2e1ca5a2477878b61a25e4b5da

10 years agoMoved NotificationTrigger from update thread to update-render-sync 55/33855/2
David Steele [Thu, 15 Jan 2015 14:38:14 +0000 (14:38 +0000)]
Moved NotificationTrigger from update thread to update-render-sync

Need to prevent event triggers from being sent when the system is
shutting down. The update thread gets this information after triggering
the event thread to wake up.

Instead, by moving the notification trigger to the UpdateRenderSynchronisation
class, we can ensure that the trigger is only sent whilst mRunning is true;
i.e. that the trigger is not called after the Adaptor destructor has been called.

The Trigger() method is still expected not to block.

Change-Id: Id0394fa0bc32f2dbf03f1edeae1a2b46ad7cb90b

10 years agoDALi Version 1.0.25 41/33841/1 dali_1.0.25
Xiangyin Ma [Thu, 15 Jan 2015 13:20:54 +0000 (13:20 +0000)]
DALi Version 1.0.25

Change-Id: I2d29d37466ba7e092b348396893d22847f3b54ef

10 years agoFixed overflow error with time values 62/33762/1
David Steele [Wed, 14 Jan 2015 12:19:06 +0000 (12:19 +0000)]
Fixed overflow error with time values

Frame time was converting system time (2 uint32's) into a uint64,
but without promoting to uint64s first, so conversion from seconds to
microseconds was overflowing.

Change-Id: I0d7afa96d1f83d6bf1413647e118a4a44510fe35
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoMerge "Fix crash issue. The objects which are registered in SingletonService should...
Kimmo Hoikka [Tue, 13 Jan 2015 17:53:08 +0000 (09:53 -0800)]
Merge "Fix crash issue. The objects which are registered in SingletonService should be deleted before Adaptor is deleted" into tizen

10 years agoRemoved unnamed namespace in header file 73/33673/1
Andrew Cox [Tue, 13 Jan 2015 16:33:42 +0000 (16:33 +0000)]
Removed unnamed namespace in header file

[problem] Bad coding
[cause] Ignorance and human error
[solution] Delete

Change-Id: Idcd6accca40b2fb36e31e14cd3362b17a225a9ff
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoRecover PixmapImage::GetPixmap() without any parameters (no build break) 31/33631/1
Yoonsang Lee [Tue, 13 Jan 2015 10:32:36 +0000 (19:32 +0900)]
Recover PixmapImage::GetPixmap() without any parameters (no build break)

Change-Id: I5521d11379c3f26088f86a56bc030e6815072377

10 years agoFix crash issue. The objects which are registered in SingletonService should be delet... 90/33290/6
Heeyong Song [Thu, 8 Jan 2015 02:06:14 +0000 (11:06 +0900)]
Fix crash issue. The objects which are registered in SingletonService should be deleted before Adaptor is deleted

Change-Id: Id94e4e47ca1868d141f498131dc953599ce03509

10 years agoMerge "Fix of uninitialized dimensionTest error error: 'dimensionTest' may be used...
Kimmo Hoikka [Fri, 9 Jan 2015 12:44:24 +0000 (04:44 -0800)]
Merge "Fix of uninitialized dimensionTest error  error: 'dimensionTest' may be used uninitialized in this function [-Werror=maybe-uninitialized]  Adding 'dimensionTest = BoxDimensionTestEither' by considering default value 'ImageAttributes::ShrinkToFit' of ImageAttributes" into tizen

10 years agoplatform-abstractions: png: need zlib.h to use Z_BEST_SPEED 28/33428/2 sandbox/pcoval/tizen submit/tizen_common/20150108.143100 submit/tizen_common/20150109.165001
Philippe Coval [Fri, 9 Jan 2015 11:01:15 +0000 (12:01 +0100)]
platform-abstractions: png: need zlib.h to use Z_BEST_SPEED

Change-Id: I0fcd15bdd852f69127f7d18ad26ac5000df43541
Bug-Tizen: TC-1841/related
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agoplatform-abstractions: png: use C++ headers for stdlib 27/33427/2
Philippe Coval [Fri, 9 Jan 2015 09:12:13 +0000 (10:12 +0100)]
platform-abstractions: png: use C++ headers for stdlib

Change-Id: Ia8e1309f7a138fd218389f7bbce2bc62c6344a90
Bug-Tizen: TC-1841/related
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agoplatform-abstractions: png: include cstring to use memcpy 26/33426/2
Philippe Coval [Fri, 9 Jan 2015 09:10:53 +0000 (10:10 +0100)]
platform-abstractions: png: include cstring to use memcpy

This was needed after libpng upgrade

Change-Id: Iba011c7c6671f778f1f87420767ddd273cbeffee
Bug-Tizen: TC-1841/related
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agoFix of uninitialized dimensionTest error 99/33399/1
taeyoon [Fri, 9 Jan 2015 05:06:22 +0000 (14:06 +0900)]
Fix of uninitialized dimensionTest error
 error: 'dimensionTest' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 Adding 'dimensionTest = BoxDimensionTestEither' by considering default value 'ImageAttributes::ShrinkToFit' of ImageAttributes

Change-Id: I90baa8db54f312df7636fdb3093b93349c11b0d1

10 years agochange --enable-gles = 30 to 20 and removal of sec_product_feature_graphics_gpu_info... 14/33214/2
taeyoon [Wed, 7 Jan 2015 05:41:25 +0000 (14:41 +0900)]
change --enable-gles = 30 to 20 and removal of sec_product_feature_graphics_gpu_info in spec
 - gles 30 to 20 in mobile and wearable.spec
 - removal of %if "%{?sec_product_feature_graphics_gpu_info}" == "adreno330" in tv.spec

Change-Id: I2ce96cd9f8d733e1598a6abee2b12ac1efb7da89

10 years agoMerge "Image scaling operations - FilterMode::Box implemented for all pixel formats...
Kimmo Hoikka [Thu, 8 Jan 2015 17:18:05 +0000 (09:18 -0800)]
Merge "Image scaling operations - FilterMode::Box implemented for all pixel formats" into tizen

10 years agoDALi Version 1.0.24 58/33358/1 dali_1.0.24
Lee Morgan [Thu, 8 Jan 2015 14:28:15 +0000 (14:28 +0000)]
DALi Version 1.0.24

Change-Id: I9013cee23b888f33bc3652abd67292978cf89ef1

10 years agoImage scaling operations - FilterMode::Box implemented for all pixel formats 15/32515/9
Andrew Cox [Tue, 2 Dec 2014 11:52:51 +0000 (11:52 +0000)]
Image scaling operations - FilterMode::Box implemented for all pixel formats

RGB888, RGBA8888, RGB565, and 2-byte and 1-byte per pixel box
filters with unit tests. Plumbed-in to image loading pipeline to
implement the Box FilterMode.

Change-Id: I815d04299e77953d57ea2f122fb4ab9d086e29d5
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoRevert "Core API compatibility" 00/33200/1
taeyoon [Wed, 7 Jan 2015 01:20:45 +0000 (10:20 +0900)]
Revert "Core API compatibility"
 - Unknown merged
This reverts commit 7f3b2a9231c5f8a19cb0648d6d1604e15a6e7267.
Change-Id: Ib16f7112426630759c09fb07621054455a455f1c

10 years agoCore API compatibility
taeyoon0.lee [Tue, 21 Oct 2014 00:27:20 +0000 (09:27 +0900)]
Core API compatibility
  addition of "under_tizen_2_3_capi_enable" for version under tizen 2.3 core api

Change-Id: Ic9b62d0abc047dd792513f8bba09d118d2d496a3

10 years agoMerge "Revert "recover PixmapImage::GetPixmap() without any parameter"" into tizen
HyunJu Shin [Mon, 5 Jan 2015 12:46:33 +0000 (04:46 -0800)]
Merge "Revert "recover PixmapImage::GetPixmap() without any parameter"" into tizen