This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Failed to create 4096x4096 texture on Mali-400. The app crashes.

Failed to create 4096x4096 texture on Mali-400. The app crashes. What can be wrong?

Parents
  • Hi,

    I do not have a backtrace as the mali ddk is provided as a third party library. The application terminates. I cannot debug that part. I can just debug the mali linux kernel part (drivers/gpu/arm/mali).

    We have 128 MB for Graphics memory. This should be enough for this rendering. I also found that textures of size

    upto 4096x3000 is rendered, but as soon as I cross height > 3000 the OpenGL App terminates.


Reply
  • Hi,

    I do not have a backtrace as the mali ddk is provided as a third party library. The application terminates. I cannot debug that part. I can just debug the mali linux kernel part (drivers/gpu/arm/mali).

    We have 128 MB for Graphics memory. This should be enough for this rendering. I also found that textures of size

    upto 4096x3000 is rendered, but as soon as I cross height > 3000 the OpenGL App terminates.


Children