• Multiple render targets and tilebuffer
    According to several blog posts, the Mali GPU uses 16x16 tiles for its tile-based rendering. I was wondering on how many tiles one shader core can actually keep in on-chip memory in case of multiple render...
  • White Paper: Foveated Rendering
    Presenting one of the latest Arm white papers on foveated rendering by Daniele Di Donato , Staff Software Engineer at Arm. Abstract Virtual Reality (VR) is becoming increasingly popular due to its...
  • Render bug on Mali-T760
    I've found render bug on a multiple RK3288 devices with Mali-T760 GPUs. The devices are on driver versions 11 and 14, but both have the same problem. Here is the version string for one of the devices...
  • Render to portion of a frame
    I am trying to render to just a rectangular portion of the frame. To my knowledge there are two options for this - glScissors and glViewport. When profiling with DS-5 Streamline on both Mali-400 MP and...
  • What is mali-renderer?
    What is mali-renderer? Is it kernel or user thread? When it will be executed? where mali-renderer definition is present? Who will call mali-renderer?