• How much is the maximum resolution of texture supported by Mali GPU?
    Even when enough VRAM would be available, the resolution of conventional texture is limited to 16K by 16K. Is the limit set by the graphics APIs or hardware? Is there such limit of texture resolution...
  • What is the maximum texture size etcpack can handle?
    When trying to compress a 16k texture etcpack exits with the error: Error: Could not allocate memory for image. File: tmp.ppm Error: Could not read tmp.ppm file. What's the best way to compress very large...
  • Maximum texture size on Arm Mali 400MP
    I see that Arm mali supports 4K textures & i have verified this using below calls GLint maxGPUTextureSize; glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxGPUTextureSize); My question is : In my GL application...
  • MALI-400 : eglCreateImageKHR, EGL_GL_TEXTURE_2D_KHR and updating textures with the CPU
    Hello everybody, I'm currently struggling with the said system.Is there somewhere a *full* sample code for Linux that does create an EGLImage for a texture and demonstrates how to update it with the CPU...
  • How to share texture memory
    i work on firefly/rk3288,and got the same problem as this discussion http://community.arm.com/thread/8116 when i try to use eglCreateImageKHR , it returned EGL_NO_IMAGE_KHR, error code is EGL_BAD_PARAMETER...