-
Change-Id: I2f8676282ff622eba6f3fd67dd6db11c52d3c260
-
* Clean-up some demos to use utility function to create quad with texture coordinates Change-Id: I35d71cabc4140bdda298c2975f1f682d72a94176
-
Change-Id: I48be2cb5c069cfa59e768291b1c128567d5835e0
-
Change-Id: Ia8cc676eeb95ec2673995026cddca8850693d04e
-
Change-Id: I8138d652252f76ef24becc0fcfce3cef15321cad
-
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: I5c99b4c1b27d0f3b8fc8102620f5f8e6e90f399b
-
Change-Id: I5bd7eee4565227f2d47a6d269ca4a3f775925bdd
-
Change-Id: Ic4e00c7e787229ef38e35217eae5e376f054049e
-
Change-Id: Ib151a33642e16d305cbc278f6ebab58820ce2a2e
-
Change-Id: I32428f2a5be9009e5f3603ad9567b62b9db62c31
-
Displays 6 actors with different materials, alternating opaque and transparent actors. Actor 5 has the same material as Actor 1. Clicking an actor will change it's depth index ( > value means drawn later ) Clicking outside the actors will change the Z values of all the actors Change-Id: I37640dcbc98774e86948f6c26d7e6718ebb00a6b Signed-off-by: David Steele <david.steele@partner.samsung.com>