• DP500 + Software Rendering Question
    Dear Experts, We are trying to solve an issue where we see at Android startup, each frame takes a long time to display i.e. frame rate is slow. With a debug enabled mali driver, we see that rendering...
  • Rendering to integer formats
    I'm now trying to render to an integer format as attachment 1 GLFormat = GL_RG_INTEGER;         GLInternalFormat = GL_RG32UI;         Type = GL_UNSIGNED_INT; glTexImage2D( GL_TEXTURE_2D, 0, GLInternalFormat...
  • graphic rendering hierarchy?
    Hello,      I debugged my graphic application via mali debugger and I get confused with the information I captured. Here's my questions.      1. a frame contains several render passes(eg. render pass...
  • GPU empty Kernel overhead
    Hi,                    I am observing GPU kernel is taking huge time when I am running an empty kernel. I am Using "Samsung Exynos Octa 5420 Board" which has Mali GPU. I have one kernel which is of work...
  • Using software rendering ?
    Hi,   Recently, I'm going to compare the performance of hardware rendering and software rendering so I need to disable gpu to enable software rendering. The config file named "egl.cfg" manages libs used...