• 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
    minho.sun authored
     
    Browse Dir »



  • Conflicts:
    	demo/dali-demo.cpp
    	demo/dali-table-view.cpp
    	examples/builder/examples.cpp
    	examples/buttons/buttons-example.cpp
    	examples/item-view/item-view-example.cpp
    	examples/path-animation/path-animation.cpp
    	examples/text-view/text-view-example.cpp
    	shared/view.h
    
    Change-Id: I152b06854b349f0430172227f1d79ee16855fbc0
    Paul Wisbey authored
     
    Browse Dir »




  • Conflicts:
    	build/tizen/CMakeLists.txt
    	build/tizen/demo/CMakeLists.txt
    	build/tizen/examples/CMakeLists.txt
    	demo/dali-table-view.cpp
    	examples/buttons/buttons-example.cpp
    	examples/shader-effect/dissolve-effect-example.cpp
    	examples/shadows/shadow-bone-lighting-example.cpp
    	packaging/com.samsung.dali-demo.spec
    
    Change-Id: I57a2de5bfa6d0f05c02b8aba06dec9130f14a906
    Paul Wisbey authored
     
    Browse Dir »

  • Follows core patch: https://review.tizen.org/gerrit/#/c/35596
    , adaptor patch: https://review.tizen.org/gerrit/#/c/35597/
    and toolkit patch: https://review.tizen.org/gerrit/#/c/35598/
    
    Change-Id: I074c8b1b77d2da44067a0200e851291e21774f2c
    Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
    Andrew Cox authored
     
    Browse Dir »