• ASTC Evaluation Codec
    Mali has just published an evaluation codec for the new ARM Adaptive Scalable Texture Compression (ASTC) standard. For more information on ASTC, take a look at the ARM Multimedia Blog posts " ASTC Texture...
  • ASTC Evaluation Codec now on GitHub
    The evaluation codec for Adaptive Scalable Texture Compression (ASTC) technology is now available on GitHub , making it easier for you to access, browse and contribute feedback. Previously the ASTC...
  • ASTC codec LDR compression bug
    When compressing certain textures with ASTC LDR we get corrupted results. Source image: Source image (1024x512 lightmap) can also be found attached to post or downloaded here: https://dl.dropboxusercontent...
  • ASTC, difference between LDR
    I'm looking into the details of ASTC and planning for developing in hardware. The spec version 1.0  says it has LDR & full profile. What is the difference between LDR & HDR modes? What is Full profile...
  • block size descriptor in ASTC encoder
    Dear all, I read ASTC encoder code but I don't clear about construct_block_size_descriptor_2d function (astc_block_size2.cpp). why initialize_decimation_table_2d is only range x_weights = 2-> 12 ...