• New Arm Mali-G57 GPU: bringing high-fidelity gaming and immersive experiences to the mainstream
    We are excited to expand our Mali graphics portfolio with the new Arm Mali-G57 GPU , bringing a range of new features and immersive experiences to the mainstream market. Mali-G57 is the first mainstream...
  • How to gain performance through PBO (pixel buffer object) on Mali T-880
    I'm working on a corner detection algorithm on a international version of Samsung S7 which is empowered by Mali T-880. The basic framework is 1.) grab android camera capture into a OpenGL texture. 2)...
  • Can I create a opencl buffer from a GraphicBuffer or a raw ion buffer
    Hello,       I found out that on qcom platform, there's a extension, https://www.khronos.org/registry/cl/extensions/qcom/cl_qcom_ion_host_ptr.txt Can I do the same on mali T760, android platform? Songmao...
  • Questions About buffer/image use CL_MEM_USE_HOST_PTR flag
    Hi!when i was using CL_MEM_USE_HOST_PTR flag to create buffer or image, i hvae some questions about the driver's action. Hope for help. Q1: Why Copies the data pointed to by the host memory pointer into...
  • Buffer create taking 10 ms on mali G-72
    Hi, I am working on a video solution code. where I have to provide source image to GPU and do computation and write in the destination. I read that using buffer creates in the loop every time will add...