• Mali T820 OpenGL and OpenCL driver support for Android and Linux ?

    Hello  all,

    There are some  development boards and TV Boxes with the Mali T820 GPU .. Anyone knows go is going the 

    support from ARM to this GPU ?  

    Currently there are some firmware version for Android .. and the people for Linux are waiting for some 

    drivers…

  • Reading and writing YUV 10 bit texture

    I want to read and write YUV 10 bit texture with MALI - T 820, but I do not know how to specify it. What should I set up?

  • About argument specification of eglCreateImageKHR ()

    When using MALI-T 820, what should be specified for the fourth argument of eglCreateImageKHR(), EGLClientBuffer buffer?
    We have confirmed that eglCreateImageKHR() is supported as an OpenGL extension.

  • MALI-T820 eglCreatePixmapSurface()

    I am attempting to create a surface with eglCreatePixmapSurface () using MALI-T 820, but I have failed.
    Opengl version uses 1.1.

    I'm trying to create surface with the code below,
    The return value of eglCreatePixmapSurface () becomes EGL_NO_SURFACE and…