• Depth buffer as Texture issue on Galaxy Note 4 SM-N910U, ARM Mali-T760 MP6
    I've encountered another problem, To reproduce the issue: open the APK https://www.dropbox.com/s/yza47wllwfwvhaq/Application2.7z?dl=0 hold 2 fingers on the screen - camera will start auto rotating...
  • Mali T760 INCOMPLETE_ATTACHMENT when attach a texture with floating point format to Framebuffer
    When trying to attach texture buffer with half floating point to frame buffer it caused GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT , How I can solve this? GLuint texture; glGenTextures(1, &texture); glBindTexture...
  • Mali-T760 GPU restart
    Taken from dmesg of an android device running an Arm / Mali chipset with T760 gpu. We were running a gpu accelerated app playing video via the standard android media player API. <3>[1124289.194595...
  • Sample depth texture Mali-400
    Hi Mali devs , We are working on an android game that perform depth texture to implement post-process effect, like fog of war. We sample depth texture and convert it into world space to do some calculation...
  • Depth texture tiling artefacts on T6xx?
    Hello Mali devs, We are are observing what appear to be tiling artifacts when sampling a depth texture after it has been rendered as part of a water murk effect. The particular sequence of operations...