• * The path set on the DEMO_EXAMPLE_BIN macro can be absolute or
      relative depending on the build system (cmake, vs project, etc).
    
    Change-Id: I802530cbf5109b2b6db962c8e3801a74f7b86a4a
    Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
    Victor Cebollada authored
     
    Browse Code »














  • - simplified the navigation of the file stream: the ktx metadata is
      skipped with a single fseek() from SEEK_CUR, by the number of bytes
      known from the ktx header;
    - removed the allocation of a single large buffer: image data is read
      from file, per image, directly into a buffer to be transferred to
      PixelData;
    - using std::unique_ptr<> to manage the scope of the file handle and
      image buffer;
    - removed local arrays of image sizes and buffer pointers as a total
      of no more than one of these is used at any given time;
    
    Change-Id: If51688568dd90dc1117b3c9a0de10f6c429bd394
    Signed-off-by: György Straub <g.straub@partner.samsung.com>
    György Straub authored
     
    Browse Code »





  • Generates DALi examples shared objects and Android DALi launcher application.
    Android DALi application apk then can be installed on supported Android device.
    
    Change-Id: I2f87030feab33aa5c4c944323eb0ca0c042db6bd
    Anton Obzhirov authored
     
    Browse Code »