Logo white

Peter M. Groen / dali-demo

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • dali-demo
  • resources
  • images
  • tx-astc-4x4-linear.ktx
  • Added ASTC Native file format loader ...
    a4afa098
    ASTC can be wrapped in a KTX file, but also has its own native file format.
    This patch provides support for the native ASTC file format (.astc).
    
    Textures can be generated using tools (Eg. Mali texture compression tool).
    
    Note: ASTC is "OpenGL friendly" in that the textures are pre-flipped vertically.
    In DALi there is currently not a differenciation between different texture compression formats in that the data (once the header is extracted) is given to the hardware as-is.
    For this reason textures must currently be pre-flipped vertically (before compression) when using the native .astc file format with DALI.
    
    An example .astc file is included as part of the unit tests.
    
    Change-Id: I8604fba28bfb83b0deff8689fd5d7cfb8ac770bb
    Tom Robinson authored
    2016-01-14 12:12:14 +0000  
    Browse Code ยป
tx-astc-4x4-linear.ktx 64.1 KB
Raw History

Download (64.1 KB)