-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I33cebb3f17db6a72385c7e63aaf32685ee8748b2
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: I34809e7d42898a74ccb723c16d519a69aa6b2686
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
Change-Id: Iae21d02ccce247de3d8d60f84322d3f4c4e20c54 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: I863826a7a7c31e7027843dfffbad08e2b7501722
-
Change-Id: I4805f01066b272b7b56935fe59a9e76110177378
-
Change-Id: I6deb28113e55870148a50eea68bb86b3cdc7c014
-
Change-Id: I2f8676282ff622eba6f3fd67dd6db11c52d3c260
-
Change-Id: I48be2cb5c069cfa59e768291b1c128567d5835e0
-
To improve app launching speed on Tizen (using launchpad), Use -fPIE option instead -fPIC and attach DALI_EXPORT_API in front of each example's main function. This is the compare result between before and after patch. (On hawkP 2.4 / using hello-dalidemo that has one pushbutton on stage) | before Patch | After Patch | --------------------------------------------- | hello-dalidemo | hello-dalidemo | --------------------------------------------- | AVG MIN MAX | AVG MIN MAX | | 1134 1060 1188 | 291 250 337 | After patch, launching speed drops to 30% of before. Change-Id:I51a4f673d016f9278f867167dc2ff9f407ea6e7e
-
Change-Id: I66e818b2ef1744c20af0997375065e029399df84
-
Change-Id: Ia4783fd5c18ccc97e81c239eadf00663d625d962
-
Change-Id: I390f4bd7cca141658c3a300ae742145fddf37e07
-
Scripts, examples and demo code should not use defines from other parts of DALi. DALI_IMAGE_DIR is defined in Dali toolkit to specify where the toolkit images are. This is used in the default toolkit style file to specify the locations of the toolkit images. It must not be overridden by applications. Updated the demo style file to utilize a configured variable to point at the installed demo style's images. Added an example of a demo-specific image (confirmation popup background) Updated dali-builder to load the demo theme (Scripting example within demo already loads it) Change-Id: Ie43a6611a8db3fc0afc6a1cd4d9d6e48afef75e7 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: Ieafb91449fe2f4431206c5e3b449f0b26fd10b13
-
Change-Id: I5c99b4c1b27d0f3b8fc8102620f5f8e6e90f399b
-
Change-Id: Ic4e00c7e787229ef38e35217eae5e376f054049e
-
Change-Id: Ib151a33642e16d305cbc278f6ebab58820ce2a2e
-
Change-Id: I32428f2a5be9009e5f3603ad9567b62b9db62c31
-
Change-Id: I089eedc9dc7ca3a14fe3a1b43d7a4e75ebc653ad
-
Conflicts: examples/animated-shapes/animated-shapes-example.cpp examples/bubble-effect/bubble-effect-example.cpp examples/new-window/new-window-example.cpp examples/path-animation/path-animation.cpp examples/radial-menu/radial-menu-example.cpp examples/radial-menu/radial-sweep-view-impl.cpp examples/refraction-effect/refraction-effect-example.cpp Change-Id: I6bb0c29e38e270ce7fc212cbc78845a40881c9a4
-
The point demo shows off multiple points each using a morph from one sampler to another, and applying a hue to each point based on it's angle. The line demo shows off morphing between two position buffers. The textured demo shows a single geometry being used by 2 different renderers each with a different material, and also shows off uniform mapping by animating a "fade-color" property which is mapped to a "uFadeColor" uniform. Change-Id: I53c0ed2f3849dffd4b9461f07bbce75308811d9b Signed-off-by: David Steele <david.steele@partner.samsung.com>