-
Change-Id: I1ef96d8c80fa39bb628438c852af530f781e47ac
-
Change-Id: I43b821e57c14c48549eeee9c37d8e7290bcc9057
-
Change-Id: I648f4ae5cef03eb1059a78ec7079607f4db8ec4a
-
Change-Id: Icca4b02279c7d43dc7cee2a14edb513b2d3483c3
-
Change-Id: Ie907754ab346dd63b534c9de595a63ef6dfafef8
-
Change-Id: Id5478ac210a2373d3ed825063c6437be53bdc1f7
-
Change-Id: I1378c9fc3046124b62f21f5ab232dedeb23571d3
-
First 30s, runs N balls using Animation & property notification that don't interact, Second 30s, runs N balls using 2D Physics and collisions. N by default is 500, but can be changed on the command line. FPS tracking is automatically switched on for this benchmark (Also changed CMakeLists.txt to be able to work as a subdirectory in a multi-repo build) Change-Id: Iccee1d40650563e3f45e021b4fb3fff871cc393e
-
Change-Id: Ic7933e0289a15fec3cc8668f7a2a04514c5c87d9
-
Added dependency on dali-physics-3d for bullet-example Change-Id: Ifaf5dd7dce079549012f25a094473aef2fe0f08a
-
Added mechanism to handle optional dependencies Change-Id: Ib24df94c68bb1cca58ff8fbb2be3d32cc5668ed0
-
Change-Id: I40d9fb813bbb7f6360bf1bbadcff4b976e9c47bb
-
Change-Id: Id6bbcd469498923b39b37b1738376337d754dace Signed-off-by: seungho baek <sbsh.baek@samsung.com>
-
Change-Id: Ib5cc186c001952c8f2f74c2371575a08d94bb607
-
How to use : (Tizen) gbs build -A i586 --include-all --define "build_example_name color-visual" (Ubuntu) cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX -DBUILD_EXAMPLE_NAME=color-visual . Change-Id: I919af4adadcee6475672a2cd4bf92bebdc9b71c8 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
This now lets dali-demo run on Android devices which were failing due to the usage of std::filesystem in the scene3d library in toolkit. Change-Id: I614218e5b4521fa15f93fe513fa2abaa0457632b
-
Change-Id: I71bdf5359b9bec2d42b4befadcb2561bd6019dc7 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
Make ttrace enable always in tizen. Other platform keep current policy Change-Id: I30eb7ffdefd10cbe863d158df6fbf6b6a34cb234 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
- Added drawable-actor example Change-Id: I991c7a28e5c97b56162e018aa0da72e4435c86bb
-
Invoke GBS with --define "rpi_style 1" Changed text size of labels in demo buttons. Change-Id: I3f1f663c2c416ecd26e6b1f1124faf222192bf64 Signed-off-by: David Steele <david.steele@samsung.com>
-
Use capi-appfw-appcontrol instead of unix default fork(). If process group is connected, AMD check whole of them as same process. So even if child process call ecore_shutdown, it's parent process also killed after 5 seconds later. That's why dali-examples / com.samsung.dali-demo got SIGKILL from amd. This patch separate execute logic between unix and tizen by -DTIZEN:BOOL=ON option. TIZEN will be set ON only at packaging/com.samsung.dali-demo.spec NOTE. app_control_send_launch_request need privilege 'http://tizen.org/privilege/appmanager.launch'. Change-Id: I1d37a21f0d3091c0dc2fcbb4806900256e464aa5 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
This reverts commit 1b9d1f6f62ae2f59376282f82d823a28a24680af. Change-Id: I61ad780ec76918f67e1976976ac61950492b61fc
-
Change-Id: Icaebd89c26e954b21e5982e067a13f0c607fc840
-
Change-Id: I326a43cfaeb670507e4e8c4573975cfbdcd3c48a
-
Change-Id: Ic4eeca185cbef2657869adeaf0c6aaa695f3862a
-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
Change-Id: I66647e1c7214a7987a7f2ec9eb99f3dc9429c468
-
Change-Id: Icf83a291c03bef8253d896be8a55454357554a83
-
Change-Id: I2cbd4814fbb3238c188a10900f98b5285da8dc98 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
/tmp doesn't exist for Android, need to use internal data directory Change-Id: I08d8855baa97e175a2874915076d4fd22ff83d6f
-
Change-Id: I5ecc880f2a0167ca1219700bad55107a675dc68d
-
Demos like deferred-shading.example sometimes fail to launch due to libdeferred-shading.example.so doesn't have main() When such error happens, output error to logcat Change-Id: Iecec465cf2436ff04a78ac78bd4c6fee0282ac3d
-
Android 6 or higher support loading libraies directly from apk 64bit dali demo fail to run due to specifying wrong path By not specifying path, we can directly dlopen from apk One less place to have bug Change-Id: I53619979798ab2d4fbccf25a152d92e52e467d0b
-
output an error message through logcat regardless release/debug build also exit with an non-zero exit code so that it won't fall into infinite loop Change-Id: Ib078a7c26a0bfc855f284f3103878e0b94ea1dfa
-
demo build was adding -std=g++11 to cflags in scripts calling library. demo app also had -std=g++11 in own C++ CMakeLists.txt _and_ in gradle. Changed everything to use std=c++17. Change-Id: Id46801a812c043db41514be17e8bd8da2ec97845
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I2efcbf43209d5d958f3d02535da0f6c8210cb20b