• Bad astc textures with astc-encoder
    Hello. I'm using the latest version of astcenc.exe from https://github.com/ARM-software/astc-encoder and have problems with several textures. For example: astcenc.exe -c "Build_Foam.tga" "Build_Foam...
  • 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 ...
  • ASTC encoder for mobile application
    Questions on ASTC encoder features and functionality 1) I have reviewed the ASTC encoder reference code. I find the complexity in terms of processing complexity & iteration are more.  So is it recommended...
  • Why can I not load compressed textures created with astc-encoder in glCompressedTexImage2D?
    Hi, For some reason, I cannot seem to load textures created with astc-encoder (from ARM-software/astc-encoder · GitHub ) using glCompressedTexImage2D on an Android device. (Using the Oculus Mobile SDK...
  • 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...