• Blit multisample GLSurfaceView to MediaCodec input surface in Android
    Hello, I'm trying to blit multisample GLSurfaceView to MediaCodec-provided input surface. Unfortunately, the target surface remains black. When I remove multisampling everything works fine. The multisampling...
  • 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...
  • 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...
  • glBlitFramebuffer from FBO -> Back Buffer leaves trails on Nexus 10
    I reported this a while back against Android 4.3 on the old forums but since you guys blew away all the old content I'm reporting it again. I just updated my Nexus 10 to KitKat hoping the problem might...
  • Multi Render Target (MRT) with FBO
    I am trying to implement the multi render target effect of open gl 3 using a single FBO with multiple color attachment points. I am attaching 4 textures(loaded with images) to 4 color attachment points...