• Mali GPU Texture Compression Tool - Jpg to Etc1 Texture Corruption
    I Tried " Mali GPU Texture Compression Tool" for converrting my images from jpeg to etc1. I Use the Following Params to achieve Pefect results with Jpeg Texture glTexParameterf(GL_TEXTURE_2D,GL_TEXTURE_MIN_FILTER...
  • EGLImage with compressed texture data
    Hi, Looking at some of the earlier posts regarding using EGLImage. It is currently possible to create an EGLImage from an RGBA GraphicBuffer on ARM GPUs and then use it as texture via glEGLImageTargetTexture2DOES...
  • Another Milestone for ASTC Texture Compression
    Time sure flies when you’re having fun! It’s been more than two years since SIGGRAPH Asia 2011 in Hong Kong, where I had the pleasure of unveiling our Adaptive Scalable Texture Compression (ASTC) technology...
  • High quality RGBM texture compression with ASTC
    The engineering team at Unity recently asked us to help them investigate a developer bug report. The problem they encountered was poor image quality when using ASTC to compress RGBM-encoded light maps...
  • 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...