• DP500 Drivers for FVP Base
    Dear Experts, Is anyone aware of existing Linaro v8 kernel images with DP500 drivers that can be used in ARM FVP Base virtual platforms? The FVP Base virtual platforms are those described here: http:...
  • 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...
  • 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...
  • OES_EGL_image_external Render Texture without glTexture2D
    Note: This was originally posted on 30th May 2013 at http://forums.arm.com Hello, Is there any possibility to use OES_EGL_image_external with Mali 400 on Linux. I know this feature is used in Android...