• We were previously using a mixture of BLEND and BLENDING in enums.
    The order of the BLEND_FACTOR enums & string names was also inconsistent.
    
    As a rule of thumb always use Blend & BLEND for namespaces & enums/constants
    (not Blending or BLENDING)
    
    Change-Id: Ia4dd6483edc56e9736436e7aa8545b40f999ba47
    Paul Wisbey authored
     
    Browse File »

  •   - Fix mismatch between <ui...> and </ui..>
      - Add DALI_EXPORT_API
      TODO> Example launch issue in dali-demo
    
    Change-Id: I3c685d79c725e08d3798eb9e906734effd1a2fd0
    taeyoon authored
     
    Browse File »
  • add perf-scroll sample for measuring performance on tizen target.
    
    you can use two options.
    
    --use-mesh  :  use "mesh" to make images.( use imageView by default )
    -t30        :  set duration.( In this case, duration will be 30 second )
    
    Change-Id: Ib2caca45bed12a62e3e9d6b57fb240aa21579e0c
    minho.sun authored
     
    Browse File »