• Screen Dark working with FBOs
    Note: This was originally posted on 7th November 2010 at http://forums.arm.com Hi Guys, Trying to port an akready well running Sw from Fedora PC to the Mali400 on ST7108 chip, with GLES-2.0, I got a problem...
  • Mali400, lose 15ms if using a FBO
    Note: This was originally posted on 29th July 2013 at http://forums.arm.com Hello, I am developing a game on a Galaxy S3 with a Mali 400 GPU I noticed that as soon as I start to render my scene to a FBO...
  • Mali T604 and eglImageKHR and FBO
    Note: This was originally posted on 12th June 2013 at http://forums.arm.com Hi, i'm implementing an Android application using the GPU and especially ImageKHR and FrameBuffer Objects. In a thread and its...
  • FBO with GL_RGB color attachment not supported?
    Note: This was originally posted on 26th October 2011 at http://forums.arm.com Driver info: EGL_VENDOR: ARM EGL_VERSION: 1.4 Linux-r2p0-05rel0 GL_RENDERER: Mali-400 MP Sample code: GLuint texHandle; GLuint...
  • MultiSample AntiAliasing using multisample FBO
    I am trying to implement anti aliasing using multisampling. Here i have used FBO1(fboID) for multisampling. I am reendering my texture image to a multisampled render buffer(colorBufID) and using it as...