• How much is the maximum resolution of texture updating ?
    I have a rk3399 based board. Can I drive a 4K screen ? My code looks like : while(1) { // update small part of my texture , eg 16 lines of a texture . // texture is big : 8292 x 2160 glTexSubImage2D...
  • 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...
  • Does Mali T604 GPU supports texture memory?
    Hi, I am working on a ARNDALE board which consists of a Mali T604 GPU. I have an application developed with OpenCL which runs fine on this board. The application uses buffer memory. Now I want to use...
  • Mali gpu texture compression for Linux
    Note: This was originally posted on 14th January 2013 at http://forums.arm.com The complete output is: WARNING: Error compressing ("/home/../carpetHalved_atlas.png"): "Error: Could not convert input image...
  • Texture in GPU
    Could someone explain for me about Texture? Could you please share some sofware to see Texture? Thank you and best regards